Shades of Indigo #680F95
Tints of Indigo #680F95
RGB
CMYK
RGB Variations
Color information
#680F95 (or 0x680F95) is known color: Indigo. HEX triplet: 68, 0F and 95. RGB value is (104,15,149). Sum of RGB (Red+Green+Blue) = 104+15+149=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #680F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F95 is #97F06A. Grayscale: #383838. Windows color (decimal): -9957483 or 9768808. OLE color: 9768808.
HSL color Cylindrical-coordinate representation of color #680F95: hue angle of 279.85º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680F95 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 15 | 149 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.42 |
| HSL | 279.85º | 0.82% | 0.32% | - |
| HSV(B) | 279.85º | 0.9% | 0.58% | - |
| XYZ | 11.3 | 5.45 | 28.89 | - |
| YUV | 56.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 149 | 0.30 | 0.90 | 0 | 0.42 | 279.85 | 0.82 | 0.32 |
| Hex | 68 | F | 95 | 1E | 5A | 0 | 2A | 118 | 52 | 20 |
| Octal | 150 | 17 | 225 | 36 | 132 | 0 | 52 | 430 | 122 | 40 |
| Binary | 1101000 | 1111 | 10010101 | 11110 | 1011010 | 0 | 101010 | 100011000 | 1010010 | 100000 |
Color Harmonies of #680F95
Complementary color
Monochromatic Colors of #680F95
Black with #680F95
Text Example
Text Example
White with #680F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F95; }
p { color: rgb(104,15,149); }
H1.HeaderClassName
{
color: #680F95;
}
.AnyTagClassName
{
color: #680F95;
}
</style>
background-color css
<style>
a { background-color: #680F95; }
a { background-color: rgb(104,15,149); }
div.DivClassName
{
background-color: #680F95;
}
.BgClassName
{
background-color: #680F95;
}
</style>
border-color css
<style>
span { border-color: #680F95; }
span { border-color: rgb(104,15,149); }
td.TdClassName
{
border-color: #680F95;
}
.TagClassName
{
border-color: #680F95;
}
</style>