Shades of Electric Indigo #6006DC
Tints of Electric Indigo #6006DC
RGB
CMYK
RGB Variations
Color information
#6006DC (or 0x6006DC) is known color: Electric Indigo. HEX triplet: 60, 06 and DC. RGB value is (96,6,220). Sum of RGB (Red+Green+Blue) = 96+6+220=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #6006DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6006DC is #9FF923. Grayscale: #383838. Windows color (decimal): -10484004 or 14419552. OLE color: 14419552.
HSL color Cylindrical-coordinate representation of color #6006DC: hue angle of 265.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6006DC is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 6 | 220 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.14 |
| HSL | 265.23º | 0.95% | 0.44% | - |
| HSV(B) | 265.23º | 0.97% | 0.86% | - |
| XYZ | 17.81 | 7.78 | 68.27 | - |
| YUV | 57.31 | 219.82 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 220 | 0.56 | 0.97 | 0 | 0.14 | 265.23 | 0.95 | 0.44 |
| Hex | 60 | 6 | DC | 38 | 61 | 0 | E | 109 | 5F | 2C |
| Octal | 140 | 6 | 334 | 70 | 141 | 0 | 16 | 411 | 137 | 54 |
| Binary | 1100000 | 110 | 11011100 | 111000 | 1100001 | 0 | 1110 | 100001001 | 1011111 | 101100 |
Color Harmonies of #6006DC
Complementary color
Monochromatic Colors of #6006DC
Black with #6006DC
Text Example
Text Example
White with #6006DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6006DC; }
p { color: rgb(96,6,220); }
H1.HeaderClassName
{
color: #6006DC;
}
.AnyTagClassName
{
color: #6006DC;
}
</style>
background-color css
<style>
a { background-color: #6006DC; }
a { background-color: rgb(96,6,220); }
div.DivClassName
{
background-color: #6006DC;
}
.BgClassName
{
background-color: #6006DC;
}
</style>
border-color css
<style>
span { border-color: #6006DC; }
span { border-color: rgb(96,6,220); }
td.TdClassName
{
border-color: #6006DC;
}
.TagClassName
{
border-color: #6006DC;
}
</style>