Shades of Electric Indigo #6005FF
Tints of Electric Indigo #6005FF
RGB
CMYK
RGB Variations
Color information
#6005FF (or 0x6005FF) is known color: Electric Indigo. HEX triplet: 60, 05 and FF. RGB value is (96,5,255). Sum of RGB (Red+Green+Blue) = 96+5+255=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6005FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6005FF is #9FFA00. Grayscale: #3B3B3B. Windows color (decimal): -10484225 or 16713056. OLE color: 16713056.
HSL color Cylindrical-coordinate representation of color #6005FF: hue angle of 261.84º 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 #6005FF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 5 | 255 | - |
| CMYK | 0.62 | 0.98 | 0 | 0 |
| HSL | 261.84º | 1% | 0.51% | - |
| HSV(B) | 261.84º | 0.98% | 1% | - |
| XYZ | 22.93 | 9.82 | 95.29 | - |
| YUV | 60.71 | 237.65 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 255 | 0.62 | 0.98 | 0 | 0 | 261.84 | 1 | 0.51 |
| Hex | 60 | 5 | FF | 3E | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 140 | 5 | 377 | 76 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100000 | 101 | 11111111 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6005FF
Complementary color
Monochromatic Colors of #6005FF
Black with #6005FF
Text Example
Text Example
White with #6005FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005FF; }
p { color: rgb(96,5,255); }
H1.HeaderClassName
{
color: #6005FF;
}
.AnyTagClassName
{
color: #6005FF;
}
</style>
background-color css
<style>
a { background-color: #6005FF; }
a { background-color: rgb(96,5,255); }
div.DivClassName
{
background-color: #6005FF;
}
.BgClassName
{
background-color: #6005FF;
}
</style>
border-color css
<style>
span { border-color: #6005FF; }
span { border-color: rgb(96,5,255); }
td.TdClassName
{
border-color: #6005FF;
}
.TagClassName
{
border-color: #6005FF;
}
</style>