Shades of Electric Indigo #6F0DDB
Tints of Electric Indigo #6F0DDB
RGB
CMYK
RGB Variations
Color information
#6F0DDB (or 0x6F0DDB) is known color: Electric Indigo. HEX triplet: 6F, 0D and DB. RGB value is (111,13,219). Sum of RGB (Red+Green+Blue) = 111+13+219=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DDB is #90F224. Grayscale: #414141. Windows color (decimal): -9499173 or 14355823. OLE color: 14355823.
HSL color Cylindrical-coordinate representation of color #6F0DDB: hue angle of 268.54º 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 #6F0DDB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 13 | 219 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.14 |
| HSL | 268.54º | 0.89% | 0.45% | - |
| HSV(B) | 268.54º | 0.94% | 0.86% | - |
| XYZ | 19.49 | 8.78 | 67.69 | - |
| YUV | 65.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 219 | 0.49 | 0.94 | 0 | 0.14 | 268.54 | 0.89 | 0.45 |
| Hex | 6F | D | DB | 31 | 5E | 0 | E | 10D | 59 | 2D |
| Octal | 157 | 15 | 333 | 61 | 136 | 0 | 16 | 415 | 131 | 55 |
| Binary | 1101111 | 1101 | 11011011 | 110001 | 1011110 | 0 | 1110 | 100001101 | 1011001 | 101101 |
Color Harmonies of #6F0DDB
Complementary color
Monochromatic Colors of #6F0DDB
Black with #6F0DDB
Text Example
Text Example
White with #6F0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0DDB; }
p { color: rgb(111,13,219); }
H1.HeaderClassName
{
color: #6F0DDB;
}
.AnyTagClassName
{
color: #6F0DDB;
}
</style>
background-color css
<style>
a { background-color: #6F0DDB; }
a { background-color: rgb(111,13,219); }
div.DivClassName
{
background-color: #6F0DDB;
}
.BgClassName
{
background-color: #6F0DDB;
}
</style>
border-color css
<style>
span { border-color: #6F0DDB; }
span { border-color: rgb(111,13,219); }
td.TdClassName
{
border-color: #6F0DDB;
}
.TagClassName
{
border-color: #6F0DDB;
}
</style>