Shades of Gumbo #629C92
Tints of Gumbo #629C92
RGB
CMYK
RGB Variations
Color information
#629C92 (or 0x629C92) is known color: Gumbo. HEX triplet: 62, 9C and 92. RGB value is (98,156,146). Sum of RGB (Red+Green+Blue) = 98+156+146=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #629C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C92 is #9D636D. Grayscale: #898989. Windows color (decimal): -10314606 or 9608290. OLE color: 9608290.
HSL color Cylindrical-coordinate representation of color #629C92: hue angle of 169.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C92 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 146 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.39 |
| HSL | 169.66º | 0.23% | 0.5% | - |
| HSV(B) | 169.66º | 0.37% | 0.61% | - |
| XYZ | 22.11 | 28.45 | 31.52 | - |
| YUV | 137.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 146 | 0.37 | 0 | 0.06 | 0.39 | 169.66 | 0.23 | 0.5 |
| Hex | 62 | 9C | 92 | 25 | 0 | 6 | 27 | AA | 17 | 32 |
| Octal | 142 | 234 | 222 | 45 | 0 | 6 | 47 | 252 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10010010 | 100101 | 0 | 110 | 100111 | 10101010 | 10111 | 110010 |
Color Harmonies of #629C92
Complementary color
Monochromatic Colors of #629C92
Black with #629C92
Text Example
Text Example
White with #629C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C92; }
p { color: rgb(98,156,146); }
H1.HeaderClassName
{
color: #629C92;
}
.AnyTagClassName
{
color: #629C92;
}
</style>
background-color css
<style>
a { background-color: #629C92; }
a { background-color: rgb(98,156,146); }
div.DivClassName
{
background-color: #629C92;
}
.BgClassName
{
background-color: #629C92;
}
</style>
border-color css
<style>
span { border-color: #629C92; }
span { border-color: rgb(98,156,146); }
td.TdClassName
{
border-color: #629C92;
}
.TagClassName
{
border-color: #629C92;
}
</style>