Shades of Electric Indigo #6F0BDC
Tints of Electric Indigo #6F0BDC
RGB
CMYK
RGB Variations
Color information
#6F0BDC (or 0x6F0BDC) is known color: Electric Indigo. HEX triplet: 6F, 0B and DC. RGB value is (111,11,220). Sum of RGB (Red+Green+Blue) = 111+11+220=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BDC is #90F423. Grayscale: #3F3F3F. Windows color (decimal): -9499684 or 14420847. OLE color: 14420847.
HSL color Cylindrical-coordinate representation of color #6F0BDC: hue angle of 268.71º 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 #6F0BDC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 11 | 220 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.14 |
| HSL | 268.71º | 0.9% | 0.45% | - |
| HSV(B) | 268.71º | 0.95% | 0.86% | - |
| XYZ | 19.59 | 8.79 | 68.37 | - |
| YUV | 64.73 | 215.63 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 220 | 0.50 | 0.95 | 0 | 0.14 | 268.71 | 0.9 | 0.45 |
| Hex | 6F | B | DC | 32 | 5F | 0 | E | 10D | 5A | 2D |
| Octal | 157 | 13 | 334 | 62 | 137 | 0 | 16 | 415 | 132 | 55 |
| Binary | 1101111 | 1011 | 11011100 | 110010 | 1011111 | 0 | 1110 | 100001101 | 1011010 | 101101 |
Color Harmonies of #6F0BDC
Complementary color
Monochromatic Colors of #6F0BDC
Black with #6F0BDC
Text Example
Text Example
White with #6F0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BDC; }
p { color: rgb(111,11,220); }
H1.HeaderClassName
{
color: #6F0BDC;
}
.AnyTagClassName
{
color: #6F0BDC;
}
</style>
background-color css
<style>
a { background-color: #6F0BDC; }
a { background-color: rgb(111,11,220); }
div.DivClassName
{
background-color: #6F0BDC;
}
.BgClassName
{
background-color: #6F0BDC;
}
</style>
border-color css
<style>
span { border-color: #6F0BDC; }
span { border-color: rgb(111,11,220); }
td.TdClassName
{
border-color: #6F0BDC;
}
.TagClassName
{
border-color: #6F0BDC;
}
</style>