Shades of Electric Indigo #600BDB
Tints of Electric Indigo #600BDB
RGB
CMYK
RGB Variations
Color information
#600BDB (or 0x600BDB) is known color: Electric Indigo. HEX triplet: 60, 0B and DB. RGB value is (96,11,219). Sum of RGB (Red+Green+Blue) = 96+11+219=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #600BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BDB is #9FF424. Grayscale: #3B3B3B. Windows color (decimal): -10482725 or 14355296. OLE color: 14355296.
HSL color Cylindrical-coordinate representation of color #600BDB: hue angle of 264.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BDB is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 11 | 219 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.14 |
| HSL | 264.52º | 0.9% | 0.45% | - |
| HSV(B) | 264.52º | 0.95% | 0.86% | - |
| XYZ | 17.73 | 7.84 | 67.6 | - |
| YUV | 60.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 219 | 0.56 | 0.95 | 0 | 0.14 | 264.52 | 0.9 | 0.45 |
| Hex | 60 | B | DB | 38 | 5F | 0 | E | 109 | 5A | 2D |
| Octal | 140 | 13 | 333 | 70 | 137 | 0 | 16 | 411 | 132 | 55 |
| Binary | 1100000 | 1011 | 11011011 | 111000 | 1011111 | 0 | 1110 | 100001001 | 1011010 | 101101 |
Color Harmonies of #600BDB
Complementary color
Monochromatic Colors of #600BDB
Black with #600BDB
Text Example
Text Example
White with #600BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600BDB; }
p { color: rgb(96,11,219); }
H1.HeaderClassName
{
color: #600BDB;
}
.AnyTagClassName
{
color: #600BDB;
}
</style>
background-color css
<style>
a { background-color: #600BDB; }
a { background-color: rgb(96,11,219); }
div.DivClassName
{
background-color: #600BDB;
}
.BgClassName
{
background-color: #600BDB;
}
</style>
border-color css
<style>
span { border-color: #600BDB; }
span { border-color: rgb(96,11,219); }
td.TdClassName
{
border-color: #600BDB;
}
.TagClassName
{
border-color: #600BDB;
}
</style>