Shades of Indigo #680A9D
Tints of Indigo #680A9D
RGB
CMYK
RGB Variations
Color information
#680A9D (or 0x680A9D) is known color: Indigo. HEX triplet: 68, 0A and 9D. RGB value is (104,10,157). Sum of RGB (Red+Green+Blue) = 104+10+157=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #680A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A9D is #97F562. Grayscale: #363636. Windows color (decimal): -9958755 or 10291816. OLE color: 10291816.
HSL color Cylindrical-coordinate representation of color #680A9D: hue angle of 278.37º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680A9D is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 10 | 157 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.38 |
| HSL | 278.37º | 0.88% | 0.33% | - |
| HSV(B) | 278.37º | 0.94% | 0.62% | - |
| XYZ | 11.9 | 5.59 | 32.35 | - |
| YUV | 54.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 157 | 0.34 | 0.94 | 0 | 0.38 | 278.37 | 0.88 | 0.33 |
| Hex | 68 | A | 9D | 22 | 5E | 0 | 26 | 116 | 58 | 21 |
| Octal | 150 | 12 | 235 | 42 | 136 | 0 | 46 | 426 | 130 | 41 |
| Binary | 1101000 | 1010 | 10011101 | 100010 | 1011110 | 0 | 100110 | 100010110 | 1011000 | 100001 |
Color Harmonies of #680A9D
Complementary color
Monochromatic Colors of #680A9D
Black with #680A9D
Text Example
Text Example
White with #680A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A9D; }
p { color: rgb(104,10,157); }
H1.HeaderClassName
{
color: #680A9D;
}
.AnyTagClassName
{
color: #680A9D;
}
</style>
background-color css
<style>
a { background-color: #680A9D; }
a { background-color: rgb(104,10,157); }
div.DivClassName
{
background-color: #680A9D;
}
.BgClassName
{
background-color: #680A9D;
}
</style>
border-color css
<style>
span { border-color: #680A9D; }
span { border-color: rgb(104,10,157); }
td.TdClassName
{
border-color: #680A9D;
}
.TagClassName
{
border-color: #680A9D;
}
</style>