Shades of Electric Indigo #6004D6
Tints of Electric Indigo #6004D6
RGB
CMYK
RGB Variations
Color information
#6004D6 (or 0x6004D6) is known color: Electric Indigo. HEX triplet: 60, 04 and D6. RGB value is (96,4,214). Sum of RGB (Red+Green+Blue) = 96+4+214=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #6004D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004D6 is #9FFB29. Grayscale: #363636. Windows color (decimal): -10484522 or 14025824. OLE color: 14025824.
HSL color Cylindrical-coordinate representation of color #6004D6: hue angle of 266.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004D6 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 4 | 214 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.16 |
| HSL | 266.29º | 0.96% | 0.43% | - |
| HSV(B) | 266.29º | 0.98% | 0.84% | - |
| XYZ | 17 | 7.43 | 64.16 | - |
| YUV | 55.45 | 217.48 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 214 | 0.55 | 0.98 | 0 | 0.16 | 266.29 | 0.96 | 0.43 |
| Hex | 60 | 4 | D6 | 37 | 62 | 0 | 10 | 10A | 60 | 2B |
| Octal | 140 | 4 | 326 | 67 | 142 | 0 | 20 | 412 | 140 | 53 |
| Binary | 1100000 | 100 | 11010110 | 110111 | 1100010 | 0 | 10000 | 100001010 | 1100000 | 101011 |
Color Harmonies of #6004D6
Complementary color
Monochromatic Colors of #6004D6
Black with #6004D6
Text Example
Text Example
White with #6004D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6004D6; }
p { color: rgb(96,4,214); }
H1.HeaderClassName
{
color: #6004D6;
}
.AnyTagClassName
{
color: #6004D6;
}
</style>
background-color css
<style>
a { background-color: #6004D6; }
a { background-color: rgb(96,4,214); }
div.DivClassName
{
background-color: #6004D6;
}
.BgClassName
{
background-color: #6004D6;
}
</style>
border-color css
<style>
span { border-color: #6004D6; }
span { border-color: rgb(96,4,214); }
td.TdClassName
{
border-color: #6004D6;
}
.TagClassName
{
border-color: #6004D6;
}
</style>