Shades of Electric Indigo #6003FE
Tints of Electric Indigo #6003FE
RGB
CMYK
RGB Variations
Color information
#6003FE (or 0x6003FE) is known color: Electric Indigo. HEX triplet: 60, 03 and FE. RGB value is (96,3,254). Sum of RGB (Red+Green+Blue) = 96+3+254=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #6003FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003FE is #9FFC01. Grayscale: #3A3A3A. Windows color (decimal): -10484738 or 16647008. OLE color: 16647008.
HSL color Cylindrical-coordinate representation of color #6003FE: hue angle of 262.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003FE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 3 | 254 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.00 |
| HSL | 262.23º | 0.99% | 0.5% | - |
| HSV(B) | 262.23º | 0.99% | 1% | - |
| XYZ | 22.75 | 9.71 | 94.44 | - |
| YUV | 59.42 | 237.81 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 254 | 0.62 | 0.99 | 0 | 0.00 | 262.23 | 0.99 | 0.5 |
| Hex | 60 | 3 | FE | 3E | 63 | 0 | 0 | 106 | 63 | 32 |
| Octal | 140 | 3 | 376 | 76 | 143 | 0 | 0 | 406 | 143 | 62 |
| Binary | 1100000 | 11 | 11111110 | 111110 | 1100011 | 0 | 0 | 100000110 | 1100011 | 110010 |
Color Harmonies of #6003FE
Complementary color
Monochromatic Colors of #6003FE
Black with #6003FE
Text Example
Text Example
White with #6003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003FE; }
p { color: rgb(96,3,254); }
H1.HeaderClassName
{
color: #6003FE;
}
.AnyTagClassName
{
color: #6003FE;
}
</style>
background-color css
<style>
a { background-color: #6003FE; }
a { background-color: rgb(96,3,254); }
div.DivClassName
{
background-color: #6003FE;
}
.BgClassName
{
background-color: #6003FE;
}
</style>
border-color css
<style>
span { border-color: #6003FE; }
span { border-color: rgb(96,3,254); }
td.TdClassName
{
border-color: #6003FE;
}
.TagClassName
{
border-color: #6003FE;
}
</style>