Shades of Electric Indigo #6000D0
Tints of Electric Indigo #6000D0
RGB
CMYK
RGB Variations
Color information
#6000D0 (or 0x6000D0) is known color: Electric Indigo. HEX triplet: 60, 00 and D0. RGB value is (96,0,208). Sum of RGB (Red+Green+Blue) = 96+0+208=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #6000D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000D0 is #9FFF2F. Grayscale: #333333. Windows color (decimal): -10485552 or 13631584. OLE color: 13631584.
HSL color Cylindrical-coordinate representation of color #6000D0: hue angle of 267.69º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000D0 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 0 | 208 | - |
| CMYK | 0.54 | 1 | 0 | 0.18 |
| HSL | 267.69º | 1% | 0.41% | - |
| HSV(B) | 267.69º | 1% | 0.82% | - |
| XYZ | 16.21 | 7.04 | 60.18 | - |
| YUV | 52.42 | 215.8 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 208 | 0.54 | 1 | 0 | 0.18 | 267.69 | 1 | 0.41 |
| Hex | 60 | 0 | D0 | 36 | 64 | 0 | 12 | 10C | 64 | 29 |
| Octal | 140 | 0 | 320 | 66 | 144 | 0 | 22 | 414 | 144 | 51 |
| Binary | 1100000 | 0 | 11010000 | 110110 | 1100100 | 0 | 10010 | 100001100 | 1100100 | 101001 |
Color Harmonies of #6000D0
Complementary color
Monochromatic Colors of #6000D0
Black with #6000D0
Text Example
Text Example
White with #6000D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000D0; }
p { color: rgb(96,0,208); }
H1.HeaderClassName
{
color: #6000D0;
}
.AnyTagClassName
{
color: #6000D0;
}
</style>
background-color css
<style>
a { background-color: #6000D0; }
a { background-color: rgb(96,0,208); }
div.DivClassName
{
background-color: #6000D0;
}
.BgClassName
{
background-color: #6000D0;
}
</style>
border-color css
<style>
span { border-color: #6000D0; }
span { border-color: rgb(96,0,208); }
td.TdClassName
{
border-color: #6000D0;
}
.TagClassName
{
border-color: #6000D0;
}
</style>