Shades of Gumbo #6F8E89
Tints of Gumbo #6F8E89
RGB
CMYK
RGB Variations
Color information
#6F8E89 (or 0x6F8E89) is known color: Gumbo. HEX triplet: 6F, 8E and 89. RGB value is (111,142,137). Sum of RGB (Red+Green+Blue) = 111+142+137=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E89 is #907176. Grayscale: #848484. Windows color (decimal): -9466231 or 9014895. OLE color: 9014895.
HSL color Cylindrical-coordinate representation of color #6F8E89: hue angle of 170.32º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E89 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 137 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.44 |
| HSL | 170.32º | 0.12% | 0.5% | - |
| HSV(B) | 170.32º | 0.22% | 0.56% | - |
| XYZ | 20.74 | 24.53 | 27.31 | - |
| YUV | 132.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 137 | 0.22 | 0 | 0.04 | 0.44 | 170.32 | 0.12 | 0.5 |
| Hex | 6F | 8E | 89 | 16 | 0 | 4 | 2C | AA | C | 32 |
| Octal | 157 | 216 | 211 | 26 | 0 | 4 | 54 | 252 | 14 | 62 |
| Binary | 1101111 | 10001110 | 10001001 | 10110 | 0 | 100 | 101100 | 10101010 | 1100 | 110010 |
Color Harmonies of #6F8E89
Complementary color
Monochromatic Colors of #6F8E89
Black with #6F8E89
Text Example
Text Example
White with #6F8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E89; }
p { color: rgb(111,142,137); }
H1.HeaderClassName
{
color: #6F8E89;
}
.AnyTagClassName
{
color: #6F8E89;
}
</style>
background-color css
<style>
a { background-color: #6F8E89; }
a { background-color: rgb(111,142,137); }
div.DivClassName
{
background-color: #6F8E89;
}
.BgClassName
{
background-color: #6F8E89;
}
</style>
border-color css
<style>
span { border-color: #6F8E89; }
span { border-color: rgb(111,142,137); }
td.TdClassName
{
border-color: #6F8E89;
}
.TagClassName
{
border-color: #6F8E89;
}
</style>