Shades of Indigo #6D109B
Tints of Indigo #6D109B
RGB
CMYK
RGB Variations
Color information
#6D109B (or 0x6D109B) is known color: Indigo. HEX triplet: 6D, 10 and 9B. RGB value is (109,16,155). Sum of RGB (Red+Green+Blue) = 109+16+155=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D109B is #92EF64. Grayscale: #3B3B3B. Windows color (decimal): -9629541 or 10162285. OLE color: 10162285.
HSL color Cylindrical-coordinate representation of color #6D109B: hue angle of 280.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D109B is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 16 | 155 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.39 |
| HSL | 280.14º | 0.81% | 0.34% | - |
| HSV(B) | 280.14º | 0.9% | 0.61% | - |
| XYZ | 12.41 | 5.99 | 31.51 | - |
| YUV | 59.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 155 | 0.30 | 0.90 | 0 | 0.39 | 280.14 | 0.81 | 0.34 |
| Hex | 6D | 10 | 9B | 1E | 5A | 0 | 27 | 118 | 51 | 22 |
| Octal | 155 | 20 | 233 | 36 | 132 | 0 | 47 | 430 | 121 | 42 |
| Binary | 1101101 | 10000 | 10011011 | 11110 | 1011010 | 0 | 100111 | 100011000 | 1010001 | 100010 |
Color Harmonies of #6D109B
Complementary color
Monochromatic Colors of #6D109B
Black with #6D109B
Text Example
Text Example
White with #6D109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D109B; }
p { color: rgb(109,16,155); }
H1.HeaderClassName
{
color: #6D109B;
}
.AnyTagClassName
{
color: #6D109B;
}
</style>
background-color css
<style>
a { background-color: #6D109B; }
a { background-color: rgb(109,16,155); }
div.DivClassName
{
background-color: #6D109B;
}
.BgClassName
{
background-color: #6D109B;
}
</style>
border-color css
<style>
span { border-color: #6D109B; }
span { border-color: rgb(109,16,155); }
td.TdClassName
{
border-color: #6D109B;
}
.TagClassName
{
border-color: #6D109B;
}
</style>