Shades of Electric Indigo #6003FB
Tints of Electric Indigo #6003FB
RGB
CMYK
RGB Variations
Color information
#6003FB (or 0x6003FB) is known color: Electric Indigo. HEX triplet: 60, 03 and FB. RGB value is (96,3,251). Sum of RGB (Red+Green+Blue) = 96+3+251=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #6003FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003FB is #9FFC04. Grayscale: #3A3A3A. Windows color (decimal): -10484741 or 16450400. OLE color: 16450400.
HSL color Cylindrical-coordinate representation of color #6003FB: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003FB is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 3 | 251 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.02 |
| HSL | 262.5º | 0.98% | 0.5% | - |
| HSV(B) | 262.5º | 0.99% | 0.98% | - |
| XYZ | 22.27 | 9.52 | 91.93 | - |
| YUV | 59.08 | 236.31 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 251 | 0.62 | 0.99 | 0 | 0.02 | 262.5 | 0.98 | 0.5 |
| Hex | 60 | 3 | FB | 3E | 63 | 0 | 2 | 106 | 62 | 32 |
| Octal | 140 | 3 | 373 | 76 | 143 | 0 | 2 | 406 | 142 | 62 |
| Binary | 1100000 | 11 | 11111011 | 111110 | 1100011 | 0 | 10 | 100000110 | 1100010 | 110010 |
Color Harmonies of #6003FB
Complementary color
Monochromatic Colors of #6003FB
Black with #6003FB
Text Example
Text Example
White with #6003FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003FB; }
p { color: rgb(96,3,251); }
H1.HeaderClassName
{
color: #6003FB;
}
.AnyTagClassName
{
color: #6003FB;
}
</style>
background-color css
<style>
a { background-color: #6003FB; }
a { background-color: rgb(96,3,251); }
div.DivClassName
{
background-color: #6003FB;
}
.BgClassName
{
background-color: #6003FB;
}
</style>
border-color css
<style>
span { border-color: #6003FB; }
span { border-color: rgb(96,3,251); }
td.TdClassName
{
border-color: #6003FB;
}
.TagClassName
{
border-color: #6003FB;
}
</style>