Shades of Indigo #68109D
Tints of Indigo #68109D
RGB
CMYK
RGB Variations
Color information
#68109D (or 0x68109D) is known color: Indigo. HEX triplet: 68, 10 and 9D. RGB value is (104,16,157). Sum of RGB (Red+Green+Blue) = 104+16+157=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #68109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68109D is #97EF62. Grayscale: #393939. Windows color (decimal): -9957219 or 10293352. OLE color: 10293352.
HSL color Cylindrical-coordinate representation of color #68109D: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68109D is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 16 | 157 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.38 |
| HSL | 277.45º | 0.82% | 0.34% | - |
| HSV(B) | 277.45º | 0.9% | 0.62% | - |
| XYZ | 11.98 | 5.75 | 32.38 | - |
| YUV | 58.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 157 | 0.34 | 0.90 | 0 | 0.38 | 277.45 | 0.82 | 0.34 |
| Hex | 68 | 10 | 9D | 22 | 5A | 0 | 26 | 115 | 52 | 22 |
| Octal | 150 | 20 | 235 | 42 | 132 | 0 | 46 | 425 | 122 | 42 |
| Binary | 1101000 | 10000 | 10011101 | 100010 | 1011010 | 0 | 100110 | 100010101 | 1010010 | 100010 |
Color Harmonies of #68109D
Complementary color
Monochromatic Colors of #68109D
Black with #68109D
Text Example
Text Example
White with #68109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68109D; }
p { color: rgb(104,16,157); }
H1.HeaderClassName
{
color: #68109D;
}
.AnyTagClassName
{
color: #68109D;
}
</style>
background-color css
<style>
a { background-color: #68109D; }
a { background-color: rgb(104,16,157); }
div.DivClassName
{
background-color: #68109D;
}
.BgClassName
{
background-color: #68109D;
}
</style>
border-color css
<style>
span { border-color: #68109D; }
span { border-color: rgb(104,16,157); }
td.TdClassName
{
border-color: #68109D;
}
.TagClassName
{
border-color: #68109D;
}
</style>