Shades of Electric Indigo #6C0BDB
Tints of Electric Indigo #6C0BDB
RGB
CMYK
RGB Variations
Color information
#6C0BDB (or 0x6C0BDB) is known color: Electric Indigo. HEX triplet: 6C, 0B and DB. RGB value is (108,11,219). Sum of RGB (Red+Green+Blue) = 108+11+219=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0BDB is #93F424. Grayscale: #3E3E3E. Windows color (decimal): -9696293 or 14355308. OLE color: 14355308.
HSL color Cylindrical-coordinate representation of color #6C0BDB: hue angle of 267.98º 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 #6C0BDB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 11 | 219 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.14 |
| HSL | 267.98º | 0.9% | 0.45% | - |
| HSV(B) | 267.98º | 0.95% | 0.86% | - |
| XYZ | 19.09 | 8.54 | 67.66 | - |
| YUV | 63.72 | 215.64 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 219 | 0.51 | 0.95 | 0 | 0.14 | 267.98 | 0.9 | 0.45 |
| Hex | 6C | B | DB | 33 | 5F | 0 | E | 10C | 5A | 2D |
| Octal | 154 | 13 | 333 | 63 | 137 | 0 | 16 | 414 | 132 | 55 |
| Binary | 1101100 | 1011 | 11011011 | 110011 | 1011111 | 0 | 1110 | 100001100 | 1011010 | 101101 |
Color Harmonies of #6C0BDB
Complementary color
Monochromatic Colors of #6C0BDB
Black with #6C0BDB
Text Example
Text Example
White with #6C0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0BDB; }
p { color: rgb(108,11,219); }
H1.HeaderClassName
{
color: #6C0BDB;
}
.AnyTagClassName
{
color: #6C0BDB;
}
</style>
background-color css
<style>
a { background-color: #6C0BDB; }
a { background-color: rgb(108,11,219); }
div.DivClassName
{
background-color: #6C0BDB;
}
.BgClassName
{
background-color: #6C0BDB;
}
</style>
border-color css
<style>
span { border-color: #6C0BDB; }
span { border-color: rgb(108,11,219); }
td.TdClassName
{
border-color: #6C0BDB;
}
.TagClassName
{
border-color: #6C0BDB;
}
</style>