Shades of Gumbo #699089
Tints of Gumbo #699089
RGB
CMYK
RGB Variations
Color information
#699089 (or 0x699089) is known color: Gumbo. HEX triplet: 69, 90 and 89. RGB value is (105,144,137). Sum of RGB (Red+Green+Blue) = 105+144+137=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #699089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699089 is #966F76. Grayscale: #838383. Windows color (decimal): -9858935 or 9015401. OLE color: 9015401.
HSL color Cylindrical-coordinate representation of color #699089: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699089 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 144 | 137 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.44 |
| HSL | 169.23º | 0.16% | 0.49% | - |
| HSV(B) | 169.23º | 0.27% | 0.56% | - |
| XYZ | 20.31 | 24.76 | 27.37 | - |
| YUV | 131.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 137 | 0.27 | 0 | 0.05 | 0.44 | 169.23 | 0.16 | 0.49 |
| Hex | 69 | 90 | 89 | 1B | 0 | 5 | 2C | A9 | 10 | 31 |
| Octal | 151 | 220 | 211 | 33 | 0 | 5 | 54 | 251 | 20 | 61 |
| Binary | 1101001 | 10010000 | 10001001 | 11011 | 0 | 101 | 101100 | 10101001 | 10000 | 110001 |
Color Harmonies of #699089
Complementary color
Monochromatic Colors of #699089
Black with #699089
Text Example
Text Example
White with #699089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699089; }
p { color: rgb(105,144,137); }
H1.HeaderClassName
{
color: #699089;
}
.AnyTagClassName
{
color: #699089;
}
</style>
background-color css
<style>
a { background-color: #699089; }
a { background-color: rgb(105,144,137); }
div.DivClassName
{
background-color: #699089;
}
.BgClassName
{
background-color: #699089;
}
</style>
border-color css
<style>
span { border-color: #699089; }
span { border-color: rgb(105,144,137); }
td.TdClassName
{
border-color: #699089;
}
.TagClassName
{
border-color: #699089;
}
</style>