Shades of Electric Indigo #6003E6
Tints of Electric Indigo #6003E6
RGB
CMYK
RGB Variations
Color information
#6003E6 (or 0x6003E6) is known color: Electric Indigo. HEX triplet: 60, 03 and E6. RGB value is (96,3,230). Sum of RGB (Red+Green+Blue) = 96+3+230=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #6003E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003E6 is #9FFC19. Grayscale: #373737. Windows color (decimal): -10484762 or 15074144. OLE color: 15074144.
HSL color Cylindrical-coordinate representation of color #6003E6: hue angle of 264.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003E6 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 3 | 230 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.10 |
| HSL | 264.58º | 0.97% | 0.46% | - |
| HSV(B) | 264.58º | 0.99% | 0.9% | - |
| XYZ | 19.14 | 8.27 | 75.45 | - |
| YUV | 56.69 | 225.81 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 230 | 0.58 | 0.99 | 0 | 0.10 | 264.58 | 0.97 | 0.46 |
| Hex | 60 | 3 | E6 | 3A | 63 | 0 | A | 109 | 61 | 2E |
| Octal | 140 | 3 | 346 | 72 | 143 | 0 | 12 | 411 | 141 | 56 |
| Binary | 1100000 | 11 | 11100110 | 111010 | 1100011 | 0 | 1010 | 100001001 | 1100001 | 101110 |
Color Harmonies of #6003E6
Complementary color
Monochromatic Colors of #6003E6
Black with #6003E6
Text Example
Text Example
White with #6003E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003E6; }
p { color: rgb(96,3,230); }
H1.HeaderClassName
{
color: #6003E6;
}
.AnyTagClassName
{
color: #6003E6;
}
</style>
background-color css
<style>
a { background-color: #6003E6; }
a { background-color: rgb(96,3,230); }
div.DivClassName
{
background-color: #6003E6;
}
.BgClassName
{
background-color: #6003E6;
}
</style>
border-color css
<style>
span { border-color: #6003E6; }
span { border-color: rgb(96,3,230); }
td.TdClassName
{
border-color: #6003E6;
}
.TagClassName
{
border-color: #6003E6;
}
</style>