Shades of Gumbo #6A8E8A
Tints of Gumbo #6A8E8A
RGB
CMYK
RGB Variations
Color information
#6A8E8A (or 0x6A8E8A) is known color: Gumbo. HEX triplet: 6A, 8E and 8A. RGB value is (106,142,138). Sum of RGB (Red+Green+Blue) = 106+142+138=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8E8A is #957175. Grayscale: #828282. Windows color (decimal): -9793910 or 9080426. OLE color: 9080426.
HSL color Cylindrical-coordinate representation of color #6A8E8A: hue angle of 173.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 #6A8E8A is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 138 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.44 |
| HSL | 173.33º | 0.15% | 0.49% | - |
| HSV(B) | 173.33º | 0.25% | 0.56% | - |
| XYZ | 20.2 | 24.25 | 27.66 | - |
| YUV | 130.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 138 | 0.25 | 0 | 0.03 | 0.44 | 173.33 | 0.15 | 0.49 |
| Hex | 6A | 8E | 8A | 19 | 0 | 3 | 2C | AD | F | 31 |
| Octal | 152 | 216 | 212 | 31 | 0 | 3 | 54 | 255 | 17 | 61 |
| Binary | 1101010 | 10001110 | 10001010 | 11001 | 0 | 11 | 101100 | 10101101 | 1111 | 110001 |
Color Harmonies of #6A8E8A
Complementary color
Monochromatic Colors of #6A8E8A
Black with #6A8E8A
Text Example
Text Example
White with #6A8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E8A; }
p { color: rgb(106,142,138); }
H1.HeaderClassName
{
color: #6A8E8A;
}
.AnyTagClassName
{
color: #6A8E8A;
}
</style>
background-color css
<style>
a { background-color: #6A8E8A; }
a { background-color: rgb(106,142,138); }
div.DivClassName
{
background-color: #6A8E8A;
}
.BgClassName
{
background-color: #6A8E8A;
}
</style>
border-color css
<style>
span { border-color: #6A8E8A; }
span { border-color: rgb(106,142,138); }
td.TdClassName
{
border-color: #6A8E8A;
}
.TagClassName
{
border-color: #6A8E8A;
}
</style>