Shades of Indigo #680E94
Tints of Indigo #680E94
RGB
CMYK
RGB Variations
Color information
#680E94 (or 0x680E94) is known color: Indigo. HEX triplet: 68, 0E and 94. RGB value is (104,14,148). Sum of RGB (Red+Green+Blue) = 104+14+148=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #680E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680E94 is #97F16B. Grayscale: #373737. Windows color (decimal): -9957740 or 9703016. OLE color: 9703016.
HSL color Cylindrical-coordinate representation of color #680E94: hue angle of 280.3º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680E94 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 14 | 148 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.42 |
| HSL | 280.3º | 0.83% | 0.32% | - |
| HSV(B) | 280.3º | 0.91% | 0.58% | - |
| XYZ | 11.21 | 5.4 | 28.47 | - |
| YUV | 56.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 148 | 0.30 | 0.91 | 0 | 0.42 | 280.3 | 0.83 | 0.32 |
| Hex | 68 | E | 94 | 1E | 5B | 0 | 2A | 118 | 53 | 20 |
| Octal | 150 | 16 | 224 | 36 | 133 | 0 | 52 | 430 | 123 | 40 |
| Binary | 1101000 | 1110 | 10010100 | 11110 | 1011011 | 0 | 101010 | 100011000 | 1010011 | 100000 |
Color Harmonies of #680E94
Complementary color
Monochromatic Colors of #680E94
Black with #680E94
Text Example
Text Example
White with #680E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E94; }
p { color: rgb(104,14,148); }
H1.HeaderClassName
{
color: #680E94;
}
.AnyTagClassName
{
color: #680E94;
}
</style>
background-color css
<style>
a { background-color: #680E94; }
a { background-color: rgb(104,14,148); }
div.DivClassName
{
background-color: #680E94;
}
.BgClassName
{
background-color: #680E94;
}
</style>
border-color css
<style>
span { border-color: #680E94; }
span { border-color: rgb(104,14,148); }
td.TdClassName
{
border-color: #680E94;
}
.TagClassName
{
border-color: #680E94;
}
</style>