Shades of Gumbo #698885
Tints of Gumbo #698885
RGB
CMYK
RGB Variations
Color information
#698885 (or 0x698885) is known color: Gumbo. HEX triplet: 69, 88 and 85. RGB value is (105,136,133). Sum of RGB (Red+Green+Blue) = 105+136+133=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #698885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698885 is #96777A. Grayscale: #7E7E7E. Windows color (decimal): -9860987 or 8751209. OLE color: 8751209.
HSL color Cylindrical-coordinate representation of color #698885: hue angle of 174.19º 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 #698885 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 133 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.47 |
| HSL | 174.19º | 0.13% | 0.47% | - |
| HSV(B) | 174.19º | 0.23% | 0.53% | - |
| XYZ | 18.86 | 22.31 | 25.5 | - |
| YUV | 126.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 133 | 0.23 | 0 | 0.02 | 0.47 | 174.19 | 0.13 | 0.47 |
| Hex | 69 | 88 | 85 | 17 | 0 | 2 | 2F | AE | D | 2F |
| Octal | 151 | 210 | 205 | 27 | 0 | 2 | 57 | 256 | 15 | 57 |
| Binary | 1101001 | 10001000 | 10000101 | 10111 | 0 | 10 | 101111 | 10101110 | 1101 | 101111 |
Color Harmonies of #698885
Complementary color
Monochromatic Colors of #698885
Black with #698885
Text Example
Text Example
White with #698885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698885; }
p { color: rgb(105,136,133); }
H1.HeaderClassName
{
color: #698885;
}
.AnyTagClassName
{
color: #698885;
}
</style>
background-color css
<style>
a { background-color: #698885; }
a { background-color: rgb(105,136,133); }
div.DivClassName
{
background-color: #698885;
}
.BgClassName
{
background-color: #698885;
}
</style>
border-color css
<style>
span { border-color: #698885; }
span { border-color: rgb(105,136,133); }
td.TdClassName
{
border-color: #698885;
}
.TagClassName
{
border-color: #698885;
}
</style>