Shades of Gumbo #629490
Tints of Gumbo #629490
RGB
CMYK
RGB Variations
Color information
#629490 (or 0x629490) is known color: Gumbo. HEX triplet: 62, 94 and 90. RGB value is (98,148,144). Sum of RGB (Red+Green+Blue) = 98+148+144=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #629490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629490 is #9D6B6F. Grayscale: #848484. Windows color (decimal): -10316656 or 9475170. OLE color: 9475170.
HSL color Cylindrical-coordinate representation of color #629490: hue angle of 175.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #629490 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 144 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.42 |
| HSL | 175.2º | 0.2% | 0.48% | - |
| HSV(B) | 175.2º | 0.34% | 0.58% | - |
| XYZ | 20.66 | 25.79 | 30.27 | - |
| YUV | 132.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 144 | 0.34 | 0 | 0.03 | 0.42 | 175.2 | 0.2 | 0.48 |
| Hex | 62 | 94 | 90 | 22 | 0 | 3 | 2A | AF | 14 | 30 |
| Octal | 142 | 224 | 220 | 42 | 0 | 3 | 52 | 257 | 24 | 60 |
| Binary | 1100010 | 10010100 | 10010000 | 100010 | 0 | 11 | 101010 | 10101111 | 10100 | 110000 |
Color Harmonies of #629490
Complementary color
Monochromatic Colors of #629490
Black with #629490
Text Example
Text Example
White with #629490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629490; }
p { color: rgb(98,148,144); }
H1.HeaderClassName
{
color: #629490;
}
.AnyTagClassName
{
color: #629490;
}
</style>
background-color css
<style>
a { background-color: #629490; }
a { background-color: rgb(98,148,144); }
div.DivClassName
{
background-color: #629490;
}
.BgClassName
{
background-color: #629490;
}
</style>
border-color css
<style>
span { border-color: #629490; }
span { border-color: rgb(98,148,144); }
td.TdClassName
{
border-color: #629490;
}
.TagClassName
{
border-color: #629490;
}
</style>