Shades of Electric Indigo #6600E2
Tints of Electric Indigo #6600E2
RGB
CMYK
RGB Variations
Color information
#6600E2 (or 0x6600E2) is known color: Electric Indigo. HEX triplet: 66, 00 and E2. RGB value is (102,0,226). Sum of RGB (Red+Green+Blue) = 102+0+226=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 226 (88.67% from 255 or 68.90% from 328); Max value from RGB is 226 - color contains mainly: blue. Hex color #6600E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600E2 is #99FF1D. Grayscale: #373737. Windows color (decimal): -10092318 or 14811238. OLE color: 14811238.
HSL color Cylindrical-coordinate representation of color #6600E2: hue angle of 267.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600E2 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 0 | 226 | - |
| CMYK | 0.55 | 1 | 0 | 0.11 |
| HSL | 267.08º | 1% | 0.44% | - |
| HSV(B) | 267.08º | 1% | 0.89% | - |
| XYZ | 19.21 | 8.32 | 72.54 | - |
| YUV | 56.26 | 223.79 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 226 | 0.55 | 1 | 0 | 0.11 | 267.08 | 1 | 0.44 |
| Hex | 66 | 0 | E2 | 37 | 64 | 0 | B | 10B | 64 | 2C |
| Octal | 146 | 0 | 342 | 67 | 144 | 0 | 13 | 413 | 144 | 54 |
| Binary | 1100110 | 0 | 11100010 | 110111 | 1100100 | 0 | 1011 | 100001011 | 1100100 | 101100 |
Color Harmonies of #6600E2
Complementary color
Monochromatic Colors of #6600E2
Black with #6600E2
Text Example
Text Example
White with #6600E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600E2; }
p { color: rgb(102,0,226); }
H1.HeaderClassName
{
color: #6600E2;
}
.AnyTagClassName
{
color: #6600E2;
}
</style>
background-color css
<style>
a { background-color: #6600E2; }
a { background-color: rgb(102,0,226); }
div.DivClassName
{
background-color: #6600E2;
}
.BgClassName
{
background-color: #6600E2;
}
</style>
border-color css
<style>
span { border-color: #6600E2; }
span { border-color: rgb(102,0,226); }
td.TdClassName
{
border-color: #6600E2;
}
.TagClassName
{
border-color: #6600E2;
}
</style>