Shades of Gumbo #698A88
Tints of Gumbo #698A88
RGB
CMYK
RGB Variations
Color information
#698A88 (or 0x698A88) is known color: Gumbo. HEX triplet: 69, 8A and 88. RGB value is (105,138,136). Sum of RGB (Red+Green+Blue) = 105+138+136=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #698A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A88 is #967577. Grayscale: #7F7F7F. Windows color (decimal): -9860472 or 8948329. OLE color: 8948329.
HSL color Cylindrical-coordinate representation of color #698A88: hue angle of 176.36º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A88 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 136 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.46 |
| HSL | 176.36º | 0.14% | 0.48% | - |
| HSV(B) | 176.36º | 0.24% | 0.54% | - |
| XYZ | 19.36 | 22.96 | 26.7 | - |
| YUV | 127.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 136 | 0.24 | 0 | 0.01 | 0.46 | 176.36 | 0.14 | 0.48 |
| Hex | 69 | 8A | 88 | 18 | 0 | 1 | 2E | B0 | E | 30 |
| Octal | 151 | 212 | 210 | 30 | 0 | 1 | 56 | 260 | 16 | 60 |
| Binary | 1101001 | 10001010 | 10001000 | 11000 | 0 | 1 | 101110 | 10110000 | 1110 | 110000 |
Color Harmonies of #698A88
Complementary color
Monochromatic Colors of #698A88
Black with #698A88
Text Example
Text Example
White with #698A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A88; }
p { color: rgb(105,138,136); }
H1.HeaderClassName
{
color: #698A88;
}
.AnyTagClassName
{
color: #698A88;
}
</style>
background-color css
<style>
a { background-color: #698A88; }
a { background-color: rgb(105,138,136); }
div.DivClassName
{
background-color: #698A88;
}
.BgClassName
{
background-color: #698A88;
}
</style>
border-color css
<style>
span { border-color: #698A88; }
span { border-color: rgb(105,138,136); }
td.TdClassName
{
border-color: #698A88;
}
.TagClassName
{
border-color: #698A88;
}
</style>