Shades of Electric Indigo #6008D6
Tints of Electric Indigo #6008D6
RGB
CMYK
RGB Variations
Color information
#6008D6 (or 0x6008D6) is known color: Electric Indigo. HEX triplet: 60, 08 and D6. RGB value is (96,8,214). Sum of RGB (Red+Green+Blue) = 96+8+214=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #6008D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008D6 is #9FF729. Grayscale: #393939. Windows color (decimal): -10483498 or 14026848. OLE color: 14026848.
HSL color Cylindrical-coordinate representation of color #6008D6: hue angle of 265.63º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008D6 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 8 | 214 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.16 |
| HSL | 265.63º | 0.93% | 0.44% | - |
| HSV(B) | 265.63º | 0.96% | 0.84% | - |
| XYZ | 17.05 | 7.52 | 64.17 | - |
| YUV | 57.8 | 216.15 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 214 | 0.55 | 0.96 | 0 | 0.16 | 265.63 | 0.93 | 0.44 |
| Hex | 60 | 8 | D6 | 37 | 60 | 0 | 10 | 10A | 5D | 2C |
| Octal | 140 | 10 | 326 | 67 | 140 | 0 | 20 | 412 | 135 | 54 |
| Binary | 1100000 | 1000 | 11010110 | 110111 | 1100000 | 0 | 10000 | 100001010 | 1011101 | 101100 |
Color Harmonies of #6008D6
Complementary color
Monochromatic Colors of #6008D6
Black with #6008D6
Text Example
Text Example
White with #6008D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008D6; }
p { color: rgb(96,8,214); }
H1.HeaderClassName
{
color: #6008D6;
}
.AnyTagClassName
{
color: #6008D6;
}
</style>
background-color css
<style>
a { background-color: #6008D6; }
a { background-color: rgb(96,8,214); }
div.DivClassName
{
background-color: #6008D6;
}
.BgClassName
{
background-color: #6008D6;
}
</style>
border-color css
<style>
span { border-color: #6008D6; }
span { border-color: rgb(96,8,214); }
td.TdClassName
{
border-color: #6008D6;
}
.TagClassName
{
border-color: #6008D6;
}
</style>