Shades of Electric Indigo #6602E0
Tints of Electric Indigo #6602E0
RGB
CMYK
RGB Variations
Color information
#6602E0 (or 0x6602E0) is known color: Electric Indigo. HEX triplet: 66, 02 and E0. RGB value is (102,2,224). Sum of RGB (Red+Green+Blue) = 102+2+224=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 224 (87.89% from 255 or 68.29% from 328); Max value from RGB is 224 - color contains mainly: blue. Hex color #6602E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6602E0 is #99FD1F. Grayscale: #383838. Windows color (decimal): -10091808 or 14680678. OLE color: 14680678.
HSL color Cylindrical-coordinate representation of color #6602E0: hue angle of 267.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602E0 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 2 | 224 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.12 |
| HSL | 267.03º | 0.98% | 0.44% | - |
| HSV(B) | 267.03º | 0.99% | 0.88% | - |
| XYZ | 18.96 | 8.25 | 71.11 | - |
| YUV | 57.21 | 222.13 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 224 | 0.54 | 0.99 | 0 | 0.12 | 267.03 | 0.98 | 0.44 |
| Hex | 66 | 2 | E0 | 36 | 63 | 0 | C | 10B | 62 | 2C |
| Octal | 146 | 2 | 340 | 66 | 143 | 0 | 14 | 413 | 142 | 54 |
| Binary | 1100110 | 10 | 11100000 | 110110 | 1100011 | 0 | 1100 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6602E0
Complementary color
Monochromatic Colors of #6602E0
Black with #6602E0
Text Example
Text Example
White with #6602E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602E0; }
p { color: rgb(102,2,224); }
H1.HeaderClassName
{
color: #6602E0;
}
.AnyTagClassName
{
color: #6602E0;
}
</style>
background-color css
<style>
a { background-color: #6602E0; }
a { background-color: rgb(102,2,224); }
div.DivClassName
{
background-color: #6602E0;
}
.BgClassName
{
background-color: #6602E0;
}
</style>
border-color css
<style>
span { border-color: #6602E0; }
span { border-color: rgb(102,2,224); }
td.TdClassName
{
border-color: #6602E0;
}
.TagClassName
{
border-color: #6602E0;
}
</style>