Shades of Indigo #680F86
Tints of Indigo #680F86
RGB
CMYK
RGB Variations
Color information
#680F86 (or 0x680F86) is known color: Indigo. HEX triplet: 68, 0F and 86. RGB value is (104,15,134). Sum of RGB (Red+Green+Blue) = 104+15+134=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #680F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F86 is #97F079. Grayscale: #363636. Windows color (decimal): -9957498 or 8785768. OLE color: 8785768.
HSL color Cylindrical-coordinate representation of color #680F86: hue angle of 284.87º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680F86 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 15 | 134 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.47 |
| HSL | 284.87º | 0.8% | 0.29% | - |
| HSV(B) | 284.87º | 0.89% | 0.53% | - |
| XYZ | 10.18 | 5.01 | 22.98 | - |
| YUV | 55.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 134 | 0.22 | 0.89 | 0 | 0.47 | 284.87 | 0.8 | 0.29 |
| Hex | 68 | F | 86 | 16 | 59 | 0 | 2F | 11D | 50 | 1D |
| Octal | 150 | 17 | 206 | 26 | 131 | 0 | 57 | 435 | 120 | 35 |
| Binary | 1101000 | 1111 | 10000110 | 10110 | 1011001 | 0 | 101111 | 100011101 | 1010000 | 11101 |
Color Harmonies of #680F86
Complementary color
Monochromatic Colors of #680F86
Black with #680F86
Text Example
Text Example
White with #680F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F86; }
p { color: rgb(104,15,134); }
H1.HeaderClassName
{
color: #680F86;
}
.AnyTagClassName
{
color: #680F86;
}
</style>
background-color css
<style>
a { background-color: #680F86; }
a { background-color: rgb(104,15,134); }
div.DivClassName
{
background-color: #680F86;
}
.BgClassName
{
background-color: #680F86;
}
</style>
border-color css
<style>
span { border-color: #680F86; }
span { border-color: rgb(104,15,134); }
td.TdClassName
{
border-color: #680F86;
}
.TagClassName
{
border-color: #680F86;
}
</style>