Shades of Electric Indigo #6B0DDB
Tints of Electric Indigo #6B0DDB
RGB
CMYK
RGB Variations
Color information
#6B0DDB (or 0x6B0DDB) is known color: Electric Indigo. HEX triplet: 6B, 0D and DB. RGB value is (107,13,219). Sum of RGB (Red+Green+Blue) = 107+13+219=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0DDB is #94F224. Grayscale: #3F3F3F. Windows color (decimal): -9761317 or 14355819. OLE color: 14355819.
HSL color Cylindrical-coordinate representation of color #6B0DDB: hue angle of 267.38º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0DDB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 13 | 219 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.14 |
| HSL | 267.38º | 0.89% | 0.45% | - |
| HSV(B) | 267.38º | 0.94% | 0.86% | - |
| XYZ | 18.99 | 8.53 | 67.66 | - |
| YUV | 64.59 | 215.14 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 219 | 0.51 | 0.94 | 0 | 0.14 | 267.38 | 0.89 | 0.45 |
| Hex | 6B | D | DB | 33 | 5E | 0 | E | 10B | 59 | 2D |
| Octal | 153 | 15 | 333 | 63 | 136 | 0 | 16 | 413 | 131 | 55 |
| Binary | 1101011 | 1101 | 11011011 | 110011 | 1011110 | 0 | 1110 | 100001011 | 1011001 | 101101 |
Color Harmonies of #6B0DDB
Complementary color
Monochromatic Colors of #6B0DDB
Black with #6B0DDB
Text Example
Text Example
White with #6B0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DDB; }
p { color: rgb(107,13,219); }
H1.HeaderClassName
{
color: #6B0DDB;
}
.AnyTagClassName
{
color: #6B0DDB;
}
</style>
background-color css
<style>
a { background-color: #6B0DDB; }
a { background-color: rgb(107,13,219); }
div.DivClassName
{
background-color: #6B0DDB;
}
.BgClassName
{
background-color: #6B0DDB;
}
</style>
border-color css
<style>
span { border-color: #6B0DDB; }
span { border-color: rgb(107,13,219); }
td.TdClassName
{
border-color: #6B0DDB;
}
.TagClassName
{
border-color: #6B0DDB;
}
</style>