Shades of Gumbo #698B87
Tints of Gumbo #698B87
RGB
CMYK
RGB Variations
Color information
#698B87 (or 0x698B87) is known color: Gumbo. HEX triplet: 69, 8B and 87. RGB value is (105,139,135). Sum of RGB (Red+Green+Blue) = 105+139+135=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #698B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B87 is #967478. Grayscale: #808080. Windows color (decimal): -9860217 or 8883049. OLE color: 8883049.
HSL color Cylindrical-coordinate representation of color #698B87: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698B87 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 135 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.45 |
| HSL | 172.94º | 0.14% | 0.48% | - |
| HSV(B) | 172.94º | 0.24% | 0.55% | - |
| XYZ | 19.43 | 23.22 | 26.38 | - |
| YUV | 128.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 135 | 0.24 | 0 | 0.03 | 0.45 | 172.94 | 0.14 | 0.48 |
| Hex | 69 | 8B | 87 | 18 | 0 | 3 | 2D | AD | E | 30 |
| Octal | 151 | 213 | 207 | 30 | 0 | 3 | 55 | 255 | 16 | 60 |
| Binary | 1101001 | 10001011 | 10000111 | 11000 | 0 | 11 | 101101 | 10101101 | 1110 | 110000 |
Color Harmonies of #698B87
Complementary color
Monochromatic Colors of #698B87
Black with #698B87
Text Example
Text Example
White with #698B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B87; }
p { color: rgb(105,139,135); }
H1.HeaderClassName
{
color: #698B87;
}
.AnyTagClassName
{
color: #698B87;
}
</style>
background-color css
<style>
a { background-color: #698B87; }
a { background-color: rgb(105,139,135); }
div.DivClassName
{
background-color: #698B87;
}
.BgClassName
{
background-color: #698B87;
}
</style>
border-color css
<style>
span { border-color: #698B87; }
span { border-color: rgb(105,139,135); }
td.TdClassName
{
border-color: #698B87;
}
.TagClassName
{
border-color: #698B87;
}
</style>