Shades of Gumbo #638B89
Tints of Gumbo #638B89
RGB
CMYK
RGB Variations
Color information
#638B89 (or 0x638B89) is known color: Gumbo. HEX triplet: 63, 8B and 89. RGB value is (99,139,137). Sum of RGB (Red+Green+Blue) = 99+139+137=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #638B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B89 is #9C7476. Grayscale: #7E7E7E. Windows color (decimal): -10253431 or 9014115. OLE color: 9014115.
HSL color Cylindrical-coordinate representation of color #638B89: hue angle of 177º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B89 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 137 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.45 |
| HSL | 177º | 0.17% | 0.47% | - |
| HSV(B) | 177º | 0.29% | 0.55% | - |
| XYZ | 18.89 | 22.92 | 27.1 | - |
| YUV | 126.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 137 | 0.29 | 0 | 0.01 | 0.45 | 177 | 0.17 | 0.47 |
| Hex | 63 | 8B | 89 | 1D | 0 | 1 | 2D | B1 | 11 | 2F |
| Octal | 143 | 213 | 211 | 35 | 0 | 1 | 55 | 261 | 21 | 57 |
| Binary | 1100011 | 10001011 | 10001001 | 11101 | 0 | 1 | 101101 | 10110001 | 10001 | 101111 |
Color Harmonies of #638B89
Complementary color
Monochromatic Colors of #638B89
Black with #638B89
Text Example
Text Example
White with #638B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B89; }
p { color: rgb(99,139,137); }
H1.HeaderClassName
{
color: #638B89;
}
.AnyTagClassName
{
color: #638B89;
}
</style>
background-color css
<style>
a { background-color: #638B89; }
a { background-color: rgb(99,139,137); }
div.DivClassName
{
background-color: #638B89;
}
.BgClassName
{
background-color: #638B89;
}
</style>
border-color css
<style>
span { border-color: #638B89; }
span { border-color: rgb(99,139,137); }
td.TdClassName
{
border-color: #638B89;
}
.TagClassName
{
border-color: #638B89;
}
</style>