Shades of Electric Indigo #6002ED
Tints of Electric Indigo #6002ED
RGB
CMYK
RGB Variations
Color information
#6002ED (or 0x6002ED) is known color: Electric Indigo. HEX triplet: 60, 02 and ED. RGB value is (96,2,237). Sum of RGB (Red+Green+Blue) = 96+2+237=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #6002ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002ED is #9FFD12. Grayscale: #383838. Windows color (decimal): -10485011 or 15532640. OLE color: 15532640.
HSL color Cylindrical-coordinate representation of color #6002ED: hue angle of 264º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002ED is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 2 | 237 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.07 |
| HSL | 264º | 0.98% | 0.47% | - |
| HSV(B) | 264º | 0.99% | 0.93% | - |
| XYZ | 20.13 | 8.64 | 80.73 | - |
| YUV | 56.9 | 229.64 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 237 | 0.59 | 0.99 | 0 | 0.07 | 264 | 0.98 | 0.47 |
| Hex | 60 | 2 | ED | 3B | 63 | 0 | 7 | 108 | 62 | 2F |
| Octal | 140 | 2 | 355 | 73 | 143 | 0 | 7 | 410 | 142 | 57 |
| Binary | 1100000 | 10 | 11101101 | 111011 | 1100011 | 0 | 111 | 100001000 | 1100010 | 101111 |
Color Harmonies of #6002ED
Complementary color
Monochromatic Colors of #6002ED
Black with #6002ED
Text Example
Text Example
White with #6002ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002ED; }
p { color: rgb(96,2,237); }
H1.HeaderClassName
{
color: #6002ED;
}
.AnyTagClassName
{
color: #6002ED;
}
</style>
background-color css
<style>
a { background-color: #6002ED; }
a { background-color: rgb(96,2,237); }
div.DivClassName
{
background-color: #6002ED;
}
.BgClassName
{
background-color: #6002ED;
}
</style>
border-color css
<style>
span { border-color: #6002ED; }
span { border-color: rgb(96,2,237); }
td.TdClassName
{
border-color: #6002ED;
}
.TagClassName
{
border-color: #6002ED;
}
</style>