Shades of Gumbo #6A8E87
Tints of Gumbo #6A8E87
RGB
CMYK
RGB Variations
Color information
#6A8E87 (or 0x6A8E87) is known color: Gumbo. HEX triplet: 6A, 8E and 87. RGB value is (106,142,135). Sum of RGB (Red+Green+Blue) = 106+142+135=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8E87 is #957178. Grayscale: #828282. Windows color (decimal): -9793913 or 8883818. OLE color: 8883818.
HSL color Cylindrical-coordinate representation of color #6A8E87: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8E87 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 135 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.44 |
| HSL | 168.33º | 0.15% | 0.49% | - |
| HSV(B) | 168.33º | 0.25% | 0.56% | - |
| XYZ | 19.99 | 24.16 | 26.53 | - |
| YUV | 130.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 135 | 0.25 | 0 | 0.05 | 0.44 | 168.33 | 0.15 | 0.49 |
| Hex | 6A | 8E | 87 | 19 | 0 | 5 | 2C | A8 | F | 31 |
| Octal | 152 | 216 | 207 | 31 | 0 | 5 | 54 | 250 | 17 | 61 |
| Binary | 1101010 | 10001110 | 10000111 | 11001 | 0 | 101 | 101100 | 10101000 | 1111 | 110001 |
Color Harmonies of #6A8E87
Complementary color
Monochromatic Colors of #6A8E87
Black with #6A8E87
Text Example
Text Example
White with #6A8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E87; }
p { color: rgb(106,142,135); }
H1.HeaderClassName
{
color: #6A8E87;
}
.AnyTagClassName
{
color: #6A8E87;
}
</style>
background-color css
<style>
a { background-color: #6A8E87; }
a { background-color: rgb(106,142,135); }
div.DivClassName
{
background-color: #6A8E87;
}
.BgClassName
{
background-color: #6A8E87;
}
</style>
border-color css
<style>
span { border-color: #6A8E87; }
span { border-color: rgb(106,142,135); }
td.TdClassName
{
border-color: #6A8E87;
}
.TagClassName
{
border-color: #6A8E87;
}
</style>