Shades of Gumbo #638C87
Tints of Gumbo #638C87
RGB
CMYK
RGB Variations
Color information
#638C87 (or 0x638C87) is known color: Gumbo. HEX triplet: 63, 8C and 87. RGB value is (99,140,135). Sum of RGB (Red+Green+Blue) = 99+140+135=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #638C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C87 is #9C7378. Grayscale: #7F7F7F. Windows color (decimal): -10253177 or 8883299. OLE color: 8883299.
HSL color Cylindrical-coordinate representation of color #638C87: hue angle of 172.68º 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 #638C87 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 140 | 135 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.45 |
| HSL | 172.68º | 0.17% | 0.47% | - |
| HSV(B) | 172.68º | 0.29% | 0.55% | - |
| XYZ | 18.9 | 23.16 | 26.4 | - |
| YUV | 127.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 135 | 0.29 | 0 | 0.04 | 0.45 | 172.68 | 0.17 | 0.47 |
| Hex | 63 | 8C | 87 | 1D | 0 | 4 | 2D | AD | 11 | 2F |
| Octal | 143 | 214 | 207 | 35 | 0 | 4 | 55 | 255 | 21 | 57 |
| Binary | 1100011 | 10001100 | 10000111 | 11101 | 0 | 100 | 101101 | 10101101 | 10001 | 101111 |
Color Harmonies of #638C87
Complementary color
Monochromatic Colors of #638C87
Black with #638C87
Text Example
Text Example
White with #638C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638C87; }
p { color: rgb(99,140,135); }
H1.HeaderClassName
{
color: #638C87;
}
.AnyTagClassName
{
color: #638C87;
}
</style>
background-color css
<style>
a { background-color: #638C87; }
a { background-color: rgb(99,140,135); }
div.DivClassName
{
background-color: #638C87;
}
.BgClassName
{
background-color: #638C87;
}
</style>
border-color css
<style>
span { border-color: #638C87; }
span { border-color: rgb(99,140,135); }
td.TdClassName
{
border-color: #638C87;
}
.TagClassName
{
border-color: #638C87;
}
</style>