Shades of Indigo #680689
Tints of Indigo #680689
RGB
CMYK
RGB Variations
Color information
#680689 (or 0x680689) is known color: Indigo. HEX triplet: 68, 06 and 89. RGB value is (104,6,137). Sum of RGB (Red+Green+Blue) = 104+6+137=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #680689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680689 is #97F976. Grayscale: #313131. Windows color (decimal): -9959799 or 8980072. OLE color: 8980072.
HSL color Cylindrical-coordinate representation of color #680689: hue angle of 284.89º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680689 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 6 | 137 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.46 |
| HSL | 284.89º | 0.92% | 0.28% | - |
| HSV(B) | 284.89º | 0.96% | 0.54% | - |
| XYZ | 10.29 | 4.88 | 24.07 | - |
| YUV | 50.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 137 | 0.24 | 0.96 | 0 | 0.46 | 284.89 | 0.92 | 0.28 |
| Hex | 68 | 6 | 89 | 18 | 60 | 0 | 2E | 11D | 5C | 1C |
| Octal | 150 | 6 | 211 | 30 | 140 | 0 | 56 | 435 | 134 | 34 |
| Binary | 1101000 | 110 | 10001001 | 11000 | 1100000 | 0 | 101110 | 100011101 | 1011100 | 11100 |
Color Harmonies of #680689
Complementary color
Monochromatic Colors of #680689
Black with #680689
Text Example
Text Example
White with #680689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680689; }
p { color: rgb(104,6,137); }
H1.HeaderClassName
{
color: #680689;
}
.AnyTagClassName
{
color: #680689;
}
</style>
background-color css
<style>
a { background-color: #680689; }
a { background-color: rgb(104,6,137); }
div.DivClassName
{
background-color: #680689;
}
.BgClassName
{
background-color: #680689;
}
</style>
border-color css
<style>
span { border-color: #680689; }
span { border-color: rgb(104,6,137); }
td.TdClassName
{
border-color: #680689;
}
.TagClassName
{
border-color: #680689;
}
</style>