Shades of Gumbo #6A8984
Tints of Gumbo #6A8984
RGB
CMYK
RGB Variations
Color information
#6A8984 (or 0x6A8984) is known color: Gumbo. HEX triplet: 6A, 89 and 84. RGB value is (106,137,132). Sum of RGB (Red+Green+Blue) = 106+137+132=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8984 is #95767B. Grayscale: #7F7F7F. Windows color (decimal): -9795196 or 8685930. OLE color: 8685930.
HSL color Cylindrical-coordinate representation of color #6A8984: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8984 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 132 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.46 |
| HSL | 170.32º | 0.13% | 0.48% | - |
| HSV(B) | 170.32º | 0.23% | 0.54% | - |
| XYZ | 19.05 | 22.62 | 25.19 | - |
| YUV | 127.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 132 | 0.23 | 0 | 0.04 | 0.46 | 170.32 | 0.13 | 0.48 |
| Hex | 6A | 89 | 84 | 17 | 0 | 4 | 2E | AA | D | 30 |
| Octal | 152 | 211 | 204 | 27 | 0 | 4 | 56 | 252 | 15 | 60 |
| Binary | 1101010 | 10001001 | 10000100 | 10111 | 0 | 100 | 101110 | 10101010 | 1101 | 110000 |
Color Harmonies of #6A8984
Complementary color
Monochromatic Colors of #6A8984
Black with #6A8984
Text Example
Text Example
White with #6A8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8984; }
p { color: rgb(106,137,132); }
H1.HeaderClassName
{
color: #6A8984;
}
.AnyTagClassName
{
color: #6A8984;
}
</style>
background-color css
<style>
a { background-color: #6A8984; }
a { background-color: rgb(106,137,132); }
div.DivClassName
{
background-color: #6A8984;
}
.BgClassName
{
background-color: #6A8984;
}
</style>
border-color css
<style>
span { border-color: #6A8984; }
span { border-color: rgb(106,137,132); }
td.TdClassName
{
border-color: #6A8984;
}
.TagClassName
{
border-color: #6A8984;
}
</style>