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