Shades of Gumbo #6F8F89
Tints of Gumbo #6F8F89
RGB
CMYK
RGB Variations
Color information
#6F8F89 (or 0x6F8F89) is known color: Gumbo. HEX triplet: 6F, 8F and 89. RGB value is (111,143,137). Sum of RGB (Red+Green+Blue) = 111+143+137=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8F89 is #907076. Grayscale: #848484. Windows color (decimal): -9465975 or 9015151. OLE color: 9015151.
HSL color Cylindrical-coordinate representation of color #6F8F89: hue angle of 168.75º degrees, saturation: 0.13, 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 #6F8F89 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 137 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.44 |
| HSL | 168.75º | 0.13% | 0.5% | - |
| HSV(B) | 168.75º | 0.22% | 0.56% | - |
| XYZ | 20.89 | 24.83 | 27.36 | - |
| YUV | 132.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 137 | 0.22 | 0 | 0.04 | 0.44 | 168.75 | 0.13 | 0.5 |
| Hex | 6F | 8F | 89 | 16 | 0 | 4 | 2C | A9 | D | 32 |
| Octal | 157 | 217 | 211 | 26 | 0 | 4 | 54 | 251 | 15 | 62 |
| Binary | 1101111 | 10001111 | 10001001 | 10110 | 0 | 100 | 101100 | 10101001 | 1101 | 110010 |
Color Harmonies of #6F8F89
Complementary color
Monochromatic Colors of #6F8F89
Black with #6F8F89
Text Example
Text Example
White with #6F8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F89; }
p { color: rgb(111,143,137); }
H1.HeaderClassName
{
color: #6F8F89;
}
.AnyTagClassName
{
color: #6F8F89;
}
</style>
background-color css
<style>
a { background-color: #6F8F89; }
a { background-color: rgb(111,143,137); }
div.DivClassName
{
background-color: #6F8F89;
}
.BgClassName
{
background-color: #6F8F89;
}
</style>
border-color css
<style>
span { border-color: #6F8F89; }
span { border-color: rgb(111,143,137); }
td.TdClassName
{
border-color: #6F8F89;
}
.TagClassName
{
border-color: #6F8F89;
}
</style>