Shades of Electric Indigo #6000E0
Tints of Electric Indigo #6000E0
RGB
CMYK
RGB Variations
Color information
#6000E0 (or 0x6000E0) is known color: Electric Indigo. HEX triplet: 60, 00 and E0. RGB value is (96,0,224). Sum of RGB (Red+Green+Blue) = 96+0+224=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #6000E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000E0 is #9FFF1F. Grayscale: #353535. Windows color (decimal): -10485536 or 14680160. OLE color: 14680160.
HSL color Cylindrical-coordinate representation of color #6000E0: hue angle of 265.71º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000E0 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 0 | 224 | - |
| CMYK | 0.57 | 1 | 0 | 0.12 |
| HSL | 265.71º | 1% | 0.44% | - |
| HSV(B) | 265.71º | 1% | 0.88% | - |
| XYZ | 18.28 | 7.87 | 71.08 | - |
| YUV | 54.24 | 223.8 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 224 | 0.57 | 1 | 0 | 0.12 | 265.71 | 1 | 0.44 |
| Hex | 60 | 0 | E0 | 39 | 64 | 0 | C | 10A | 64 | 2C |
| Octal | 140 | 0 | 340 | 71 | 144 | 0 | 14 | 412 | 144 | 54 |
| Binary | 1100000 | 0 | 11100000 | 111001 | 1100100 | 0 | 1100 | 100001010 | 1100100 | 101100 |
Color Harmonies of #6000E0
Complementary color
Monochromatic Colors of #6000E0
Black with #6000E0
Text Example
Text Example
White with #6000E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000E0; }
p { color: rgb(96,0,224); }
H1.HeaderClassName
{
color: #6000E0;
}
.AnyTagClassName
{
color: #6000E0;
}
</style>
background-color css
<style>
a { background-color: #6000E0; }
a { background-color: rgb(96,0,224); }
div.DivClassName
{
background-color: #6000E0;
}
.BgClassName
{
background-color: #6000E0;
}
</style>
border-color css
<style>
span { border-color: #6000E0; }
span { border-color: rgb(96,0,224); }
td.TdClassName
{
border-color: #6000E0;
}
.TagClassName
{
border-color: #6000E0;
}
</style>