Shades of Gumbo #6F9088
Tints of Gumbo #6F9088
RGB
CMYK
RGB Variations
Color information
#6F9088 (or 0x6F9088) is known color: Gumbo. HEX triplet: 6F, 90 and 88. RGB value is (111,144,136). Sum of RGB (Red+Green+Blue) = 111+144+136=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9088 is #906F77. Grayscale: #858585. Windows color (decimal): -9465720 or 8949871. OLE color: 8949871.
HSL color Cylindrical-coordinate representation of color #6F9088: hue angle of 165.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9088 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 136 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.44 |
| HSL | 165.45º | 0.13% | 0.5% | - |
| HSV(B) | 165.45º | 0.23% | 0.56% | - |
| XYZ | 20.97 | 25.1 | 27.03 | - |
| YUV | 133.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 136 | 0.23 | 0 | 0.06 | 0.44 | 165.45 | 0.13 | 0.5 |
| Hex | 6F | 90 | 88 | 17 | 0 | 6 | 2C | A5 | D | 32 |
| Octal | 157 | 220 | 210 | 27 | 0 | 6 | 54 | 245 | 15 | 62 |
| Binary | 1101111 | 10010000 | 10001000 | 10111 | 0 | 110 | 101100 | 10100101 | 1101 | 110010 |
Color Harmonies of #6F9088
Complementary color
Monochromatic Colors of #6F9088
Black with #6F9088
Text Example
Text Example
White with #6F9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9088; }
p { color: rgb(111,144,136); }
H1.HeaderClassName
{
color: #6F9088;
}
.AnyTagClassName
{
color: #6F9088;
}
</style>
background-color css
<style>
a { background-color: #6F9088; }
a { background-color: rgb(111,144,136); }
div.DivClassName
{
background-color: #6F9088;
}
.BgClassName
{
background-color: #6F9088;
}
</style>
border-color css
<style>
span { border-color: #6F9088; }
span { border-color: rgb(111,144,136); }
td.TdClassName
{
border-color: #6F9088;
}
.TagClassName
{
border-color: #6F9088;
}
</style>