Shades of Electric Indigo #6D11DE
Tints of Electric Indigo #6D11DE
RGB
CMYK
RGB Variations
Color information
#6D11DE (or 0x6D11DE) is known color: Electric Indigo. HEX triplet: 6D, 11 and DE. RGB value is (109,17,222). Sum of RGB (Red+Green+Blue) = 109+17+222=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D11DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D11DE is #92EE21. Grayscale: #434343. Windows color (decimal): -9629218 or 14553453. OLE color: 14553453.
HSL color Cylindrical-coordinate representation of color #6D11DE: hue angle of 266.93º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D11DE is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 17 | 222 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.13 |
| HSL | 266.93º | 0.86% | 0.47% | - |
| HSV(B) | 266.93º | 0.92% | 0.87% | - |
| XYZ | 19.69 | 8.93 | 69.79 | - |
| YUV | 67.88 | 214.98 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 222 | 0.51 | 0.92 | 0 | 0.13 | 266.93 | 0.86 | 0.47 |
| Hex | 6D | 11 | DE | 33 | 5C | 0 | D | 10B | 56 | 2F |
| Octal | 155 | 21 | 336 | 63 | 134 | 0 | 15 | 413 | 126 | 57 |
| Binary | 1101101 | 10001 | 11011110 | 110011 | 1011100 | 0 | 1101 | 100001011 | 1010110 | 101111 |
Color Harmonies of #6D11DE
Complementary color
Monochromatic Colors of #6D11DE
Black with #6D11DE
Text Example
Text Example
White with #6D11DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D11DE; }
p { color: rgb(109,17,222); }
H1.HeaderClassName
{
color: #6D11DE;
}
.AnyTagClassName
{
color: #6D11DE;
}
</style>
background-color css
<style>
a { background-color: #6D11DE; }
a { background-color: rgb(109,17,222); }
div.DivClassName
{
background-color: #6D11DE;
}
.BgClassName
{
background-color: #6D11DE;
}
</style>
border-color css
<style>
span { border-color: #6D11DE; }
span { border-color: rgb(109,17,222); }
td.TdClassName
{
border-color: #6D11DE;
}
.TagClassName
{
border-color: #6D11DE;
}
</style>