Shades of Electric Indigo #6601FE
Tints of Electric Indigo #6601FE
RGB
CMYK
RGB Variations
Color information
#6601FE (or 0x6601FE) is known color: Electric Indigo. HEX triplet: 66, 01 and FE. RGB value is (102,1,254). Sum of RGB (Red+Green+Blue) = 102+1+254=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6601FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6601FE is #99FE01. Grayscale: #3B3B3B. Windows color (decimal): -10092034 or 16646502. OLE color: 16646502.
HSL color Cylindrical-coordinate representation of color #6601FE: hue angle of 263.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6601FE is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 1 | 254 | - |
| CMYK | 0.60 | 1.00 | 0 | 0.00 |
| HSL | 263.95º | 0.99% | 0.5% | - |
| HSV(B) | 263.95º | 1% | 1% | - |
| XYZ | 23.38 | 10 | 94.46 | - |
| YUV | 60.04 | 237.46 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 254 | 0.60 | 1.00 | 0 | 0.00 | 263.95 | 0.99 | 0.5 |
| Hex | 66 | 1 | FE | 3C | 64 | 0 | 0 | 108 | 63 | 32 |
| Octal | 146 | 1 | 376 | 74 | 144 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1100110 | 1 | 11111110 | 111100 | 1100100 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6601FE
Complementary color
Monochromatic Colors of #6601FE
Black with #6601FE
Text Example
Text Example
White with #6601FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6601FE; }
p { color: rgb(102,1,254); }
H1.HeaderClassName
{
color: #6601FE;
}
.AnyTagClassName
{
color: #6601FE;
}
</style>
background-color css
<style>
a { background-color: #6601FE; }
a { background-color: rgb(102,1,254); }
div.DivClassName
{
background-color: #6601FE;
}
.BgClassName
{
background-color: #6601FE;
}
</style>
border-color css
<style>
span { border-color: #6601FE; }
span { border-color: rgb(102,1,254); }
td.TdClassName
{
border-color: #6601FE;
}
.TagClassName
{
border-color: #6601FE;
}
</style>