Shades of Indigo #680F88
Tints of Indigo #680F88
RGB
CMYK
RGB Variations
Color information
#680F88 (or 0x680F88) is known color: Indigo. HEX triplet: 68, 0F and 88. RGB value is (104,15,136). Sum of RGB (Red+Green+Blue) = 104+15+136=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #680F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F88 is #97F077. Grayscale: #373737. Windows color (decimal): -9957496 or 8916840. OLE color: 8916840.
HSL color Cylindrical-coordinate representation of color #680F88: hue angle of 284.13º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680F88 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 15 | 136 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.47 |
| HSL | 284.13º | 0.8% | 0.3% | - |
| HSV(B) | 284.13º | 0.89% | 0.53% | - |
| XYZ | 10.32 | 5.06 | 23.73 | - |
| YUV | 55.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 136 | 0.24 | 0.89 | 0 | 0.47 | 284.13 | 0.8 | 0.3 |
| Hex | 68 | F | 88 | 18 | 59 | 0 | 2F | 11C | 50 | 1E |
| Octal | 150 | 17 | 210 | 30 | 131 | 0 | 57 | 434 | 120 | 36 |
| Binary | 1101000 | 1111 | 10001000 | 11000 | 1011001 | 0 | 101111 | 100011100 | 1010000 | 11110 |
Color Harmonies of #680F88
Complementary color
Monochromatic Colors of #680F88
Black with #680F88
Text Example
Text Example
White with #680F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F88; }
p { color: rgb(104,15,136); }
H1.HeaderClassName
{
color: #680F88;
}
.AnyTagClassName
{
color: #680F88;
}
</style>
background-color css
<style>
a { background-color: #680F88; }
a { background-color: rgb(104,15,136); }
div.DivClassName
{
background-color: #680F88;
}
.BgClassName
{
background-color: #680F88;
}
</style>
border-color css
<style>
span { border-color: #680F88; }
span { border-color: rgb(104,15,136); }
td.TdClassName
{
border-color: #680F88;
}
.TagClassName
{
border-color: #680F88;
}
</style>