Shades of Indigo #680E9C
Tints of Indigo #680E9C
RGB
CMYK
RGB Variations
Color information
#680E9C (or 0x680E9C) is known color: Indigo. HEX triplet: 68, 0E and 9C. RGB value is (104,14,156). Sum of RGB (Red+Green+Blue) = 104+14+156=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #680E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680E9C is #97F163. Grayscale: #383838. Windows color (decimal): -9957732 or 10227304. OLE color: 10227304.
HSL color Cylindrical-coordinate representation of color #680E9C: hue angle of 278.03º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680E9C is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 14 | 156 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.39 |
| HSL | 278.03º | 0.84% | 0.33% | - |
| HSV(B) | 278.03º | 0.91% | 0.61% | - |
| XYZ | 11.87 | 5.66 | 31.92 | - |
| YUV | 57.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 156 | 0.33 | 0.91 | 0 | 0.39 | 278.03 | 0.84 | 0.33 |
| Hex | 68 | E | 9C | 21 | 5B | 0 | 27 | 116 | 54 | 21 |
| Octal | 150 | 16 | 234 | 41 | 133 | 0 | 47 | 426 | 124 | 41 |
| Binary | 1101000 | 1110 | 10011100 | 100001 | 1011011 | 0 | 100111 | 100010110 | 1010100 | 100001 |
Color Harmonies of #680E9C
Complementary color
Monochromatic Colors of #680E9C
Black with #680E9C
Text Example
Text Example
White with #680E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E9C; }
p { color: rgb(104,14,156); }
H1.HeaderClassName
{
color: #680E9C;
}
.AnyTagClassName
{
color: #680E9C;
}
</style>
background-color css
<style>
a { background-color: #680E9C; }
a { background-color: rgb(104,14,156); }
div.DivClassName
{
background-color: #680E9C;
}
.BgClassName
{
background-color: #680E9C;
}
</style>
border-color css
<style>
span { border-color: #680E9C; }
span { border-color: rgb(104,14,156); }
td.TdClassName
{
border-color: #680E9C;
}
.TagClassName
{
border-color: #680E9C;
}
</style>