Shades of Gumbo #698887
Tints of Gumbo #698887
RGB
CMYK
RGB Variations
Color information
#698887 (or 0x698887) is known color: Gumbo. HEX triplet: 69, 88 and 87. RGB value is (105,136,135). Sum of RGB (Red+Green+Blue) = 105+136+135=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #698887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698887 is #967778. Grayscale: #7E7E7E. Windows color (decimal): -9860985 or 8882281. OLE color: 8882281.
HSL color Cylindrical-coordinate representation of color #698887: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698887 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 135 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.47 |
| HSL | 178.06º | 0.13% | 0.47% | - |
| HSV(B) | 178.06º | 0.23% | 0.53% | - |
| XYZ | 19 | 22.36 | 26.24 | - |
| YUV | 126.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 135 | 0.23 | 0 | 0.01 | 0.47 | 178.06 | 0.13 | 0.47 |
| Hex | 69 | 88 | 87 | 17 | 0 | 1 | 2F | B2 | D | 2F |
| Octal | 151 | 210 | 207 | 27 | 0 | 1 | 57 | 262 | 15 | 57 |
| Binary | 1101001 | 10001000 | 10000111 | 10111 | 0 | 1 | 101111 | 10110010 | 1101 | 101111 |
Color Harmonies of #698887
Complementary color
Monochromatic Colors of #698887
Black with #698887
Text Example
Text Example
White with #698887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698887; }
p { color: rgb(105,136,135); }
H1.HeaderClassName
{
color: #698887;
}
.AnyTagClassName
{
color: #698887;
}
</style>
background-color css
<style>
a { background-color: #698887; }
a { background-color: rgb(105,136,135); }
div.DivClassName
{
background-color: #698887;
}
.BgClassName
{
background-color: #698887;
}
</style>
border-color css
<style>
span { border-color: #698887; }
span { border-color: rgb(105,136,135); }
td.TdClassName
{
border-color: #698887;
}
.TagClassName
{
border-color: #698887;
}
</style>