Shades of Electric Indigo #6000ED
Tints of Electric Indigo #6000ED
RGB
CMYK
RGB Variations
Color information
#6000ED (or 0x6000ED) is known color: Electric Indigo. HEX triplet: 60, 00 and ED. RGB value is (96,0,237). Sum of RGB (Red+Green+Blue) = 96+0+237=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #6000ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000ED is #9FFF12. Grayscale: #363636. Windows color (decimal): -10485523 or 15532128. OLE color: 15532128.
HSL color Cylindrical-coordinate representation of color #6000ED: hue angle of 264.3º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000ED is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 0 | 237 | - |
| CMYK | 0.59 | 1 | 0 | 0.07 |
| HSL | 264.3º | 1% | 0.46% | - |
| HSV(B) | 264.3º | 1% | 0.93% | - |
| XYZ | 20.11 | 8.6 | 80.72 | - |
| YUV | 55.72 | 230.3 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 237 | 0.59 | 1 | 0 | 0.07 | 264.3 | 1 | 0.46 |
| Hex | 60 | 0 | ED | 3B | 64 | 0 | 7 | 108 | 64 | 2E |
| Octal | 140 | 0 | 355 | 73 | 144 | 0 | 7 | 410 | 144 | 56 |
| Binary | 1100000 | 0 | 11101101 | 111011 | 1100100 | 0 | 111 | 100001000 | 1100100 | 101110 |
Color Harmonies of #6000ED
Complementary color
Monochromatic Colors of #6000ED
Black with #6000ED
Text Example
Text Example
White with #6000ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000ED; }
p { color: rgb(96,0,237); }
H1.HeaderClassName
{
color: #6000ED;
}
.AnyTagClassName
{
color: #6000ED;
}
</style>
background-color css
<style>
a { background-color: #6000ED; }
a { background-color: rgb(96,0,237); }
div.DivClassName
{
background-color: #6000ED;
}
.BgClassName
{
background-color: #6000ED;
}
</style>
border-color css
<style>
span { border-color: #6000ED; }
span { border-color: rgb(96,0,237); }
td.TdClassName
{
border-color: #6000ED;
}
.TagClassName
{
border-color: #6000ED;
}
</style>