Shades of Electric Indigo #6006FF
Tints of Electric Indigo #6006FF
RGB
CMYK
RGB Variations
Color information
#6006FF (or 0x6006FF) is known color: Electric Indigo. HEX triplet: 60, 06 and FF. RGB value is (96,6,255). Sum of RGB (Red+Green+Blue) = 96+6+255=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6006FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6006FF is #9FF900. Grayscale: #3C3C3C. Windows color (decimal): -10483969 or 16713312. OLE color: 16713312.
HSL color Cylindrical-coordinate representation of color #6006FF: hue angle of 261.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6006FF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 6 | 255 | - |
| CMYK | 0.62 | 0.98 | 0 | 0 |
| HSL | 261.69º | 1% | 0.51% | - |
| HSV(B) | 261.69º | 0.98% | 1% | - |
| XYZ | 22.94 | 9.84 | 95.3 | - |
| YUV | 61.3 | 237.32 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 255 | 0.62 | 0.98 | 0 | 0 | 261.69 | 1 | 0.51 |
| Hex | 60 | 6 | FF | 3E | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 140 | 6 | 377 | 76 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100000 | 110 | 11111111 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6006FF
Complementary color
Monochromatic Colors of #6006FF
Black with #6006FF
Text Example
Text Example
White with #6006FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6006FF; }
p { color: rgb(96,6,255); }
H1.HeaderClassName
{
color: #6006FF;
}
.AnyTagClassName
{
color: #6006FF;
}
</style>
background-color css
<style>
a { background-color: #6006FF; }
a { background-color: rgb(96,6,255); }
div.DivClassName
{
background-color: #6006FF;
}
.BgClassName
{
background-color: #6006FF;
}
</style>
border-color css
<style>
span { border-color: #6006FF; }
span { border-color: rgb(96,6,255); }
td.TdClassName
{
border-color: #6006FF;
}
.TagClassName
{
border-color: #6006FF;
}
</style>