Shades of Indigo #6C0D9D
Tints of Indigo #6C0D9D
RGB
CMYK
RGB Variations
Color information
#6C0D9D (or 0x6C0D9D) is known color: Indigo. HEX triplet: 6C, 0D and 9D. RGB value is (108,13,157). Sum of RGB (Red+Green+Blue) = 108+13+157=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C0D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0D9D is #93F262. Grayscale: #393939. Windows color (decimal): -9695843 or 10292588. OLE color: 10292588.
HSL color Cylindrical-coordinate representation of color #6C0D9D: hue angle of 279.58º 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 #6C0D9D is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 13 | 157 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.38 |
| HSL | 279.58º | 0.85% | 0.33% | - |
| HSV(B) | 279.58º | 0.92% | 0.62% | - |
| XYZ | 12.41 | 5.91 | 32.38 | - |
| YUV | 57.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 157 | 0.31 | 0.92 | 0 | 0.38 | 279.58 | 0.85 | 0.33 |
| Hex | 6C | D | 9D | 1F | 5C | 0 | 26 | 118 | 55 | 21 |
| Octal | 154 | 15 | 235 | 37 | 134 | 0 | 46 | 430 | 125 | 41 |
| Binary | 1101100 | 1101 | 10011101 | 11111 | 1011100 | 0 | 100110 | 100011000 | 1010101 | 100001 |
Color Harmonies of #6C0D9D
Complementary color
Monochromatic Colors of #6C0D9D
Black with #6C0D9D
Text Example
Text Example
White with #6C0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0D9D; }
p { color: rgb(108,13,157); }
H1.HeaderClassName
{
color: #6C0D9D;
}
.AnyTagClassName
{
color: #6C0D9D;
}
</style>
background-color css
<style>
a { background-color: #6C0D9D; }
a { background-color: rgb(108,13,157); }
div.DivClassName
{
background-color: #6C0D9D;
}
.BgClassName
{
background-color: #6C0D9D;
}
</style>
border-color css
<style>
span { border-color: #6C0D9D; }
span { border-color: rgb(108,13,157); }
td.TdClassName
{
border-color: #6C0D9D;
}
.TagClassName
{
border-color: #6C0D9D;
}
</style>