Shades of Gumbo #6F8E8B
Tints of Gumbo #6F8E8B
RGB
CMYK
RGB Variations
Color information
#6F8E8B (or 0x6F8E8B) is known color: Gumbo. HEX triplet: 6F, 8E and 8B. RGB value is (111,142,139). Sum of RGB (Red+Green+Blue) = 111+142+139=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E8B is #907174. Grayscale: #848484. Windows color (decimal): -9466229 or 9145967. OLE color: 9145967.
HSL color Cylindrical-coordinate representation of color #6F8E8B: hue angle of 174.19º 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 #6F8E8B is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 139 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.44 |
| HSL | 174.19º | 0.12% | 0.5% | - |
| HSV(B) | 174.19º | 0.22% | 0.56% | - |
| XYZ | 20.89 | 24.59 | 28.07 | - |
| YUV | 132.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 139 | 0.22 | 0 | 0.02 | 0.44 | 174.19 | 0.12 | 0.5 |
| Hex | 6F | 8E | 8B | 16 | 0 | 2 | 2C | AE | C | 32 |
| Octal | 157 | 216 | 213 | 26 | 0 | 2 | 54 | 256 | 14 | 62 |
| Binary | 1101111 | 10001110 | 10001011 | 10110 | 0 | 10 | 101100 | 10101110 | 1100 | 110010 |
Color Harmonies of #6F8E8B
Complementary color
Monochromatic Colors of #6F8E8B
Black with #6F8E8B
Text Example
Text Example
White with #6F8E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E8B; }
p { color: rgb(111,142,139); }
H1.HeaderClassName
{
color: #6F8E8B;
}
.AnyTagClassName
{
color: #6F8E8B;
}
</style>
background-color css
<style>
a { background-color: #6F8E8B; }
a { background-color: rgb(111,142,139); }
div.DivClassName
{
background-color: #6F8E8B;
}
.BgClassName
{
background-color: #6F8E8B;
}
</style>
border-color css
<style>
span { border-color: #6F8E8B; }
span { border-color: rgb(111,142,139); }
td.TdClassName
{
border-color: #6F8E8B;
}
.TagClassName
{
border-color: #6F8E8B;
}
</style>