Shades of Electric Indigo #6602FE
Tints of Electric Indigo #6602FE
RGB
CMYK
RGB Variations
Color information
#6602FE (or 0x6602FE) is known color: Electric Indigo. HEX triplet: 66, 02 and FE. RGB value is (102,2,254). Sum of RGB (Red+Green+Blue) = 102+2+254=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #6602FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6602FE is #99FD01. Grayscale: #3B3B3B. Windows color (decimal): -10091778 or 16646758. OLE color: 16646758.
HSL color Cylindrical-coordinate representation of color #6602FE: hue angle of 263.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602FE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 2 | 254 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.00 |
| HSL | 263.81º | 0.99% | 0.5% | - |
| HSV(B) | 263.81º | 0.99% | 1% | - |
| XYZ | 23.39 | 10.02 | 94.47 | - |
| YUV | 60.63 | 237.13 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 254 | 0.60 | 0.99 | 0 | 0.00 | 263.81 | 0.99 | 0.5 |
| Hex | 66 | 2 | FE | 3C | 63 | 0 | 0 | 108 | 63 | 32 |
| Octal | 146 | 2 | 376 | 74 | 143 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1100110 | 10 | 11111110 | 111100 | 1100011 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6602FE
Complementary color
Monochromatic Colors of #6602FE
Black with #6602FE
Text Example
Text Example
White with #6602FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602FE; }
p { color: rgb(102,2,254); }
H1.HeaderClassName
{
color: #6602FE;
}
.AnyTagClassName
{
color: #6602FE;
}
</style>
background-color css
<style>
a { background-color: #6602FE; }
a { background-color: rgb(102,2,254); }
div.DivClassName
{
background-color: #6602FE;
}
.BgClassName
{
background-color: #6602FE;
}
</style>
border-color css
<style>
span { border-color: #6602FE; }
span { border-color: rgb(102,2,254); }
td.TdClassName
{
border-color: #6602FE;
}
.TagClassName
{
border-color: #6602FE;
}
</style>