Shades of Gumbo #6A8986
Tints of Gumbo #6A8986
RGB
CMYK
RGB Variations
Color information
#6A8986 (or 0x6A8986) is known color: Gumbo. HEX triplet: 6A, 89 and 86. RGB value is (106,137,134). Sum of RGB (Red+Green+Blue) = 106+137+134=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8986 is #957679. Grayscale: #7F7F7F. Windows color (decimal): -9795194 or 8817002. OLE color: 8817002.
HSL color Cylindrical-coordinate representation of color #6A8986: hue angle of 174.19º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8986 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 134 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.46 |
| HSL | 174.19º | 0.13% | 0.48% | - |
| HSV(B) | 174.19º | 0.23% | 0.54% | - |
| XYZ | 19.19 | 22.68 | 25.92 | - |
| YUV | 127.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 134 | 0.23 | 0 | 0.02 | 0.46 | 174.19 | 0.13 | 0.48 |
| Hex | 6A | 89 | 86 | 17 | 0 | 2 | 2E | AE | D | 30 |
| Octal | 152 | 211 | 206 | 27 | 0 | 2 | 56 | 256 | 15 | 60 |
| Binary | 1101010 | 10001001 | 10000110 | 10111 | 0 | 10 | 101110 | 10101110 | 1101 | 110000 |
Color Harmonies of #6A8986
Complementary color
Monochromatic Colors of #6A8986
Black with #6A8986
Text Example
Text Example
White with #6A8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8986; }
p { color: rgb(106,137,134); }
H1.HeaderClassName
{
color: #6A8986;
}
.AnyTagClassName
{
color: #6A8986;
}
</style>
background-color css
<style>
a { background-color: #6A8986; }
a { background-color: rgb(106,137,134); }
div.DivClassName
{
background-color: #6A8986;
}
.BgClassName
{
background-color: #6A8986;
}
</style>
border-color css
<style>
span { border-color: #6A8986; }
span { border-color: rgb(106,137,134); }
td.TdClassName
{
border-color: #6A8986;
}
.TagClassName
{
border-color: #6A8986;
}
</style>