Shades of Gumbo #6F8985
Tints of Gumbo #6F8985
RGB
CMYK
RGB Variations
Color information
#6F8985 (or 0x6F8985) is known color: Gumbo. HEX triplet: 6F, 89 and 85. RGB value is (111,137,133). Sum of RGB (Red+Green+Blue) = 111+137+133=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8985 is #90767A. Grayscale: #808080. Windows color (decimal): -9467515 or 8751471. OLE color: 8751471.
HSL color Cylindrical-coordinate representation of color #6F8985: hue angle of 170.77º 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 #6F8985 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 133 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.46 |
| HSL | 170.77º | 0.1% | 0.49% | - |
| HSV(B) | 170.77º | 0.19% | 0.54% | - |
| XYZ | 19.73 | 22.96 | 25.58 | - |
| YUV | 128.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 133 | 0.19 | 0 | 0.03 | 0.46 | 170.77 | 0.1 | 0.49 |
| Hex | 6F | 89 | 85 | 13 | 0 | 3 | 2E | AB | A | 31 |
| Octal | 157 | 211 | 205 | 23 | 0 | 3 | 56 | 253 | 12 | 61 |
| Binary | 1101111 | 10001001 | 10000101 | 10011 | 0 | 11 | 101110 | 10101011 | 1010 | 110001 |
Color Harmonies of #6F8985
Complementary color
Monochromatic Colors of #6F8985
Black with #6F8985
Text Example
Text Example
White with #6F8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8985; }
p { color: rgb(111,137,133); }
H1.HeaderClassName
{
color: #6F8985;
}
.AnyTagClassName
{
color: #6F8985;
}
</style>
background-color css
<style>
a { background-color: #6F8985; }
a { background-color: rgb(111,137,133); }
div.DivClassName
{
background-color: #6F8985;
}
.BgClassName
{
background-color: #6F8985;
}
</style>
border-color css
<style>
span { border-color: #6F8985; }
span { border-color: rgb(111,137,133); }
td.TdClassName
{
border-color: #6F8985;
}
.TagClassName
{
border-color: #6F8985;
}
</style>