Shades of Electric Indigo #6D0ADD
Tints of Electric Indigo #6D0ADD
RGB
CMYK
RGB Variations
Color information
#6D0ADD (or 0x6D0ADD) is known color: Electric Indigo. HEX triplet: 6D, 0A and DD. RGB value is (109,10,221). Sum of RGB (Red+Green+Blue) = 109+10+221=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D0ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0ADD is #92F522. Grayscale: #3E3E3E. Windows color (decimal): -9631011 or 14486125. OLE color: 14486125.
HSL color Cylindrical-coordinate representation of color #6D0ADD: hue angle of 268.15º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0ADD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 10 | 221 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.13 |
| HSL | 268.15º | 0.91% | 0.45% | - |
| HSV(B) | 268.15º | 0.95% | 0.87% | - |
| XYZ | 19.47 | 8.69 | 69.06 | - |
| YUV | 63.66 | 216.8 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 221 | 0.51 | 0.95 | 0 | 0.13 | 268.15 | 0.91 | 0.45 |
| Hex | 6D | A | DD | 33 | 5F | 0 | D | 10C | 5B | 2D |
| Octal | 155 | 12 | 335 | 63 | 137 | 0 | 15 | 414 | 133 | 55 |
| Binary | 1101101 | 1010 | 11011101 | 110011 | 1011111 | 0 | 1101 | 100001100 | 1011011 | 101101 |
Color Harmonies of #6D0ADD
Complementary color
Monochromatic Colors of #6D0ADD
Black with #6D0ADD
Text Example
Text Example
White with #6D0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0ADD; }
p { color: rgb(109,10,221); }
H1.HeaderClassName
{
color: #6D0ADD;
}
.AnyTagClassName
{
color: #6D0ADD;
}
</style>
background-color css
<style>
a { background-color: #6D0ADD; }
a { background-color: rgb(109,10,221); }
div.DivClassName
{
background-color: #6D0ADD;
}
.BgClassName
{
background-color: #6D0ADD;
}
</style>
border-color css
<style>
span { border-color: #6D0ADD; }
span { border-color: rgb(109,10,221); }
td.TdClassName
{
border-color: #6D0ADD;
}
.TagClassName
{
border-color: #6D0ADD;
}
</style>