Shades of Gumbo #638F8C
Tints of Gumbo #638F8C
RGB
CMYK
RGB Variations
Color information
#638F8C (or 0x638F8C) is known color: Gumbo. HEX triplet: 63, 8F and 8C. RGB value is (99,143,140). Sum of RGB (Red+Green+Blue) = 99+143+140=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #638F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F8C is #9C7073. Grayscale: #818181. Windows color (decimal): -10252404 or 9211747. OLE color: 9211747.
HSL color Cylindrical-coordinate representation of color #638F8C: hue angle of 175.91º 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 #638F8C is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 143 | 140 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.44 |
| HSL | 175.91º | 0.18% | 0.47% | - |
| HSV(B) | 175.91º | 0.31% | 0.56% | - |
| XYZ | 19.7 | 24.19 | 28.44 | - |
| YUV | 129.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 140 | 0.31 | 0 | 0.02 | 0.44 | 175.91 | 0.18 | 0.47 |
| Hex | 63 | 8F | 8C | 1F | 0 | 2 | 2C | B0 | 12 | 2F |
| Octal | 143 | 217 | 214 | 37 | 0 | 2 | 54 | 260 | 22 | 57 |
| Binary | 1100011 | 10001111 | 10001100 | 11111 | 0 | 10 | 101100 | 10110000 | 10010 | 101111 |
Color Harmonies of #638F8C
Complementary color
Monochromatic Colors of #638F8C
Black with #638F8C
Text Example
Text Example
White with #638F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F8C; }
p { color: rgb(99,143,140); }
H1.HeaderClassName
{
color: #638F8C;
}
.AnyTagClassName
{
color: #638F8C;
}
</style>
background-color css
<style>
a { background-color: #638F8C; }
a { background-color: rgb(99,143,140); }
div.DivClassName
{
background-color: #638F8C;
}
.BgClassName
{
background-color: #638F8C;
}
</style>
border-color css
<style>
span { border-color: #638F8C; }
span { border-color: rgb(99,143,140); }
td.TdClassName
{
border-color: #638F8C;
}
.TagClassName
{
border-color: #638F8C;
}
</style>