Shades of Electric Indigo #6600FA
Tints of Electric Indigo #6600FA
RGB
CMYK
RGB Variations
Color information
#6600FA (or 0x6600FA) is known color: Electric Indigo. HEX triplet: 66, 00 and FA. RGB value is (102,0,250). Sum of RGB (Red+Green+Blue) = 102+0+250=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #6600FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600FA is #99FF05. Grayscale: #3A3A3A. Windows color (decimal): -10092294 or 16384102. OLE color: 16384102.
HSL color Cylindrical-coordinate representation of color #6600FA: hue angle of 264.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600FA is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 0 | 250 | - |
| CMYK | 0.59 | 1 | 0 | 0.02 |
| HSL | 264.48º | 1% | 0.49% | - |
| HSV(B) | 264.48º | 1% | 0.98% | - |
| XYZ | 22.73 | 9.73 | 91.12 | - |
| YUV | 59 | 235.79 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 250 | 0.59 | 1 | 0 | 0.02 | 264.48 | 1 | 0.49 |
| Hex | 66 | 0 | FA | 3B | 64 | 0 | 2 | 108 | 64 | 31 |
| Octal | 146 | 0 | 372 | 73 | 144 | 0 | 2 | 410 | 144 | 61 |
| Binary | 1100110 | 0 | 11111010 | 111011 | 1100100 | 0 | 10 | 100001000 | 1100100 | 110001 |
Color Harmonies of #6600FA
Complementary color
Monochromatic Colors of #6600FA
Black with #6600FA
Text Example
Text Example
White with #6600FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600FA; }
p { color: rgb(102,0,250); }
H1.HeaderClassName
{
color: #6600FA;
}
.AnyTagClassName
{
color: #6600FA;
}
</style>
background-color css
<style>
a { background-color: #6600FA; }
a { background-color: rgb(102,0,250); }
div.DivClassName
{
background-color: #6600FA;
}
.BgClassName
{
background-color: #6600FA;
}
</style>
border-color css
<style>
span { border-color: #6600FA; }
span { border-color: rgb(102,0,250); }
td.TdClassName
{
border-color: #6600FA;
}
.TagClassName
{
border-color: #6600FA;
}
</style>