Shades of Gumbo #6D908C
Tints of Gumbo #6D908C
RGB
CMYK
RGB Variations
Color information
#6D908C (or 0x6D908C) is known color: Gumbo. HEX triplet: 6D, 90 and 8C. RGB value is (109,144,140). Sum of RGB (Red+Green+Blue) = 109+144+140=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #6D908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D908C is #926F73. Grayscale: #858585. Windows color (decimal): -9596788 or 9212013. OLE color: 9212013.
HSL color Cylindrical-coordinate representation of color #6D908C: hue angle of 173.14º 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 #6D908C is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 140 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.44 |
| HSL | 173.14º | 0.14% | 0.5% | - |
| HSV(B) | 173.14º | 0.24% | 0.56% | - |
| XYZ | 21.01 | 25.09 | 28.55 | - |
| YUV | 133.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 140 | 0.24 | 0 | 0.03 | 0.44 | 173.14 | 0.14 | 0.5 |
| Hex | 6D | 90 | 8C | 18 | 0 | 3 | 2C | AD | E | 32 |
| Octal | 155 | 220 | 214 | 30 | 0 | 3 | 54 | 255 | 16 | 62 |
| Binary | 1101101 | 10010000 | 10001100 | 11000 | 0 | 11 | 101100 | 10101101 | 1110 | 110010 |
Color Harmonies of #6D908C
Complementary color
Monochromatic Colors of #6D908C
Black with #6D908C
Text Example
Text Example
White with #6D908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D908C; }
p { color: rgb(109,144,140); }
H1.HeaderClassName
{
color: #6D908C;
}
.AnyTagClassName
{
color: #6D908C;
}
</style>
background-color css
<style>
a { background-color: #6D908C; }
a { background-color: rgb(109,144,140); }
div.DivClassName
{
background-color: #6D908C;
}
.BgClassName
{
background-color: #6D908C;
}
</style>
border-color css
<style>
span { border-color: #6D908C; }
span { border-color: rgb(109,144,140); }
td.TdClassName
{
border-color: #6D908C;
}
.TagClassName
{
border-color: #6D908C;
}
</style>