Shades of Gumbo #6A8E88
Tints of Gumbo #6A8E88
RGB
CMYK
RGB Variations
Color information
#6A8E88 (or 0x6A8E88) is known color: Gumbo. HEX triplet: 6A, 8E and 88. RGB value is (106,142,136). Sum of RGB (Red+Green+Blue) = 106+142+136=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8E88 is #957177. Grayscale: #828282. Windows color (decimal): -9793912 or 8949354. OLE color: 8949354.
HSL color Cylindrical-coordinate representation of color #6A8E88: hue angle of 170º 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 #6A8E88 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 136 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.44 |
| HSL | 170º | 0.15% | 0.49% | - |
| HSV(B) | 170º | 0.25% | 0.56% | - |
| XYZ | 20.06 | 24.19 | 26.9 | - |
| YUV | 130.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 136 | 0.25 | 0 | 0.04 | 0.44 | 170 | 0.15 | 0.49 |
| Hex | 6A | 8E | 88 | 19 | 0 | 4 | 2C | AA | F | 31 |
| Octal | 152 | 216 | 210 | 31 | 0 | 4 | 54 | 252 | 17 | 61 |
| Binary | 1101010 | 10001110 | 10001000 | 11001 | 0 | 100 | 101100 | 10101010 | 1111 | 110001 |
Color Harmonies of #6A8E88
Complementary color
Monochromatic Colors of #6A8E88
Black with #6A8E88
Text Example
Text Example
White with #6A8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E88; }
p { color: rgb(106,142,136); }
H1.HeaderClassName
{
color: #6A8E88;
}
.AnyTagClassName
{
color: #6A8E88;
}
</style>
background-color css
<style>
a { background-color: #6A8E88; }
a { background-color: rgb(106,142,136); }
div.DivClassName
{
background-color: #6A8E88;
}
.BgClassName
{
background-color: #6A8E88;
}
</style>
border-color css
<style>
span { border-color: #6A8E88; }
span { border-color: rgb(106,142,136); }
td.TdClassName
{
border-color: #6A8E88;
}
.TagClassName
{
border-color: #6A8E88;
}
</style>