Shades of Indigo #6D0EA0
Tints of Indigo #6D0EA0
RGB
CMYK
RGB Variations
Color information
#6D0EA0 (or 0x6D0EA0) is known color: Indigo. HEX triplet: 6D, 0E and A0. RGB value is (109,14,160). Sum of RGB (Red+Green+Blue) = 109+14+160=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D0EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EA0 is #92F15F. Grayscale: #3A3A3A. Windows color (decimal): -9630048 or 10489453. OLE color: 10489453.
HSL color Cylindrical-coordinate representation of color #6D0EA0: hue angle of 279.04º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0EA0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 14 | 160 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.37 |
| HSL | 279.04º | 0.84% | 0.34% | - |
| HSV(B) | 279.04º | 0.91% | 0.63% | - |
| XYZ | 12.81 | 6.1 | 33.76 | - |
| YUV | 59.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 160 | 0.32 | 0.91 | 0 | 0.37 | 279.04 | 0.84 | 0.34 |
| Hex | 6D | E | A0 | 20 | 5B | 0 | 25 | 117 | 54 | 22 |
| Octal | 155 | 16 | 240 | 40 | 133 | 0 | 45 | 427 | 124 | 42 |
| Binary | 1101101 | 1110 | 10100000 | 100000 | 1011011 | 0 | 100101 | 100010111 | 1010100 | 100010 |
Color Harmonies of #6D0EA0
Complementary color
Monochromatic Colors of #6D0EA0
Black with #6D0EA0
Text Example
Text Example
White with #6D0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0EA0; }
p { color: rgb(109,14,160); }
H1.HeaderClassName
{
color: #6D0EA0;
}
.AnyTagClassName
{
color: #6D0EA0;
}
</style>
background-color css
<style>
a { background-color: #6D0EA0; }
a { background-color: rgb(109,14,160); }
div.DivClassName
{
background-color: #6D0EA0;
}
.BgClassName
{
background-color: #6D0EA0;
}
</style>
border-color css
<style>
span { border-color: #6D0EA0; }
span { border-color: rgb(109,14,160); }
td.TdClassName
{
border-color: #6D0EA0;
}
.TagClassName
{
border-color: #6D0EA0;
}
</style>