Shades of Indigo #680F87
Tints of Indigo #680F87
RGB
CMYK
RGB Variations
Color information
#680F87 (or 0x680F87) is known color: Indigo. HEX triplet: 68, 0F and 87. RGB value is (104,15,135). Sum of RGB (Red+Green+Blue) = 104+15+135=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #680F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F87 is #97F078. Grayscale: #363636. Windows color (decimal): -9957497 or 8851304. OLE color: 8851304.
HSL color Cylindrical-coordinate representation of color #680F87: hue angle of 284.5º 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 #680F87 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 15 | 135 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.47 |
| HSL | 284.5º | 0.8% | 0.29% | - |
| HSV(B) | 284.5º | 0.89% | 0.53% | - |
| XYZ | 10.25 | 5.03 | 23.35 | - |
| YUV | 55.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 135 | 0.23 | 0.89 | 0 | 0.47 | 284.5 | 0.8 | 0.29 |
| Hex | 68 | F | 87 | 17 | 59 | 0 | 2F | 11C | 50 | 1D |
| Octal | 150 | 17 | 207 | 27 | 131 | 0 | 57 | 434 | 120 | 35 |
| Binary | 1101000 | 1111 | 10000111 | 10111 | 1011001 | 0 | 101111 | 100011100 | 1010000 | 11101 |
Color Harmonies of #680F87
Complementary color
Monochromatic Colors of #680F87
Black with #680F87
Text Example
Text Example
White with #680F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F87; }
p { color: rgb(104,15,135); }
H1.HeaderClassName
{
color: #680F87;
}
.AnyTagClassName
{
color: #680F87;
}
</style>
background-color css
<style>
a { background-color: #680F87; }
a { background-color: rgb(104,15,135); }
div.DivClassName
{
background-color: #680F87;
}
.BgClassName
{
background-color: #680F87;
}
</style>
border-color css
<style>
span { border-color: #680F87; }
span { border-color: rgb(104,15,135); }
td.TdClassName
{
border-color: #680F87;
}
.TagClassName
{
border-color: #680F87;
}
</style>