Shades of Gumbo #6D9087
Tints of Gumbo #6D9087
RGB
CMYK
RGB Variations
Color information
#6D9087 (or 0x6D9087) is known color: Gumbo. HEX triplet: 6D, 90 and 87. RGB value is (109,144,135). Sum of RGB (Red+Green+Blue) = 109+144+135=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9087 is #926F78. Grayscale: #848484. Windows color (decimal): -9596793 or 8884333. OLE color: 8884333.
HSL color Cylindrical-coordinate representation of color #6D9087: hue angle of 164.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D9087 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 135 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.44 |
| HSL | 164.57º | 0.14% | 0.5% | - |
| HSV(B) | 164.57º | 0.24% | 0.56% | - |
| XYZ | 20.65 | 24.95 | 26.65 | - |
| YUV | 132.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 135 | 0.24 | 0 | 0.06 | 0.44 | 164.57 | 0.14 | 0.5 |
| Hex | 6D | 90 | 87 | 18 | 0 | 6 | 2C | A5 | E | 32 |
| Octal | 155 | 220 | 207 | 30 | 0 | 6 | 54 | 245 | 16 | 62 |
| Binary | 1101101 | 10010000 | 10000111 | 11000 | 0 | 110 | 101100 | 10100101 | 1110 | 110010 |
Color Harmonies of #6D9087
Complementary color
Monochromatic Colors of #6D9087
Black with #6D9087
Text Example
Text Example
White with #6D9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9087; }
p { color: rgb(109,144,135); }
H1.HeaderClassName
{
color: #6D9087;
}
.AnyTagClassName
{
color: #6D9087;
}
</style>
background-color css
<style>
a { background-color: #6D9087; }
a { background-color: rgb(109,144,135); }
div.DivClassName
{
background-color: #6D9087;
}
.BgClassName
{
background-color: #6D9087;
}
</style>
border-color css
<style>
span { border-color: #6D9087; }
span { border-color: rgb(109,144,135); }
td.TdClassName
{
border-color: #6D9087;
}
.TagClassName
{
border-color: #6D9087;
}
</style>