Shades of Electric Indigo #6003FF
Tints of Electric Indigo #6003FF
RGB
CMYK
RGB Variations
Color information
#6003FF (or 0x6003FF) is known color: Electric Indigo. HEX triplet: 60, 03 and FF. RGB value is (96,3,255). Sum of RGB (Red+Green+Blue) = 96+3+255=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #6003FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003FF is #9FFC00. Grayscale: #3A3A3A. Windows color (decimal): -10484737 or 16712544. OLE color: 16712544.
HSL color Cylindrical-coordinate representation of color #6003FF: hue angle of 262.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003FF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 3 | 255 | - |
| CMYK | 0.62 | 0.99 | 0 | 0 |
| HSL | 262.14º | 1% | 0.51% | - |
| HSV(B) | 262.14º | 0.99% | 1% | - |
| XYZ | 22.91 | 9.77 | 95.29 | - |
| YUV | 59.54 | 238.31 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 255 | 0.62 | 0.99 | 0 | 0 | 262.14 | 1 | 0.51 |
| Hex | 60 | 3 | FF | 3E | 63 | 0 | 0 | 106 | 64 | 33 |
| Octal | 140 | 3 | 377 | 76 | 143 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100000 | 11 | 11111111 | 111110 | 1100011 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6003FF
Complementary color
Monochromatic Colors of #6003FF
Black with #6003FF
Text Example
Text Example
White with #6003FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003FF; }
p { color: rgb(96,3,255); }
H1.HeaderClassName
{
color: #6003FF;
}
.AnyTagClassName
{
color: #6003FF;
}
</style>
background-color css
<style>
a { background-color: #6003FF; }
a { background-color: rgb(96,3,255); }
div.DivClassName
{
background-color: #6003FF;
}
.BgClassName
{
background-color: #6003FF;
}
</style>
border-color css
<style>
span { border-color: #6003FF; }
span { border-color: rgb(96,3,255); }
td.TdClassName
{
border-color: #6003FF;
}
.TagClassName
{
border-color: #6003FF;
}
</style>