Shades of Gumbo #638A88
Tints of Gumbo #638A88
RGB
CMYK
RGB Variations
Color information
#638A88 (or 0x638A88) is known color: Gumbo. HEX triplet: 63, 8A and 88. RGB value is (99,138,136). Sum of RGB (Red+Green+Blue) = 99+138+136=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #638A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A88 is #9C7577. Grayscale: #7E7E7E. Windows color (decimal): -10253688 or 8948323. OLE color: 8948323.
HSL color Cylindrical-coordinate representation of color #638A88: hue angle of 176.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A88 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 138 | 136 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.46 |
| HSL | 176.92º | 0.16% | 0.46% | - |
| HSV(B) | 176.92º | 0.28% | 0.54% | - |
| XYZ | 18.68 | 22.61 | 26.67 | - |
| YUV | 126.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 136 | 0.28 | 0 | 0.01 | 0.46 | 176.92 | 0.16 | 0.46 |
| Hex | 63 | 8A | 88 | 1C | 0 | 1 | 2E | B1 | 10 | 2E |
| Octal | 143 | 212 | 210 | 34 | 0 | 1 | 56 | 261 | 20 | 56 |
| Binary | 1100011 | 10001010 | 10001000 | 11100 | 0 | 1 | 101110 | 10110001 | 10000 | 101110 |
Color Harmonies of #638A88
Complementary color
Monochromatic Colors of #638A88
Black with #638A88
Text Example
Text Example
White with #638A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A88; }
p { color: rgb(99,138,136); }
H1.HeaderClassName
{
color: #638A88;
}
.AnyTagClassName
{
color: #638A88;
}
</style>
background-color css
<style>
a { background-color: #638A88; }
a { background-color: rgb(99,138,136); }
div.DivClassName
{
background-color: #638A88;
}
.BgClassName
{
background-color: #638A88;
}
</style>
border-color css
<style>
span { border-color: #638A88; }
span { border-color: rgb(99,138,136); }
td.TdClassName
{
border-color: #638A88;
}
.TagClassName
{
border-color: #638A88;
}
</style>