Shades of Electric Indigo #6606DF
Tints of Electric Indigo #6606DF
RGB
CMYK
RGB Variations
Color information
#6606DF (or 0x6606DF) is known color: Electric Indigo. HEX triplet: 66, 06 and DF. RGB value is (102,6,223). Sum of RGB (Red+Green+Blue) = 102+6+223=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #6606DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606DF is #99F920. Grayscale: #3A3A3A. Windows color (decimal): -10090785 or 14616166. OLE color: 14616166.
HSL color Cylindrical-coordinate representation of color #6606DF: hue angle of 266.54º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606DF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 6 | 223 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.13 |
| HSL | 266.54º | 0.95% | 0.45% | - |
| HSV(B) | 266.54º | 0.97% | 0.87% | - |
| XYZ | 18.86 | 8.28 | 70.42 | - |
| YUV | 59.44 | 220.3 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 223 | 0.54 | 0.97 | 0 | 0.13 | 266.54 | 0.95 | 0.45 |
| Hex | 66 | 6 | DF | 36 | 61 | 0 | D | 10B | 5F | 2D |
| Octal | 146 | 6 | 337 | 66 | 141 | 0 | 15 | 413 | 137 | 55 |
| Binary | 1100110 | 110 | 11011111 | 110110 | 1100001 | 0 | 1101 | 100001011 | 1011111 | 101101 |
Color Harmonies of #6606DF
Complementary color
Monochromatic Colors of #6606DF
Black with #6606DF
Text Example
Text Example
White with #6606DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6606DF; }
p { color: rgb(102,6,223); }
H1.HeaderClassName
{
color: #6606DF;
}
.AnyTagClassName
{
color: #6606DF;
}
</style>
background-color css
<style>
a { background-color: #6606DF; }
a { background-color: rgb(102,6,223); }
div.DivClassName
{
background-color: #6606DF;
}
.BgClassName
{
background-color: #6606DF;
}
</style>
border-color css
<style>
span { border-color: #6606DF; }
span { border-color: rgb(102,6,223); }
td.TdClassName
{
border-color: #6606DF;
}
.TagClassName
{
border-color: #6606DF;
}
</style>