Shades of Indigo #680A99
Tints of Indigo #680A99
RGB
CMYK
RGB Variations
Color information
#680A99 (or 0x680A99) is known color: Indigo. HEX triplet: 68, 0A and 99. RGB value is (104,10,153). Sum of RGB (Red+Green+Blue) = 104+10+153=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #680A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A99 is #97F566. Grayscale: #353535. Windows color (decimal): -9958759 or 10029672. OLE color: 10029672.
HSL color Cylindrical-coordinate representation of color #680A99: hue angle of 279.44º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680A99 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 10 | 153 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.4 |
| HSL | 279.44º | 0.88% | 0.32% | - |
| HSV(B) | 279.44º | 0.93% | 0.6% | - |
| XYZ | 11.57 | 5.46 | 30.58 | - |
| YUV | 54.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 153 | 0.32 | 0.93 | 0 | 0.4 | 279.44 | 0.88 | 0.32 |
| Hex | 68 | A | 99 | 20 | 5D | 0 | 28 | 117 | 58 | 20 |
| Octal | 150 | 12 | 231 | 40 | 135 | 0 | 50 | 427 | 130 | 40 |
| Binary | 1101000 | 1010 | 10011001 | 100000 | 1011101 | 0 | 101000 | 100010111 | 1011000 | 100000 |
Color Harmonies of #680A99
Complementary color
Monochromatic Colors of #680A99
Black with #680A99
Text Example
Text Example
White with #680A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A99; }
p { color: rgb(104,10,153); }
H1.HeaderClassName
{
color: #680A99;
}
.AnyTagClassName
{
color: #680A99;
}
</style>
background-color css
<style>
a { background-color: #680A99; }
a { background-color: rgb(104,10,153); }
div.DivClassName
{
background-color: #680A99;
}
.BgClassName
{
background-color: #680A99;
}
</style>
border-color css
<style>
span { border-color: #680A99; }
span { border-color: rgb(104,10,153); }
td.TdClassName
{
border-color: #680A99;
}
.TagClassName
{
border-color: #680A99;
}
</style>