Shades of Indigo #680594
Tints of Indigo #680594
RGB
CMYK
RGB Variations
Color information
#680594 (or 0x680594) is known color: Indigo. HEX triplet: 68, 05 and 94. RGB value is (104,5,148). Sum of RGB (Red+Green+Blue) = 104+5+148=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #680594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680594 is #97FA6B. Grayscale: #323232. Windows color (decimal): -9960044 or 9700712. OLE color: 9700712.
HSL color Cylindrical-coordinate representation of color #680594: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680594 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 5 | 148 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.42 |
| HSL | 281.54º | 0.93% | 0.3% | - |
| HSV(B) | 281.54º | 0.97% | 0.58% | - |
| XYZ | 11.11 | 5.19 | 28.43 | - |
| YUV | 50.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 148 | 0.30 | 0.97 | 0 | 0.42 | 281.54 | 0.93 | 0.3 |
| Hex | 68 | 5 | 94 | 1E | 61 | 0 | 2A | 11A | 5D | 1E |
| Octal | 150 | 5 | 224 | 36 | 141 | 0 | 52 | 432 | 135 | 36 |
| Binary | 1101000 | 101 | 10010100 | 11110 | 1100001 | 0 | 101010 | 100011010 | 1011101 | 11110 |
Color Harmonies of #680594
Complementary color
Monochromatic Colors of #680594
Black with #680594
Text Example
Text Example
White with #680594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680594; }
p { color: rgb(104,5,148); }
H1.HeaderClassName
{
color: #680594;
}
.AnyTagClassName
{
color: #680594;
}
</style>
background-color css
<style>
a { background-color: #680594; }
a { background-color: rgb(104,5,148); }
div.DivClassName
{
background-color: #680594;
}
.BgClassName
{
background-color: #680594;
}
</style>
border-color css
<style>
span { border-color: #680594; }
span { border-color: rgb(104,5,148); }
td.TdClassName
{
border-color: #680594;
}
.TagClassName
{
border-color: #680594;
}
</style>