Shades of Electric Indigo #6F0BDB
Tints of Electric Indigo #6F0BDB
RGB
CMYK
RGB Variations
Color information
#6F0BDB (or 0x6F0BDB) is known color: Electric Indigo. HEX triplet: 6F, 0B and DB. RGB value is (111,11,219). Sum of RGB (Red+Green+Blue) = 111+11+219=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BDB is #90F424. Grayscale: #3F3F3F. Windows color (decimal): -9499685 or 14355311. OLE color: 14355311.
HSL color Cylindrical-coordinate representation of color #6F0BDB: hue angle of 268.85º 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 #6F0BDB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 11 | 219 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.14 |
| HSL | 268.85º | 0.9% | 0.45% | - |
| HSV(B) | 268.85º | 0.95% | 0.86% | - |
| XYZ | 19.46 | 8.73 | 67.68 | - |
| YUV | 64.61 | 215.13 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 219 | 0.49 | 0.95 | 0 | 0.14 | 268.85 | 0.9 | 0.45 |
| Hex | 6F | B | DB | 31 | 5F | 0 | E | 10D | 5A | 2D |
| Octal | 157 | 13 | 333 | 61 | 137 | 0 | 16 | 415 | 132 | 55 |
| Binary | 1101111 | 1011 | 11011011 | 110001 | 1011111 | 0 | 1110 | 100001101 | 1011010 | 101101 |
Color Harmonies of #6F0BDB
Complementary color
Monochromatic Colors of #6F0BDB
Black with #6F0BDB
Text Example
Text Example
White with #6F0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BDB; }
p { color: rgb(111,11,219); }
H1.HeaderClassName
{
color: #6F0BDB;
}
.AnyTagClassName
{
color: #6F0BDB;
}
</style>
background-color css
<style>
a { background-color: #6F0BDB; }
a { background-color: rgb(111,11,219); }
div.DivClassName
{
background-color: #6F0BDB;
}
.BgClassName
{
background-color: #6F0BDB;
}
</style>
border-color css
<style>
span { border-color: #6F0BDB; }
span { border-color: rgb(111,11,219); }
td.TdClassName
{
border-color: #6F0BDB;
}
.TagClassName
{
border-color: #6F0BDB;
}
</style>