Shades of Gumbo #698883
Tints of Gumbo #698883
RGB
CMYK
RGB Variations
Color information
#698883 (or 0x698883) is known color: Gumbo. HEX triplet: 69, 88 and 83. RGB value is (105,136,131). Sum of RGB (Red+Green+Blue) = 105+136+131=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #698883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698883 is #96777C. Grayscale: #7E7E7E. Windows color (decimal): -9860989 or 8620137. OLE color: 8620137.
HSL color Cylindrical-coordinate representation of color #698883: hue angle of 170.32º 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 #698883 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 131 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.47 |
| HSL | 170.32º | 0.13% | 0.47% | - |
| HSV(B) | 170.32º | 0.23% | 0.53% | - |
| XYZ | 18.73 | 22.25 | 24.78 | - |
| YUV | 126.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 131 | 0.23 | 0 | 0.04 | 0.47 | 170.32 | 0.13 | 0.47 |
| Hex | 69 | 88 | 83 | 17 | 0 | 4 | 2F | AA | D | 2F |
| Octal | 151 | 210 | 203 | 27 | 0 | 4 | 57 | 252 | 15 | 57 |
| Binary | 1101001 | 10001000 | 10000011 | 10111 | 0 | 100 | 101111 | 10101010 | 1101 | 101111 |
Color Harmonies of #698883
Complementary color
Monochromatic Colors of #698883
Black with #698883
Text Example
Text Example
White with #698883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698883; }
p { color: rgb(105,136,131); }
H1.HeaderClassName
{
color: #698883;
}
.AnyTagClassName
{
color: #698883;
}
</style>
background-color css
<style>
a { background-color: #698883; }
a { background-color: rgb(105,136,131); }
div.DivClassName
{
background-color: #698883;
}
.BgClassName
{
background-color: #698883;
}
</style>
border-color css
<style>
span { border-color: #698883; }
span { border-color: rgb(105,136,131); }
td.TdClassName
{
border-color: #698883;
}
.TagClassName
{
border-color: #698883;
}
</style>