Shades of Gumbo #6A9D92
Tints of Gumbo #6A9D92
RGB
CMYK
RGB Variations
Color information
#6A9D92 (or 0x6A9D92) is known color: Gumbo. HEX triplet: 6A, 9D and 92. RGB value is (106,157,146). Sum of RGB (Red+Green+Blue) = 106+157+146=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #6A9D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9D92 is #95626D. Grayscale: #8C8C8C. Windows color (decimal): -9790062 or 9608554. OLE color: 9608554.
HSL color Cylindrical-coordinate representation of color #6A9D92: hue angle of 167.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9D92 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 157 | 146 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.38 |
| HSL | 167.06º | 0.21% | 0.52% | - |
| HSV(B) | 167.06º | 0.32% | 0.62% | - |
| XYZ | 23.19 | 29.25 | 31.62 | - |
| YUV | 140.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 146 | 0.32 | 0 | 0.07 | 0.38 | 167.06 | 0.21 | 0.52 |
| Hex | 6A | 9D | 92 | 20 | 0 | 7 | 26 | A7 | 15 | 34 |
| Octal | 152 | 235 | 222 | 40 | 0 | 7 | 46 | 247 | 25 | 64 |
| Binary | 1101010 | 10011101 | 10010010 | 100000 | 0 | 111 | 100110 | 10100111 | 10101 | 110100 |
Color Harmonies of #6A9D92
Complementary color
Monochromatic Colors of #6A9D92
Black with #6A9D92
Text Example
Text Example
White with #6A9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9D92; }
p { color: rgb(106,157,146); }
H1.HeaderClassName
{
color: #6A9D92;
}
.AnyTagClassName
{
color: #6A9D92;
}
</style>
background-color css
<style>
a { background-color: #6A9D92; }
a { background-color: rgb(106,157,146); }
div.DivClassName
{
background-color: #6A9D92;
}
.BgClassName
{
background-color: #6A9D92;
}
</style>
border-color css
<style>
span { border-color: #6A9D92; }
span { border-color: rgb(106,157,146); }
td.TdClassName
{
border-color: #6A9D92;
}
.TagClassName
{
border-color: #6A9D92;
}
</style>