Shades of Gumbo #638F88
Tints of Gumbo #638F88
RGB
CMYK
RGB Variations
Color information
#638F88 (or 0x638F88) is known color: Gumbo. HEX triplet: 63, 8F and 88. RGB value is (99,143,136). Sum of RGB (Red+Green+Blue) = 99+143+136=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #638F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F88 is #9C7077. Grayscale: #818181. Windows color (decimal): -10252408 or 8949603. OLE color: 8949603.
HSL color Cylindrical-coordinate representation of color #638F88: hue angle of 170.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F88 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 143 | 136 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.44 |
| HSL | 170.45º | 0.18% | 0.47% | - |
| HSV(B) | 170.45º | 0.31% | 0.56% | - |
| XYZ | 19.41 | 24.08 | 26.92 | - |
| YUV | 129.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 136 | 0.31 | 0 | 0.05 | 0.44 | 170.45 | 0.18 | 0.47 |
| Hex | 63 | 8F | 88 | 1F | 0 | 5 | 2C | AA | 12 | 2F |
| Octal | 143 | 217 | 210 | 37 | 0 | 5 | 54 | 252 | 22 | 57 |
| Binary | 1100011 | 10001111 | 10001000 | 11111 | 0 | 101 | 101100 | 10101010 | 10010 | 101111 |
Color Harmonies of #638F88
Complementary color
Monochromatic Colors of #638F88
Black with #638F88
Text Example
Text Example
White with #638F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F88; }
p { color: rgb(99,143,136); }
H1.HeaderClassName
{
color: #638F88;
}
.AnyTagClassName
{
color: #638F88;
}
</style>
background-color css
<style>
a { background-color: #638F88; }
a { background-color: rgb(99,143,136); }
div.DivClassName
{
background-color: #638F88;
}
.BgClassName
{
background-color: #638F88;
}
</style>
border-color css
<style>
span { border-color: #638F88; }
span { border-color: rgb(99,143,136); }
td.TdClassName
{
border-color: #638F88;
}
.TagClassName
{
border-color: #638F88;
}
</style>