Shades of Indigo #6C059D
Tints of Indigo #6C059D
RGB
CMYK
RGB Variations
Color information
#6C059D (or 0x6C059D) is known color: Indigo. HEX triplet: 6C, 05 and 9D. RGB value is (108,5,157). Sum of RGB (Red+Green+Blue) = 108+5+157=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C059D is #93FA62. Grayscale: #343434. Windows color (decimal): -9697891 or 10290540. OLE color: 10290540.
HSL color Cylindrical-coordinate representation of color #6C059D: hue angle of 280.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C059D is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 5 | 157 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.38 |
| HSL | 280.66º | 0.94% | 0.32% | - |
| HSV(B) | 280.66º | 0.97% | 0.62% | - |
| XYZ | 12.32 | 5.73 | 32.35 | - |
| YUV | 53.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 157 | 0.31 | 0.97 | 0 | 0.38 | 280.66 | 0.94 | 0.32 |
| Hex | 6C | 5 | 9D | 1F | 61 | 0 | 26 | 119 | 5E | 20 |
| Octal | 154 | 5 | 235 | 37 | 141 | 0 | 46 | 431 | 136 | 40 |
| Binary | 1101100 | 101 | 10011101 | 11111 | 1100001 | 0 | 100110 | 100011001 | 1011110 | 100000 |
Color Harmonies of #6C059D
Complementary color
Monochromatic Colors of #6C059D
Black with #6C059D
Text Example
Text Example
White with #6C059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C059D; }
p { color: rgb(108,5,157); }
H1.HeaderClassName
{
color: #6C059D;
}
.AnyTagClassName
{
color: #6C059D;
}
</style>
background-color css
<style>
a { background-color: #6C059D; }
a { background-color: rgb(108,5,157); }
div.DivClassName
{
background-color: #6C059D;
}
.BgClassName
{
background-color: #6C059D;
}
</style>
border-color css
<style>
span { border-color: #6C059D; }
span { border-color: rgb(108,5,157); }
td.TdClassName
{
border-color: #6C059D;
}
.TagClassName
{
border-color: #6C059D;
}
</style>