Shades of Indigo #680E92
Tints of Indigo #680E92
RGB
CMYK
RGB Variations
Color information
#680E92 (or 0x680E92) is known color: Indigo. HEX triplet: 68, 0E and 92. RGB value is (104,14,146). Sum of RGB (Red+Green+Blue) = 104+14+146=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #680E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680E92 is #97F16D. Grayscale: #373737. Windows color (decimal): -9957742 or 9571944. OLE color: 9571944.
HSL color Cylindrical-coordinate representation of color #680E92: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680E92 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 14 | 146 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.43 |
| HSL | 280.91º | 0.83% | 0.31% | - |
| HSV(B) | 280.91º | 0.9% | 0.57% | - |
| XYZ | 11.05 | 5.33 | 27.64 | - |
| YUV | 55.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 146 | 0.29 | 0.90 | 0 | 0.43 | 280.91 | 0.83 | 0.31 |
| Hex | 68 | E | 92 | 1D | 5A | 0 | 2B | 119 | 52 | 1F |
| Octal | 150 | 16 | 222 | 35 | 132 | 0 | 53 | 431 | 122 | 37 |
| Binary | 1101000 | 1110 | 10010010 | 11101 | 1011010 | 0 | 101011 | 100011001 | 1010010 | 11111 |
Color Harmonies of #680E92
Complementary color
Monochromatic Colors of #680E92
Black with #680E92
Text Example
Text Example
White with #680E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E92; }
p { color: rgb(104,14,146); }
H1.HeaderClassName
{
color: #680E92;
}
.AnyTagClassName
{
color: #680E92;
}
</style>
background-color css
<style>
a { background-color: #680E92; }
a { background-color: rgb(104,14,146); }
div.DivClassName
{
background-color: #680E92;
}
.BgClassName
{
background-color: #680E92;
}
</style>
border-color css
<style>
span { border-color: #680E92; }
span { border-color: rgb(104,14,146); }
td.TdClassName
{
border-color: #680E92;
}
.TagClassName
{
border-color: #680E92;
}
</style>