Shades of Gumbo #6F8884
Tints of Gumbo #6F8884
RGB
CMYK
RGB Variations
Color information
#6F8884 (or 0x6F8884) is known color: Gumbo. HEX triplet: 6F, 88 and 84. RGB value is (111,136,132). Sum of RGB (Red+Green+Blue) = 111+136+132=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8884 is #90777B. Grayscale: #808080. Windows color (decimal): -9467772 or 8685679. OLE color: 8685679.
HSL color Cylindrical-coordinate representation of color #6F8884: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8884 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 132 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.47 |
| HSL | 170.4º | 0.1% | 0.48% | - |
| HSV(B) | 170.4º | 0.18% | 0.53% | - |
| XYZ | 19.52 | 22.65 | 25.17 | - |
| YUV | 128.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 132 | 0.18 | 0 | 0.03 | 0.47 | 170.4 | 0.1 | 0.48 |
| Hex | 6F | 88 | 84 | 12 | 0 | 3 | 2F | AA | A | 30 |
| Octal | 157 | 210 | 204 | 22 | 0 | 3 | 57 | 252 | 12 | 60 |
| Binary | 1101111 | 10001000 | 10000100 | 10010 | 0 | 11 | 101111 | 10101010 | 1010 | 110000 |
Color Harmonies of #6F8884
Complementary color
Monochromatic Colors of #6F8884
Black with #6F8884
Text Example
Text Example
White with #6F8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8884; }
p { color: rgb(111,136,132); }
H1.HeaderClassName
{
color: #6F8884;
}
.AnyTagClassName
{
color: #6F8884;
}
</style>
background-color css
<style>
a { background-color: #6F8884; }
a { background-color: rgb(111,136,132); }
div.DivClassName
{
background-color: #6F8884;
}
.BgClassName
{
background-color: #6F8884;
}
</style>
border-color css
<style>
span { border-color: #6F8884; }
span { border-color: rgb(111,136,132); }
td.TdClassName
{
border-color: #6F8884;
}
.TagClassName
{
border-color: #6F8884;
}
</style>