Shades of Electric Indigo #6D0BDE
Tints of Electric Indigo #6D0BDE
RGB
CMYK
RGB Variations
Color information
#6D0BDE (or 0x6D0BDE) is known color: Electric Indigo. HEX triplet: 6D, 0B and DE. RGB value is (109,11,222). Sum of RGB (Red+Green+Blue) = 109+11+222=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D0BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BDE is #92F421. Grayscale: #3F3F3F. Windows color (decimal): -9630754 or 14551917. OLE color: 14551917.
HSL color Cylindrical-coordinate representation of color #6D0BDE: hue angle of 267.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0BDE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 11 | 222 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.13 |
| HSL | 267.87º | 0.91% | 0.46% | - |
| HSV(B) | 267.87º | 0.95% | 0.87% | - |
| XYZ | 19.61 | 8.76 | 69.77 | - |
| YUV | 64.36 | 216.97 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 222 | 0.51 | 0.95 | 0 | 0.13 | 267.87 | 0.91 | 0.46 |
| Hex | 6D | B | DE | 33 | 5F | 0 | D | 10C | 5B | 2E |
| Octal | 155 | 13 | 336 | 63 | 137 | 0 | 15 | 414 | 133 | 56 |
| Binary | 1101101 | 1011 | 11011110 | 110011 | 1011111 | 0 | 1101 | 100001100 | 1011011 | 101110 |
Color Harmonies of #6D0BDE
Complementary color
Monochromatic Colors of #6D0BDE
Black with #6D0BDE
Text Example
Text Example
White with #6D0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BDE; }
p { color: rgb(109,11,222); }
H1.HeaderClassName
{
color: #6D0BDE;
}
.AnyTagClassName
{
color: #6D0BDE;
}
</style>
background-color css
<style>
a { background-color: #6D0BDE; }
a { background-color: rgb(109,11,222); }
div.DivClassName
{
background-color: #6D0BDE;
}
.BgClassName
{
background-color: #6D0BDE;
}
</style>
border-color css
<style>
span { border-color: #6D0BDE; }
span { border-color: rgb(109,11,222); }
td.TdClassName
{
border-color: #6D0BDE;
}
.TagClassName
{
border-color: #6D0BDE;
}
</style>