Shades of Electric Indigo #6006FA
Tints of Electric Indigo #6006FA
RGB
CMYK
RGB Variations
Color information
#6006FA (or 0x6006FA) is known color: Electric Indigo. HEX triplet: 60, 06 and FA. RGB value is (96,6,250). Sum of RGB (Red+Green+Blue) = 96+6+250=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 6 (2.73% from 255 or 1.70% 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 #6006FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6006FA is #9FF905. Grayscale: #3B3B3B. Windows color (decimal): -10483974 or 16385632. OLE color: 16385632.
HSL color Cylindrical-coordinate representation of color #6006FA: hue angle of 262.13º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6006FA is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 6 | 250 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.02 |
| HSL | 262.13º | 0.96% | 0.5% | - |
| HSV(B) | 262.13º | 0.98% | 0.98% | - |
| XYZ | 22.14 | 9.52 | 91.11 | - |
| YUV | 60.73 | 234.82 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 250 | 0.62 | 0.98 | 0 | 0.02 | 262.13 | 0.96 | 0.5 |
| Hex | 60 | 6 | FA | 3E | 62 | 0 | 2 | 106 | 60 | 32 |
| Octal | 140 | 6 | 372 | 76 | 142 | 0 | 2 | 406 | 140 | 62 |
| Binary | 1100000 | 110 | 11111010 | 111110 | 1100010 | 0 | 10 | 100000110 | 1100000 | 110010 |
Color Harmonies of #6006FA
Complementary color
Monochromatic Colors of #6006FA
Black with #6006FA
Text Example
Text Example
White with #6006FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6006FA; }
p { color: rgb(96,6,250); }
H1.HeaderClassName
{
color: #6006FA;
}
.AnyTagClassName
{
color: #6006FA;
}
</style>
background-color css
<style>
a { background-color: #6006FA; }
a { background-color: rgb(96,6,250); }
div.DivClassName
{
background-color: #6006FA;
}
.BgClassName
{
background-color: #6006FA;
}
</style>
border-color css
<style>
span { border-color: #6006FA; }
span { border-color: rgb(96,6,250); }
td.TdClassName
{
border-color: #6006FA;
}
.TagClassName
{
border-color: #6006FA;
}
</style>