Shades of Gumbo #6A8885
Tints of Gumbo #6A8885
RGB
CMYK
RGB Variations
Color information
#6A8885 (or 0x6A8885) is known color: Gumbo. HEX triplet: 6A, 88 and 85. RGB value is (106,136,133). Sum of RGB (Red+Green+Blue) = 106+136+133=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8885 is #95777A. Grayscale: #7E7E7E. Windows color (decimal): -9795451 or 8751210. OLE color: 8751210.
HSL color Cylindrical-coordinate representation of color #6A8885: hue angle of 174º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8885 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 133 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.47 |
| HSL | 174º | 0.12% | 0.47% | - |
| HSV(B) | 174º | 0.22% | 0.53% | - |
| XYZ | 18.98 | 22.37 | 25.51 | - |
| YUV | 126.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 133 | 0.22 | 0 | 0.02 | 0.47 | 174 | 0.12 | 0.47 |
| Hex | 6A | 88 | 85 | 16 | 0 | 2 | 2F | AE | C | 2F |
| Octal | 152 | 210 | 205 | 26 | 0 | 2 | 57 | 256 | 14 | 57 |
| Binary | 1101010 | 10001000 | 10000101 | 10110 | 0 | 10 | 101111 | 10101110 | 1100 | 101111 |
Color Harmonies of #6A8885
Complementary color
Monochromatic Colors of #6A8885
Black with #6A8885
Text Example
Text Example
White with #6A8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8885; }
p { color: rgb(106,136,133); }
H1.HeaderClassName
{
color: #6A8885;
}
.AnyTagClassName
{
color: #6A8885;
}
</style>
background-color css
<style>
a { background-color: #6A8885; }
a { background-color: rgb(106,136,133); }
div.DivClassName
{
background-color: #6A8885;
}
.BgClassName
{
background-color: #6A8885;
}
</style>
border-color css
<style>
span { border-color: #6A8885; }
span { border-color: rgb(106,136,133); }
td.TdClassName
{
border-color: #6A8885;
}
.TagClassName
{
border-color: #6A8885;
}
</style>