Shades of Gumbo #698B84
Tints of Gumbo #698B84
RGB
CMYK
RGB Variations
Color information
#698B84 (or 0x698B84) is known color: Gumbo. HEX triplet: 69, 8B and 84. RGB value is (105,139,132). Sum of RGB (Red+Green+Blue) = 105+139+132=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #698B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B84 is #96747B. Grayscale: #808080. Windows color (decimal): -9860220 or 8686441. OLE color: 8686441.
HSL color Cylindrical-coordinate representation of color #698B84: hue angle of 167.65º 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 #698B84 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 132 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.45 |
| HSL | 167.65º | 0.14% | 0.48% | - |
| HSV(B) | 167.65º | 0.24% | 0.55% | - |
| XYZ | 19.22 | 23.13 | 25.28 | - |
| YUV | 128.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 132 | 0.24 | 0 | 0.05 | 0.45 | 167.65 | 0.14 | 0.48 |
| Hex | 69 | 8B | 84 | 18 | 0 | 5 | 2D | A8 | E | 30 |
| Octal | 151 | 213 | 204 | 30 | 0 | 5 | 55 | 250 | 16 | 60 |
| Binary | 1101001 | 10001011 | 10000100 | 11000 | 0 | 101 | 101101 | 10101000 | 1110 | 110000 |
Color Harmonies of #698B84
Complementary color
Monochromatic Colors of #698B84
Black with #698B84
Text Example
Text Example
White with #698B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B84; }
p { color: rgb(105,139,132); }
H1.HeaderClassName
{
color: #698B84;
}
.AnyTagClassName
{
color: #698B84;
}
</style>
background-color css
<style>
a { background-color: #698B84; }
a { background-color: rgb(105,139,132); }
div.DivClassName
{
background-color: #698B84;
}
.BgClassName
{
background-color: #698B84;
}
</style>
border-color css
<style>
span { border-color: #698B84; }
span { border-color: rgb(105,139,132); }
td.TdClassName
{
border-color: #698B84;
}
.TagClassName
{
border-color: #698B84;
}
</style>