Shades of Gumbo #6A8682
Tints of Gumbo #6A8682
RGB
CMYK
RGB Variations
Color information
#6A8682 (or 0x6A8682) is known color: Gumbo. HEX triplet: 6A, 86 and 82. RGB value is (106,134,130). Sum of RGB (Red+Green+Blue) = 106+134+130=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8682 is #95797D. Grayscale: #7D7D7D. Windows color (decimal): -9795966 or 8554090. OLE color: 8554090.
HSL color Cylindrical-coordinate representation of color #6A8682: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8682 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 130 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.47 |
| HSL | 171.43º | 0.12% | 0.47% | - |
| HSV(B) | 171.43º | 0.21% | 0.53% | - |
| XYZ | 18.5 | 21.73 | 24.34 | - |
| YUV | 125.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 130 | 0.21 | 0 | 0.03 | 0.47 | 171.43 | 0.12 | 0.47 |
| Hex | 6A | 86 | 82 | 15 | 0 | 3 | 2F | AB | C | 2F |
| Octal | 152 | 206 | 202 | 25 | 0 | 3 | 57 | 253 | 14 | 57 |
| Binary | 1101010 | 10000110 | 10000010 | 10101 | 0 | 11 | 101111 | 10101011 | 1100 | 101111 |
Color Harmonies of #6A8682
Complementary color
Monochromatic Colors of #6A8682
Black with #6A8682
Text Example
Text Example
White with #6A8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8682; }
p { color: rgb(106,134,130); }
H1.HeaderClassName
{
color: #6A8682;
}
.AnyTagClassName
{
color: #6A8682;
}
</style>
background-color css
<style>
a { background-color: #6A8682; }
a { background-color: rgb(106,134,130); }
div.DivClassName
{
background-color: #6A8682;
}
.BgClassName
{
background-color: #6A8682;
}
</style>
border-color css
<style>
span { border-color: #6A8682; }
span { border-color: rgb(106,134,130); }
td.TdClassName
{
border-color: #6A8682;
}
.TagClassName
{
border-color: #6A8682;
}
</style>