Shades of Indigo #6D0D9D
Tints of Indigo #6D0D9D
RGB
CMYK
RGB Variations
Color information
#6D0D9D (or 0x6D0D9D) is known color: Indigo. HEX triplet: 6D, 0D and 9D. RGB value is (109,13,157). Sum of RGB (Red+Green+Blue) = 109+13+157=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D0D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0D9D is #92F262. Grayscale: #393939. Windows color (decimal): -9630307 or 10292589. OLE color: 10292589.
HSL color Cylindrical-coordinate representation of color #6D0D9D: hue angle of 280º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0D9D is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 13 | 157 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.38 |
| HSL | 280º | 0.85% | 0.33% | - |
| HSV(B) | 280º | 0.92% | 0.62% | - |
| XYZ | 12.54 | 5.97 | 32.39 | - |
| YUV | 58.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 157 | 0.31 | 0.92 | 0 | 0.38 | 280 | 0.85 | 0.33 |
| Hex | 6D | D | 9D | 1F | 5C | 0 | 26 | 118 | 55 | 21 |
| Octal | 155 | 15 | 235 | 37 | 134 | 0 | 46 | 430 | 125 | 41 |
| Binary | 1101101 | 1101 | 10011101 | 11111 | 1011100 | 0 | 100110 | 100011000 | 1010101 | 100001 |
Color Harmonies of #6D0D9D
Complementary color
Monochromatic Colors of #6D0D9D
Black with #6D0D9D
Text Example
Text Example
White with #6D0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D9D; }
p { color: rgb(109,13,157); }
H1.HeaderClassName
{
color: #6D0D9D;
}
.AnyTagClassName
{
color: #6D0D9D;
}
</style>
background-color css
<style>
a { background-color: #6D0D9D; }
a { background-color: rgb(109,13,157); }
div.DivClassName
{
background-color: #6D0D9D;
}
.BgClassName
{
background-color: #6D0D9D;
}
</style>
border-color css
<style>
span { border-color: #6D0D9D; }
span { border-color: rgb(109,13,157); }
td.TdClassName
{
border-color: #6D0D9D;
}
.TagClassName
{
border-color: #6D0D9D;
}
</style>