Shades of Gumbo #698988
Tints of Gumbo #698988
RGB
CMYK
RGB Variations
Color information
#698988 (or 0x698988) is known color: Gumbo. HEX triplet: 69, 89 and 88. RGB value is (105,137,136). Sum of RGB (Red+Green+Blue) = 105+137+136=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #698988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698988 is #967677. Grayscale: #7F7F7F. Windows color (decimal): -9860728 or 8948073. OLE color: 8948073.
HSL color Cylindrical-coordinate representation of color #698988: hue angle of 178.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698988 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 136 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.46 |
| HSL | 178.13º | 0.13% | 0.47% | - |
| HSV(B) | 178.13º | 0.23% | 0.54% | - |
| XYZ | 19.22 | 22.67 | 26.66 | - |
| YUV | 127.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 136 | 0.23 | 0 | 0.01 | 0.46 | 178.13 | 0.13 | 0.47 |
| Hex | 69 | 89 | 88 | 17 | 0 | 1 | 2E | B2 | D | 2F |
| Octal | 151 | 211 | 210 | 27 | 0 | 1 | 56 | 262 | 15 | 57 |
| Binary | 1101001 | 10001001 | 10001000 | 10111 | 0 | 1 | 101110 | 10110010 | 1101 | 101111 |
Color Harmonies of #698988
Complementary color
Monochromatic Colors of #698988
Black with #698988
Text Example
Text Example
White with #698988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698988; }
p { color: rgb(105,137,136); }
H1.HeaderClassName
{
color: #698988;
}
.AnyTagClassName
{
color: #698988;
}
</style>
background-color css
<style>
a { background-color: #698988; }
a { background-color: rgb(105,137,136); }
div.DivClassName
{
background-color: #698988;
}
.BgClassName
{
background-color: #698988;
}
</style>
border-color css
<style>
span { border-color: #698988; }
span { border-color: rgb(105,137,136); }
td.TdClassName
{
border-color: #698988;
}
.TagClassName
{
border-color: #698988;
}
</style>