Shades of Indigo #680692
Tints of Indigo #680692
RGB
CMYK
RGB Variations
Color information
#680692 (or 0x680692) is known color: Indigo. HEX triplet: 68, 06 and 92. RGB value is (104,6,146). Sum of RGB (Red+Green+Blue) = 104+6+146=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #680692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680692 is #97F96D. Grayscale: #323232. Windows color (decimal): -9959790 or 9569896. OLE color: 9569896.
HSL color Cylindrical-coordinate representation of color #680692: hue angle of 282º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680692 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 6 | 146 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.43 |
| HSL | 282º | 0.92% | 0.3% | - |
| HSV(B) | 282º | 0.96% | 0.57% | - |
| XYZ | 10.96 | 5.15 | 27.61 | - |
| YUV | 51.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 146 | 0.29 | 0.96 | 0 | 0.43 | 282 | 0.92 | 0.3 |
| Hex | 68 | 6 | 92 | 1D | 60 | 0 | 2B | 11A | 5C | 1E |
| Octal | 150 | 6 | 222 | 35 | 140 | 0 | 53 | 432 | 134 | 36 |
| Binary | 1101000 | 110 | 10010010 | 11101 | 1100000 | 0 | 101011 | 100011010 | 1011100 | 11110 |
Color Harmonies of #680692
Complementary color
Monochromatic Colors of #680692
Black with #680692
Text Example
Text Example
White with #680692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680692; }
p { color: rgb(104,6,146); }
H1.HeaderClassName
{
color: #680692;
}
.AnyTagClassName
{
color: #680692;
}
</style>
background-color css
<style>
a { background-color: #680692; }
a { background-color: rgb(104,6,146); }
div.DivClassName
{
background-color: #680692;
}
.BgClassName
{
background-color: #680692;
}
</style>
border-color css
<style>
span { border-color: #680692; }
span { border-color: rgb(104,6,146); }
td.TdClassName
{
border-color: #680692;
}
.TagClassName
{
border-color: #680692;
}
</style>