Shades of Gumbo #6F8987
Tints of Gumbo #6F8987
RGB
CMYK
RGB Variations
Color information
#6F8987 (or 0x6F8987) is known color: Gumbo. HEX triplet: 6F, 89 and 87. RGB value is (111,137,135). Sum of RGB (Red+Green+Blue) = 111+137+135=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8987 is #907678. Grayscale: #808080. Windows color (decimal): -9467513 or 8882543. OLE color: 8882543.
HSL color Cylindrical-coordinate representation of color #6F8987: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8987 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 135 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.46 |
| HSL | 175.38º | 0.1% | 0.49% | - |
| HSV(B) | 175.38º | 0.19% | 0.54% | - |
| XYZ | 19.87 | 23.02 | 26.32 | - |
| YUV | 129 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 135 | 0.19 | 0 | 0.01 | 0.46 | 175.38 | 0.1 | 0.49 |
| Hex | 6F | 89 | 87 | 13 | 0 | 1 | 2E | AF | A | 31 |
| Octal | 157 | 211 | 207 | 23 | 0 | 1 | 56 | 257 | 12 | 61 |
| Binary | 1101111 | 10001001 | 10000111 | 10011 | 0 | 1 | 101110 | 10101111 | 1010 | 110001 |
Color Harmonies of #6F8987
Complementary color
Monochromatic Colors of #6F8987
Black with #6F8987
Text Example
Text Example
White with #6F8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8987; }
p { color: rgb(111,137,135); }
H1.HeaderClassName
{
color: #6F8987;
}
.AnyTagClassName
{
color: #6F8987;
}
</style>
background-color css
<style>
a { background-color: #6F8987; }
a { background-color: rgb(111,137,135); }
div.DivClassName
{
background-color: #6F8987;
}
.BgClassName
{
background-color: #6F8987;
}
</style>
border-color css
<style>
span { border-color: #6F8987; }
span { border-color: rgb(111,137,135); }
td.TdClassName
{
border-color: #6F8987;
}
.TagClassName
{
border-color: #6F8987;
}
</style>