Shades of Gumbo #688F89
Tints of Gumbo #688F89
RGB
CMYK
RGB Variations
Color information
#688F89 (or 0x688F89) is known color: Gumbo. HEX triplet: 68, 8F and 89. RGB value is (104,143,137). Sum of RGB (Red+Green+Blue) = 104+143+137=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #688F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F89 is #977076. Grayscale: #828282. Windows color (decimal): -9924727 or 9015144. OLE color: 9015144.
HSL color Cylindrical-coordinate representation of color #688F89: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688F89 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 137 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.44 |
| HSL | 170.77º | 0.16% | 0.48% | - |
| HSV(B) | 170.77º | 0.27% | 0.56% | - |
| XYZ | 20.05 | 24.39 | 27.32 | - |
| YUV | 130.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 137 | 0.27 | 0 | 0.04 | 0.44 | 170.77 | 0.16 | 0.48 |
| Hex | 68 | 8F | 89 | 1B | 0 | 4 | 2C | AB | 10 | 30 |
| Octal | 150 | 217 | 211 | 33 | 0 | 4 | 54 | 253 | 20 | 60 |
| Binary | 1101000 | 10001111 | 10001001 | 11011 | 0 | 100 | 101100 | 10101011 | 10000 | 110000 |
Color Harmonies of #688F89
Complementary color
Monochromatic Colors of #688F89
Black with #688F89
Text Example
Text Example
White with #688F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F89; }
p { color: rgb(104,143,137); }
H1.HeaderClassName
{
color: #688F89;
}
.AnyTagClassName
{
color: #688F89;
}
</style>
background-color css
<style>
a { background-color: #688F89; }
a { background-color: rgb(104,143,137); }
div.DivClassName
{
background-color: #688F89;
}
.BgClassName
{
background-color: #688F89;
}
</style>
border-color css
<style>
span { border-color: #688F89; }
span { border-color: rgb(104,143,137); }
td.TdClassName
{
border-color: #688F89;
}
.TagClassName
{
border-color: #688F89;
}
</style>