Shades of Gumbo #6AA094
Tints of Gumbo #6AA094
RGB
CMYK
RGB Variations
Color information
#6AA094 (or 0x6AA094) is known color: Gumbo. HEX triplet: 6A, A0 and 94. RGB value is (106,160,148). Sum of RGB (Red+Green+Blue) = 106+160+148=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA094 is #955F6B. Grayscale: #8E8E8E. Windows color (decimal): -9789292 or 9740394. OLE color: 9740394.
HSL color Cylindrical-coordinate representation of color #6AA094: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA094 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 148 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.37 |
| HSL | 166.67º | 0.22% | 0.52% | - |
| HSV(B) | 166.67º | 0.34% | 0.63% | - |
| XYZ | 23.86 | 30.34 | 32.62 | - |
| YUV | 142.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 148 | 0.34 | 0 | 0.07 | 0.37 | 166.67 | 0.22 | 0.52 |
| Hex | 6A | A0 | 94 | 22 | 0 | 7 | 25 | A7 | 16 | 34 |
| Octal | 152 | 240 | 224 | 42 | 0 | 7 | 45 | 247 | 26 | 64 |
| Binary | 1101010 | 10100000 | 10010100 | 100010 | 0 | 111 | 100101 | 10100111 | 10110 | 110100 |
Color Harmonies of #6AA094
Complementary color
Monochromatic Colors of #6AA094
Black with #6AA094
Text Example
Text Example
White with #6AA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA094; }
p { color: rgb(106,160,148); }
H1.HeaderClassName
{
color: #6AA094;
}
.AnyTagClassName
{
color: #6AA094;
}
</style>
background-color css
<style>
a { background-color: #6AA094; }
a { background-color: rgb(106,160,148); }
div.DivClassName
{
background-color: #6AA094;
}
.BgClassName
{
background-color: #6AA094;
}
</style>
border-color css
<style>
span { border-color: #6AA094; }
span { border-color: rgb(106,160,148); }
td.TdClassName
{
border-color: #6AA094;
}
.TagClassName
{
border-color: #6AA094;
}
</style>