Color: #603EBC

#603EBC Color Information

#603EBC is a dark color. The closest websafe version is #603EBC. A complement of this color would be #9ABB3E, perceived brightness is 0.34, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 256°,a saturation of 50%, and a lightness of 49%.The HSV representation shows a hue of 256°, a saturation of 67%, and a value of 74%.

In a RGB color space, #603EBC is composed of 38% red, 24% green and 74% blue. Whereas in a CMYK color space, it is composed of 49% cyan, 67% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 9.10, x: 0.2366, and y: 0.1522.

Color Code #603EBC

#603EBCrgb(96, 62, 188)
HEX
#603EBC
RGB
rgb(96, 62, 188)
HSL
hsl(256, 50%, 49%)
HSV
hsv(256, 67%, 74%)
CMYK
49%, 67%, 0%, 26%
XYZ
X: 14.15, Y: 9.10, Z: 36.55
Lab
L: 36.18, a: 38.81, b: -62.47
Name

Shades of Color #603EBC

Shades are created by darkening the original color #603EBC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #603EBC

Tints are created by lightening the original color #603EBC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#603EBCrgb(96, 62, 188)

About #603EBC Color Code

In the HSL color space, this color has a hue angle of 256°, a saturation of 50%, and a lightness of 49%. The HSV representation shows a hue of 256°, a saturation of 67%, and a value of 74%.

  • HEX: #603EBC
  • RGB: rgb(96, 62, 188)
  • HSL: hsl(256, 50%, 49%)
  • HSV: hsv(256, 67%, 74%)
  • CMYK: 49.00% cyan, 67.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 14.15, 9.10, 36.55
  • Yxy: 9.10, 0.2366, 0.1522
  • Hunter Lab: 36.18, 38.81, -62.47
  • CIE-Lab: 36.18, 38.81, -62.47

In the XYZ color space, this color is represented as X: 14.15, Y: 9.10, Z: 36.55. The Yxy representation further refines this as Y: 9.10, x: 0.2366, and y: 0.1522.

In the Hunter Lab color space, this color is represented as L: 36.18, a: 38.81, and b: -62.47. Similarly, in the CIE-Lab color space, it is represented as L: 36.18, a: 38.81, and b: -62.47.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #603EBC

Triadic colors are three colors evenly spaced around the color wheel, including #603EBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #603EBC

Analogous colors are adjacent to #603EBC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #603EBC

Split complementary colors are two colors adjacent to the complementary color of #603EBC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #603EBC

Tetradic colors form a rectangle on the color wheel, including #603EBC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #603EBC

Monochromatic colors are variations of #603EBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #603EBC

The complementary color of #603EBC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #603EBC

/* Using HEX */
body {
  background-color: #603ebc;
}
/* Using RGB */
body {
  background-color: rgb(96, 62, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(96, 62, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(256, 50%, 49%);
}
/* Text color */
p {
  color: #603ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #603ebc;
}
/* Border color */
.box {
  border: 4px solid #603ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #603ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #603ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#603EBC
On Black Background
#603EBC
On White Background
#603EBC

HTML Examples of #603EBC

<!-- Using HEX -->
<div style="background-color: #603ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(96, 62, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(96, 62, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(256, 50%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #603ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #603ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #603ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #603ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #603ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #603EBC
</div>
#603EBC
On Black Background
#603EBC
On White Background
#603EBC

Related Colors of #603EBC

These colors are similar to #603EBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.