Shades of Gumbo #629992
Tints of Gumbo #629992
RGB
CMYK
RGB Variations
Color information
#629992 (or 0x629992) is known color: Gumbo. HEX triplet: 62, 99 and 92. RGB value is (98,153,146). Sum of RGB (Red+Green+Blue) = 98+153+146=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #629992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629992 is #9D666D. Grayscale: #878787. Windows color (decimal): -10315374 or 9607522. OLE color: 9607522.
HSL color Cylindrical-coordinate representation of color #629992: hue angle of 172.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629992 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 146 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.4 |
| HSL | 172.36º | 0.22% | 0.49% | - |
| HSV(B) | 172.36º | 0.36% | 0.6% | - |
| XYZ | 21.62 | 27.45 | 31.35 | - |
| YUV | 135.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 146 | 0.36 | 0 | 0.05 | 0.4 | 172.36 | 0.22 | 0.49 |
| Hex | 62 | 99 | 92 | 24 | 0 | 5 | 28 | AC | 16 | 31 |
| Octal | 142 | 231 | 222 | 44 | 0 | 5 | 50 | 254 | 26 | 61 |
| Binary | 1100010 | 10011001 | 10010010 | 100100 | 0 | 101 | 101000 | 10101100 | 10110 | 110001 |
Color Harmonies of #629992
Complementary color
Monochromatic Colors of #629992
Black with #629992
Text Example
Text Example
White with #629992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629992; }
p { color: rgb(98,153,146); }
H1.HeaderClassName
{
color: #629992;
}
.AnyTagClassName
{
color: #629992;
}
</style>
background-color css
<style>
a { background-color: #629992; }
a { background-color: rgb(98,153,146); }
div.DivClassName
{
background-color: #629992;
}
.BgClassName
{
background-color: #629992;
}
</style>
border-color css
<style>
span { border-color: #629992; }
span { border-color: rgb(98,153,146); }
td.TdClassName
{
border-color: #629992;
}
.TagClassName
{
border-color: #629992;
}
</style>