Shades of Electric Indigo #6003ED
Tints of Electric Indigo #6003ED
RGB
CMYK
RGB Variations
Color information
#6003ED (or 0x6003ED) is known color: Electric Indigo. HEX triplet: 60, 03 and ED. RGB value is (96,3,237). Sum of RGB (Red+Green+Blue) = 96+3+237=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #6003ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6003ED is #9FFC12. Grayscale: #383838. Windows color (decimal): -10484755 or 15532896. OLE color: 15532896.
HSL color Cylindrical-coordinate representation of color #6003ED: hue angle of 263.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6003ED is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 3 | 237 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.07 |
| HSL | 263.85º | 0.98% | 0.47% | - |
| HSV(B) | 263.85º | 0.99% | 0.93% | - |
| XYZ | 20.14 | 8.67 | 80.73 | - |
| YUV | 57.48 | 229.31 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 237 | 0.59 | 0.99 | 0 | 0.07 | 263.85 | 0.98 | 0.47 |
| Hex | 60 | 3 | ED | 3B | 63 | 0 | 7 | 108 | 62 | 2F |
| Octal | 140 | 3 | 355 | 73 | 143 | 0 | 7 | 410 | 142 | 57 |
| Binary | 1100000 | 11 | 11101101 | 111011 | 1100011 | 0 | 111 | 100001000 | 1100010 | 101111 |
Color Harmonies of #6003ED
Complementary color
Monochromatic Colors of #6003ED
Black with #6003ED
Text Example
Text Example
White with #6003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6003ED; }
p { color: rgb(96,3,237); }
H1.HeaderClassName
{
color: #6003ED;
}
.AnyTagClassName
{
color: #6003ED;
}
</style>
background-color css
<style>
a { background-color: #6003ED; }
a { background-color: rgb(96,3,237); }
div.DivClassName
{
background-color: #6003ED;
}
.BgClassName
{
background-color: #6003ED;
}
</style>
border-color css
<style>
span { border-color: #6003ED; }
span { border-color: rgb(96,3,237); }
td.TdClassName
{
border-color: #6003ED;
}
.TagClassName
{
border-color: #6003ED;
}
</style>