Shades of Gumbo #6C9288
Tints of Gumbo #6C9288
RGB
CMYK
RGB Variations
Color information
#6C9288 (or 0x6C9288) is known color: Gumbo. HEX triplet: 6C, 92 and 88. RGB value is (108,146,136). Sum of RGB (Red+Green+Blue) = 108+146+136=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9288 is #936D77. Grayscale: #858585. Windows color (decimal): -9661816 or 8950380. OLE color: 8950380.
HSL color Cylindrical-coordinate representation of color #6C9288: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C9288 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 136 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.43 |
| HSL | 164.21º | 0.15% | 0.5% | - |
| HSV(B) | 164.21º | 0.26% | 0.57% | - |
| XYZ | 20.91 | 25.52 | 27.12 | - |
| YUV | 133.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 136 | 0.26 | 0 | 0.07 | 0.43 | 164.21 | 0.15 | 0.5 |
| Hex | 6C | 92 | 88 | 1A | 0 | 7 | 2B | A4 | F | 32 |
| Octal | 154 | 222 | 210 | 32 | 0 | 7 | 53 | 244 | 17 | 62 |
| Binary | 1101100 | 10010010 | 10001000 | 11010 | 0 | 111 | 101011 | 10100100 | 1111 | 110010 |
Color Harmonies of #6C9288
Complementary color
Monochromatic Colors of #6C9288
Black with #6C9288
Text Example
Text Example
White with #6C9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9288; }
p { color: rgb(108,146,136); }
H1.HeaderClassName
{
color: #6C9288;
}
.AnyTagClassName
{
color: #6C9288;
}
</style>
background-color css
<style>
a { background-color: #6C9288; }
a { background-color: rgb(108,146,136); }
div.DivClassName
{
background-color: #6C9288;
}
.BgClassName
{
background-color: #6C9288;
}
</style>
border-color css
<style>
span { border-color: #6C9288; }
span { border-color: rgb(108,146,136); }
td.TdClassName
{
border-color: #6C9288;
}
.TagClassName
{
border-color: #6C9288;
}
</style>