Shades of Gumbo #6A8B84
Tints of Gumbo #6A8B84
RGB
CMYK
RGB Variations
Color information
#6A8B84 (or 0x6A8B84) is known color: Gumbo. HEX triplet: 6A, 8B and 84. RGB value is (106,139,132). Sum of RGB (Red+Green+Blue) = 106+139+132=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8B84 is #95747B. Grayscale: #808080. Windows color (decimal): -9794684 or 8686442. OLE color: 8686442.
HSL color Cylindrical-coordinate representation of color #6A8B84: hue angle of 167.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8B84 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 132 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.45 |
| HSL | 167.27º | 0.13% | 0.48% | - |
| HSV(B) | 167.27º | 0.24% | 0.55% | - |
| XYZ | 19.34 | 23.2 | 25.29 | - |
| YUV | 128.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 132 | 0.24 | 0 | 0.05 | 0.45 | 167.27 | 0.13 | 0.48 |
| Hex | 6A | 8B | 84 | 18 | 0 | 5 | 2D | A7 | D | 30 |
| Octal | 152 | 213 | 204 | 30 | 0 | 5 | 55 | 247 | 15 | 60 |
| Binary | 1101010 | 10001011 | 10000100 | 11000 | 0 | 101 | 101101 | 10100111 | 1101 | 110000 |
Color Harmonies of #6A8B84
Complementary color
Monochromatic Colors of #6A8B84
Black with #6A8B84
Text Example
Text Example
White with #6A8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B84; }
p { color: rgb(106,139,132); }
H1.HeaderClassName
{
color: #6A8B84;
}
.AnyTagClassName
{
color: #6A8B84;
}
</style>
background-color css
<style>
a { background-color: #6A8B84; }
a { background-color: rgb(106,139,132); }
div.DivClassName
{
background-color: #6A8B84;
}
.BgClassName
{
background-color: #6A8B84;
}
</style>
border-color css
<style>
span { border-color: #6A8B84; }
span { border-color: rgb(106,139,132); }
td.TdClassName
{
border-color: #6A8B84;
}
.TagClassName
{
border-color: #6A8B84;
}
</style>