Shades of Gumbo #6F908A
Tints of Gumbo #6F908A
RGB
CMYK
RGB Variations
Color information
#6F908A (or 0x6F908A) is known color: Gumbo. HEX triplet: 6F, 90 and 8A. RGB value is (111,144,138). Sum of RGB (Red+Green+Blue) = 111+144+138=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #6F908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F908A is #906F75. Grayscale: #858585. Windows color (decimal): -9465718 or 9080943. OLE color: 9080943.
HSL color Cylindrical-coordinate representation of color #6F908A: hue angle of 169.09º 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 #6F908A is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 138 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.44 |
| HSL | 169.09º | 0.13% | 0.5% | - |
| HSV(B) | 169.09º | 0.23% | 0.56% | - |
| XYZ | 21.12 | 25.16 | 27.79 | - |
| YUV | 133.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 138 | 0.23 | 0 | 0.04 | 0.44 | 169.09 | 0.13 | 0.5 |
| Hex | 6F | 90 | 8A | 17 | 0 | 4 | 2C | A9 | D | 32 |
| Octal | 157 | 220 | 212 | 27 | 0 | 4 | 54 | 251 | 15 | 62 |
| Binary | 1101111 | 10010000 | 10001010 | 10111 | 0 | 100 | 101100 | 10101001 | 1101 | 110010 |
Color Harmonies of #6F908A
Complementary color
Monochromatic Colors of #6F908A
Black with #6F908A
Text Example
Text Example
White with #6F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F908A; }
p { color: rgb(111,144,138); }
H1.HeaderClassName
{
color: #6F908A;
}
.AnyTagClassName
{
color: #6F908A;
}
</style>
background-color css
<style>
a { background-color: #6F908A; }
a { background-color: rgb(111,144,138); }
div.DivClassName
{
background-color: #6F908A;
}
.BgClassName
{
background-color: #6F908A;
}
</style>
border-color css
<style>
span { border-color: #6F908A; }
span { border-color: rgb(111,144,138); }
td.TdClassName
{
border-color: #6F908A;
}
.TagClassName
{
border-color: #6F908A;
}
</style>