Shades of Indigo #680994
Tints of Indigo #680994
RGB
CMYK
RGB Variations
Color information
#680994 (or 0x680994) is known color: Indigo. HEX triplet: 68, 09 and 94. RGB value is (104,9,148). Sum of RGB (Red+Green+Blue) = 104+9+148=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #680994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680994 is #97F66B. Grayscale: #343434. Windows color (decimal): -9959020 or 9701736. OLE color: 9701736.
HSL color Cylindrical-coordinate representation of color #680994: hue angle of 281.01º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680994 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 9 | 148 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.42 |
| HSL | 281.01º | 0.89% | 0.31% | - |
| HSV(B) | 281.01º | 0.94% | 0.58% | - |
| XYZ | 11.15 | 5.28 | 28.45 | - |
| YUV | 53.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 148 | 0.30 | 0.94 | 0 | 0.42 | 281.01 | 0.89 | 0.31 |
| Hex | 68 | 9 | 94 | 1E | 5E | 0 | 2A | 119 | 59 | 1F |
| Octal | 150 | 11 | 224 | 36 | 136 | 0 | 52 | 431 | 131 | 37 |
| Binary | 1101000 | 1001 | 10010100 | 11110 | 1011110 | 0 | 101010 | 100011001 | 1011001 | 11111 |
Color Harmonies of #680994
Complementary color
Monochromatic Colors of #680994
Black with #680994
Text Example
Text Example
White with #680994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680994; }
p { color: rgb(104,9,148); }
H1.HeaderClassName
{
color: #680994;
}
.AnyTagClassName
{
color: #680994;
}
</style>
background-color css
<style>
a { background-color: #680994; }
a { background-color: rgb(104,9,148); }
div.DivClassName
{
background-color: #680994;
}
.BgClassName
{
background-color: #680994;
}
</style>
border-color css
<style>
span { border-color: #680994; }
span { border-color: rgb(104,9,148); }
td.TdClassName
{
border-color: #680994;
}
.TagClassName
{
border-color: #680994;
}
</style>