Shades of Electric Indigo #6602EA
Tints of Electric Indigo #6602EA
RGB
CMYK
RGB Variations
Color information
#6602EA (or 0x6602EA) is known color: Electric Indigo. HEX triplet: 66, 02 and EA. RGB value is (102,2,234). Sum of RGB (Red+Green+Blue) = 102+2+234=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #6602EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6602EA is #99FD15. Grayscale: #393939. Windows color (decimal): -10091798 or 15336038. OLE color: 15336038.
HSL color Cylindrical-coordinate representation of color #6602EA: hue angle of 265.86º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602EA is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 2 | 234 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.08 |
| HSL | 265.86º | 0.98% | 0.46% | - |
| HSV(B) | 265.86º | 0.99% | 0.92% | - |
| XYZ | 20.35 | 8.81 | 78.47 | - |
| YUV | 58.35 | 227.13 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 234 | 0.56 | 0.99 | 0 | 0.08 | 265.86 | 0.98 | 0.46 |
| Hex | 66 | 2 | EA | 38 | 63 | 0 | 8 | 10A | 62 | 2E |
| Octal | 146 | 2 | 352 | 70 | 143 | 0 | 10 | 412 | 142 | 56 |
| Binary | 1100110 | 10 | 11101010 | 111000 | 1100011 | 0 | 1000 | 100001010 | 1100010 | 101110 |
Color Harmonies of #6602EA
Complementary color
Monochromatic Colors of #6602EA
Black with #6602EA
Text Example
Text Example
White with #6602EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602EA; }
p { color: rgb(102,2,234); }
H1.HeaderClassName
{
color: #6602EA;
}
.AnyTagClassName
{
color: #6602EA;
}
</style>
background-color css
<style>
a { background-color: #6602EA; }
a { background-color: rgb(102,2,234); }
div.DivClassName
{
background-color: #6602EA;
}
.BgClassName
{
background-color: #6602EA;
}
</style>
border-color css
<style>
span { border-color: #6602EA; }
span { border-color: rgb(102,2,234); }
td.TdClassName
{
border-color: #6602EA;
}
.TagClassName
{
border-color: #6602EA;
}
</style>