Shades of Electric Indigo #6008D9
Tints of Electric Indigo #6008D9
RGB
CMYK
RGB Variations
Color information
#6008D9 (or 0x6008D9) is known color: Electric Indigo. HEX triplet: 60, 08 and D9. RGB value is (96,8,217). Sum of RGB (Red+Green+Blue) = 96+8+217=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #6008D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008D9 is #9FF726. Grayscale: #393939. Windows color (decimal): -10483495 or 14223456. OLE color: 14223456.
HSL color Cylindrical-coordinate representation of color #6008D9: hue angle of 265.26º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008D9 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 8 | 217 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.15 |
| HSL | 265.26º | 0.93% | 0.44% | - |
| HSV(B) | 265.26º | 0.96% | 0.85% | - |
| XYZ | 17.44 | 7.67 | 66.21 | - |
| YUV | 58.14 | 217.65 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 217 | 0.56 | 0.96 | 0 | 0.15 | 265.26 | 0.93 | 0.44 |
| Hex | 60 | 8 | D9 | 38 | 60 | 0 | F | 109 | 5D | 2C |
| Octal | 140 | 10 | 331 | 70 | 140 | 0 | 17 | 411 | 135 | 54 |
| Binary | 1100000 | 1000 | 11011001 | 111000 | 1100000 | 0 | 1111 | 100001001 | 1011101 | 101100 |
Color Harmonies of #6008D9
Complementary color
Monochromatic Colors of #6008D9
Black with #6008D9
Text Example
Text Example
White with #6008D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008D9; }
p { color: rgb(96,8,217); }
H1.HeaderClassName
{
color: #6008D9;
}
.AnyTagClassName
{
color: #6008D9;
}
</style>
background-color css
<style>
a { background-color: #6008D9; }
a { background-color: rgb(96,8,217); }
div.DivClassName
{
background-color: #6008D9;
}
.BgClassName
{
background-color: #6008D9;
}
</style>
border-color css
<style>
span { border-color: #6008D9; }
span { border-color: rgb(96,8,217); }
td.TdClassName
{
border-color: #6008D9;
}
.TagClassName
{
border-color: #6008D9;
}
</style>