Shades of Gumbo #6F968D
Tints of Gumbo #6F968D
RGB
CMYK
RGB Variations
Color information
#6F968D (or 0x6F968D) is known color: Gumbo. HEX triplet: 6F, 96 and 8D. RGB value is (111,150,141). Sum of RGB (Red+Green+Blue) = 111+150+141=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #6F968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F968D is #906972. Grayscale: #898989. Windows color (decimal): -9464179 or 9279087. OLE color: 9279087.
HSL color Cylindrical-coordinate representation of color #6F968D: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F968D is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 141 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.41 |
| HSL | 166.15º | 0.16% | 0.51% | - |
| HSV(B) | 166.15º | 0.26% | 0.59% | - |
| XYZ | 22.27 | 27.12 | 29.26 | - |
| YUV | 137.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 141 | 0.26 | 0 | 0.06 | 0.41 | 166.15 | 0.16 | 0.51 |
| Hex | 6F | 96 | 8D | 1A | 0 | 6 | 29 | A6 | 10 | 33 |
| Octal | 157 | 226 | 215 | 32 | 0 | 6 | 51 | 246 | 20 | 63 |
| Binary | 1101111 | 10010110 | 10001101 | 11010 | 0 | 110 | 101001 | 10100110 | 10000 | 110011 |
Color Harmonies of #6F968D
Complementary color
Monochromatic Colors of #6F968D
Black with #6F968D
Text Example
Text Example
White with #6F968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F968D; }
p { color: rgb(111,150,141); }
H1.HeaderClassName
{
color: #6F968D;
}
.AnyTagClassName
{
color: #6F968D;
}
</style>
background-color css
<style>
a { background-color: #6F968D; }
a { background-color: rgb(111,150,141); }
div.DivClassName
{
background-color: #6F968D;
}
.BgClassName
{
background-color: #6F968D;
}
</style>
border-color css
<style>
span { border-color: #6F968D; }
span { border-color: rgb(111,150,141); }
td.TdClassName
{
border-color: #6F968D;
}
.TagClassName
{
border-color: #6F968D;
}
</style>