Shades of Gumbo #689990
Tints of Gumbo #689990
RGB
CMYK
RGB Variations
Color information
#689990 (or 0x689990) is known color: Gumbo. HEX triplet: 68, 99 and 90. RGB value is (104,153,144). Sum of RGB (Red+Green+Blue) = 104+153+144=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #689990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689990 is #97666F. Grayscale: #898989. Windows color (decimal): -9922160 or 9476456. OLE color: 9476456.
HSL color Cylindrical-coordinate representation of color #689990: hue angle of 168.98º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689990 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 144 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.4 |
| HSL | 168.98º | 0.19% | 0.5% | - |
| HSV(B) | 168.98º | 0.32% | 0.6% | - |
| XYZ | 22.13 | 27.74 | 30.57 | - |
| YUV | 137.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 144 | 0.32 | 0 | 0.06 | 0.4 | 168.98 | 0.19 | 0.5 |
| Hex | 68 | 99 | 90 | 20 | 0 | 6 | 28 | A9 | 13 | 32 |
| Octal | 150 | 231 | 220 | 40 | 0 | 6 | 50 | 251 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10010000 | 100000 | 0 | 110 | 101000 | 10101001 | 10011 | 110010 |
Color Harmonies of #689990
Complementary color
Monochromatic Colors of #689990
Black with #689990
Text Example
Text Example
White with #689990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689990; }
p { color: rgb(104,153,144); }
H1.HeaderClassName
{
color: #689990;
}
.AnyTagClassName
{
color: #689990;
}
</style>
background-color css
<style>
a { background-color: #689990; }
a { background-color: rgb(104,153,144); }
div.DivClassName
{
background-color: #689990;
}
.BgClassName
{
background-color: #689990;
}
</style>
border-color css
<style>
span { border-color: #689990; }
span { border-color: rgb(104,153,144); }
td.TdClassName
{
border-color: #689990;
}
.TagClassName
{
border-color: #689990;
}
</style>