Shades of Electric Indigo #6600E8
Tints of Electric Indigo #6600E8
RGB
CMYK
RGB Variations
Color information
#6600E8 (or 0x6600E8) is known color: Electric Indigo. HEX triplet: 66, 00 and E8. RGB value is (102,0,232). Sum of RGB (Red+Green+Blue) = 102+0+232=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 232 (91.02% from 255 or 69.46% from 334); Max value from RGB is 232 - color contains mainly: blue. Hex color #6600E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600E8 is #99FF17. Grayscale: #383838. Windows color (decimal): -10092312 or 15204454. OLE color: 15204454.
HSL color Cylindrical-coordinate representation of color #6600E8: hue angle of 266.38º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600E8 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 0 | 232 | - |
| CMYK | 0.56 | 1 | 0 | 0.09 |
| HSL | 266.38º | 1% | 0.45% | - |
| HSV(B) | 266.38º | 1% | 0.91% | - |
| XYZ | 20.04 | 8.65 | 76.96 | - |
| YUV | 56.95 | 226.79 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 232 | 0.56 | 1 | 0 | 0.09 | 266.38 | 1 | 0.45 |
| Hex | 66 | 0 | E8 | 38 | 64 | 0 | 9 | 10A | 64 | 2D |
| Octal | 146 | 0 | 350 | 70 | 144 | 0 | 11 | 412 | 144 | 55 |
| Binary | 1100110 | 0 | 11101000 | 111000 | 1100100 | 0 | 1001 | 100001010 | 1100100 | 101101 |
Color Harmonies of #6600E8
Complementary color
Monochromatic Colors of #6600E8
Black with #6600E8
Text Example
Text Example
White with #6600E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600E8; }
p { color: rgb(102,0,232); }
H1.HeaderClassName
{
color: #6600E8;
}
.AnyTagClassName
{
color: #6600E8;
}
</style>
background-color css
<style>
a { background-color: #6600E8; }
a { background-color: rgb(102,0,232); }
div.DivClassName
{
background-color: #6600E8;
}
.BgClassName
{
background-color: #6600E8;
}
</style>
border-color css
<style>
span { border-color: #6600E8; }
span { border-color: rgb(102,0,232); }
td.TdClassName
{
border-color: #6600E8;
}
.TagClassName
{
border-color: #6600E8;
}
</style>