Shades of Gumbo #6A8B87
Tints of Gumbo #6A8B87
RGB
CMYK
RGB Variations
Color information
#6A8B87 (or 0x6A8B87) is known color: Gumbo. HEX triplet: 6A, 8B and 87. RGB value is (106,139,135). Sum of RGB (Red+Green+Blue) = 106+139+135=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8B87 is #957478. Grayscale: #808080. Windows color (decimal): -9794681 or 8883050. OLE color: 8883050.
HSL color Cylindrical-coordinate representation of color #6A8B87: hue angle of 172.73º 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 #6A8B87 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 139 | 135 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.45 |
| HSL | 172.73º | 0.13% | 0.48% | - |
| HSV(B) | 172.73º | 0.24% | 0.55% | - |
| XYZ | 19.55 | 23.28 | 26.38 | - |
| YUV | 128.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 135 | 0.24 | 0 | 0.03 | 0.45 | 172.73 | 0.13 | 0.48 |
| Hex | 6A | 8B | 87 | 18 | 0 | 3 | 2D | AD | D | 30 |
| Octal | 152 | 213 | 207 | 30 | 0 | 3 | 55 | 255 | 15 | 60 |
| Binary | 1101010 | 10001011 | 10000111 | 11000 | 0 | 11 | 101101 | 10101101 | 1101 | 110000 |
Color Harmonies of #6A8B87
Complementary color
Monochromatic Colors of #6A8B87
Black with #6A8B87
Text Example
Text Example
White with #6A8B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B87; }
p { color: rgb(106,139,135); }
H1.HeaderClassName
{
color: #6A8B87;
}
.AnyTagClassName
{
color: #6A8B87;
}
</style>
background-color css
<style>
a { background-color: #6A8B87; }
a { background-color: rgb(106,139,135); }
div.DivClassName
{
background-color: #6A8B87;
}
.BgClassName
{
background-color: #6A8B87;
}
</style>
border-color css
<style>
span { border-color: #6A8B87; }
span { border-color: rgb(106,139,135); }
td.TdClassName
{
border-color: #6A8B87;
}
.TagClassName
{
border-color: #6A8B87;
}
</style>