Shades of Gumbo #6C9A8E
Tints of Gumbo #6C9A8E
RGB
CMYK
RGB Variations
Color information
#6C9A8E (or 0x6C9A8E) is known color: Gumbo. HEX triplet: 6C, 9A and 8E. RGB value is (108,154,142). Sum of RGB (Red+Green+Blue) = 108+154+142=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9A8E is #936571. Grayscale: #8A8A8A. Windows color (decimal): -9659762 or 9345644. OLE color: 9345644.
HSL color Cylindrical-coordinate representation of color #6C9A8E: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9A8E is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 142 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.40 |
| HSL | 164.35º | 0.19% | 0.51% | - |
| HSV(B) | 164.35º | 0.3% | 0.6% | - |
| XYZ | 22.62 | 28.25 | 29.85 | - |
| YUV | 138.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 142 | 0.30 | 0 | 0.08 | 0.40 | 164.35 | 0.19 | 0.51 |
| Hex | 6C | 9A | 8E | 1E | 0 | 8 | 28 | A4 | 13 | 33 |
| Octal | 154 | 232 | 216 | 36 | 0 | 10 | 50 | 244 | 23 | 63 |
| Binary | 1101100 | 10011010 | 10001110 | 11110 | 0 | 1000 | 101000 | 10100100 | 10011 | 110011 |
Color Harmonies of #6C9A8E
Complementary color
Monochromatic Colors of #6C9A8E
Black with #6C9A8E
Text Example
Text Example
White with #6C9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A8E; }
p { color: rgb(108,154,142); }
H1.HeaderClassName
{
color: #6C9A8E;
}
.AnyTagClassName
{
color: #6C9A8E;
}
</style>
background-color css
<style>
a { background-color: #6C9A8E; }
a { background-color: rgb(108,154,142); }
div.DivClassName
{
background-color: #6C9A8E;
}
.BgClassName
{
background-color: #6C9A8E;
}
</style>
border-color css
<style>
span { border-color: #6C9A8E; }
span { border-color: rgb(108,154,142); }
td.TdClassName
{
border-color: #6C9A8E;
}
.TagClassName
{
border-color: #6C9A8E;
}
</style>