Shades of Electric Indigo #6010FF
Tints of Electric Indigo #6010FF
RGB
CMYK
RGB Variations
Color information
#6010FF (or 0x6010FF) is known color: Electric Indigo. HEX triplet: 60, 10 and FF. RGB value is (96,16,255). Sum of RGB (Red+Green+Blue) = 96+16+255=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #6010FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010FF is #9FEF00. Grayscale: #424242. Windows color (decimal): -10481409 or 16715872. OLE color: 16715872.
HSL color Cylindrical-coordinate representation of color #6010FF: hue angle of 260.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6010FF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 16 | 255 | - |
| CMYK | 0.62 | 0.94 | 0 | 0 |
| HSL | 260.08º | 1% | 0.53% | - |
| HSV(B) | 260.08º | 0.94% | 1% | - |
| XYZ | 23.06 | 10.08 | 95.34 | - |
| YUV | 67.17 | 234 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 255 | 0.62 | 0.94 | 0 | 0 | 260.08 | 1 | 0.53 |
| Hex | 60 | 10 | FF | 3E | 5E | 0 | 0 | 104 | 64 | 35 |
| Octal | 140 | 20 | 377 | 76 | 136 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1100000 | 10000 | 11111111 | 111110 | 1011110 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #6010FF
Complementary color
Monochromatic Colors of #6010FF
Black with #6010FF
Text Example
Text Example
White with #6010FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010FF; }
p { color: rgb(96,16,255); }
H1.HeaderClassName
{
color: #6010FF;
}
.AnyTagClassName
{
color: #6010FF;
}
</style>
background-color css
<style>
a { background-color: #6010FF; }
a { background-color: rgb(96,16,255); }
div.DivClassName
{
background-color: #6010FF;
}
.BgClassName
{
background-color: #6010FF;
}
</style>
border-color css
<style>
span { border-color: #6010FF; }
span { border-color: rgb(96,16,255); }
td.TdClassName
{
border-color: #6010FF;
}
.TagClassName
{
border-color: #6010FF;
}
</style>