Shades of Gumbo #698884
Tints of Gumbo #698884
RGB
CMYK
RGB Variations
Color information
#698884 (or 0x698884) is known color: Gumbo. HEX triplet: 69, 88 and 84. RGB value is (105,136,132). Sum of RGB (Red+Green+Blue) = 105+136+132=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #698884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698884 is #96777B. Grayscale: #7E7E7E. Windows color (decimal): -9860988 or 8685673. OLE color: 8685673.
HSL color Cylindrical-coordinate representation of color #698884: hue angle of 172.26º 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 #698884 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 132 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.47 |
| HSL | 172.26º | 0.13% | 0.47% | - |
| HSV(B) | 172.26º | 0.23% | 0.53% | - |
| XYZ | 18.79 | 22.28 | 25.14 | - |
| YUV | 126.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 132 | 0.23 | 0 | 0.03 | 0.47 | 172.26 | 0.13 | 0.47 |
| Hex | 69 | 88 | 84 | 17 | 0 | 3 | 2F | AC | D | 2F |
| Octal | 151 | 210 | 204 | 27 | 0 | 3 | 57 | 254 | 15 | 57 |
| Binary | 1101001 | 10001000 | 10000100 | 10111 | 0 | 11 | 101111 | 10101100 | 1101 | 101111 |
Color Harmonies of #698884
Complementary color
Monochromatic Colors of #698884
Black with #698884
Text Example
Text Example
White with #698884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698884; }
p { color: rgb(105,136,132); }
H1.HeaderClassName
{
color: #698884;
}
.AnyTagClassName
{
color: #698884;
}
</style>
background-color css
<style>
a { background-color: #698884; }
a { background-color: rgb(105,136,132); }
div.DivClassName
{
background-color: #698884;
}
.BgClassName
{
background-color: #698884;
}
</style>
border-color css
<style>
span { border-color: #698884; }
span { border-color: rgb(105,136,132); }
td.TdClassName
{
border-color: #698884;
}
.TagClassName
{
border-color: #698884;
}
</style>