Shades of Gumbo #6A9E91
Tints of Gumbo #6A9E91
RGB
CMYK
RGB Variations
Color information
#6A9E91 (or 0x6A9E91) is known color: Gumbo. HEX triplet: 6A, 9E and 91. RGB value is (106,158,145). Sum of RGB (Red+Green+Blue) = 106+158+145=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9E91 is #95616E. Grayscale: #8C8C8C. Windows color (decimal): -9789807 or 9543274. OLE color: 9543274.
HSL color Cylindrical-coordinate representation of color #6A9E91: hue angle of 165º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9E91 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 158 | 145 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.38 |
| HSL | 165º | 0.21% | 0.52% | - |
| HSV(B) | 165º | 0.33% | 0.62% | - |
| XYZ | 23.28 | 29.56 | 31.27 | - |
| YUV | 140.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 158 | 145 | 0.33 | 0 | 0.08 | 0.38 | 165 | 0.21 | 0.52 |
| Hex | 6A | 9E | 91 | 21 | 0 | 8 | 26 | A5 | 15 | 34 |
| Octal | 152 | 236 | 221 | 41 | 0 | 10 | 46 | 245 | 25 | 64 |
| Binary | 1101010 | 10011110 | 10010001 | 100001 | 0 | 1000 | 100110 | 10100101 | 10101 | 110100 |
Color Harmonies of #6A9E91
Complementary color
Monochromatic Colors of #6A9E91
Black with #6A9E91
Text Example
Text Example
White with #6A9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9E91; }
p { color: rgb(106,158,145); }
H1.HeaderClassName
{
color: #6A9E91;
}
.AnyTagClassName
{
color: #6A9E91;
}
</style>
background-color css
<style>
a { background-color: #6A9E91; }
a { background-color: rgb(106,158,145); }
div.DivClassName
{
background-color: #6A9E91;
}
.BgClassName
{
background-color: #6A9E91;
}
</style>
border-color css
<style>
span { border-color: #6A9E91; }
span { border-color: rgb(106,158,145); }
td.TdClassName
{
border-color: #6A9E91;
}
.TagClassName
{
border-color: #6A9E91;
}
</style>