Shades of Gumbo #6F8E88
Tints of Gumbo #6F8E88
RGB
CMYK
RGB Variations
Color information
#6F8E88 (or 0x6F8E88) is known color: Gumbo. HEX triplet: 6F, 8E and 88. RGB value is (111,142,136). Sum of RGB (Red+Green+Blue) = 111+142+136=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E88 is #907177. Grayscale: #848484. Windows color (decimal): -9466232 or 8949359. OLE color: 8949359.
HSL color Cylindrical-coordinate representation of color #6F8E88: hue angle of 168.39º 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 #6F8E88 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 136 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.44 |
| HSL | 168.39º | 0.12% | 0.5% | - |
| HSV(B) | 168.39º | 0.22% | 0.56% | - |
| XYZ | 20.67 | 24.5 | 26.93 | - |
| YUV | 132.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 136 | 0.22 | 0 | 0.04 | 0.44 | 168.39 | 0.12 | 0.5 |
| Hex | 6F | 8E | 88 | 16 | 0 | 4 | 2C | A8 | C | 32 |
| Octal | 157 | 216 | 210 | 26 | 0 | 4 | 54 | 250 | 14 | 62 |
| Binary | 1101111 | 10001110 | 10001000 | 10110 | 0 | 100 | 101100 | 10101000 | 1100 | 110010 |
Color Harmonies of #6F8E88
Complementary color
Monochromatic Colors of #6F8E88
Black with #6F8E88
Text Example
Text Example
White with #6F8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E88; }
p { color: rgb(111,142,136); }
H1.HeaderClassName
{
color: #6F8E88;
}
.AnyTagClassName
{
color: #6F8E88;
}
</style>
background-color css
<style>
a { background-color: #6F8E88; }
a { background-color: rgb(111,142,136); }
div.DivClassName
{
background-color: #6F8E88;
}
.BgClassName
{
background-color: #6F8E88;
}
</style>
border-color css
<style>
span { border-color: #6F8E88; }
span { border-color: rgb(111,142,136); }
td.TdClassName
{
border-color: #6F8E88;
}
.TagClassName
{
border-color: #6F8E88;
}
</style>