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