Shades of Indigo #68109F
Tints of Indigo #68109F
RGB
CMYK
RGB Variations
Color information
#68109F (or 0x68109F) is known color: Indigo. HEX triplet: 68, 10 and 9F. RGB value is (104,16,159). Sum of RGB (Red+Green+Blue) = 104+16+159=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #68109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68109F is #97EF60. Grayscale: #3A3A3A. Windows color (decimal): -9957217 or 10424424. OLE color: 10424424.
HSL color Cylindrical-coordinate representation of color #68109F: hue angle of 276.92º 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 #68109F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 16 | 159 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.38 |
| HSL | 276.92º | 0.82% | 0.34% | - |
| HSV(B) | 276.92º | 0.9% | 0.62% | - |
| XYZ | 12.15 | 5.82 | 33.28 | - |
| YUV | 58.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 159 | 0.35 | 0.90 | 0 | 0.38 | 276.92 | 0.82 | 0.34 |
| Hex | 68 | 10 | 9F | 23 | 5A | 0 | 26 | 115 | 52 | 22 |
| Octal | 150 | 20 | 237 | 43 | 132 | 0 | 46 | 425 | 122 | 42 |
| Binary | 1101000 | 10000 | 10011111 | 100011 | 1011010 | 0 | 100110 | 100010101 | 1010010 | 100010 |
Color Harmonies of #68109F
Complementary color
Monochromatic Colors of #68109F
Black with #68109F
Text Example
Text Example
White with #68109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68109F; }
p { color: rgb(104,16,159); }
H1.HeaderClassName
{
color: #68109F;
}
.AnyTagClassName
{
color: #68109F;
}
</style>
background-color css
<style>
a { background-color: #68109F; }
a { background-color: rgb(104,16,159); }
div.DivClassName
{
background-color: #68109F;
}
.BgClassName
{
background-color: #68109F;
}
</style>
border-color css
<style>
span { border-color: #68109F; }
span { border-color: rgb(104,16,159); }
td.TdClassName
{
border-color: #68109F;
}
.TagClassName
{
border-color: #68109F;
}
</style>