Shades of Patina #639D8D
Tints of Patina #639D8D
RGB
CMYK
RGB Variations
Color information
#639D8D (or 0x639D8D) is known color: Patina. HEX triplet: 63, 9D and 8D. RGB value is (99,157,141). Sum of RGB (Red+Green+Blue) = 99+157+141=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #639D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D8D is #9C6272. Grayscale: #898989. Windows color (decimal): -10248819 or 9280867. OLE color: 9280867.
HSL color Cylindrical-coordinate representation of color #639D8D: hue angle of 163.45º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D8D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 141 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.38 |
| HSL | 163.45º | 0.23% | 0.5% | - |
| HSV(B) | 163.45º | 0.37% | 0.62% | - |
| XYZ | 22.01 | 28.69 | 29.58 | - |
| YUV | 137.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 141 | 0.37 | 0 | 0.10 | 0.38 | 163.45 | 0.23 | 0.5 |
| Hex | 63 | 9D | 8D | 25 | 0 | A | 26 | A3 | 17 | 32 |
| Octal | 143 | 235 | 215 | 45 | 0 | 12 | 46 | 243 | 27 | 62 |
| Binary | 1100011 | 10011101 | 10001101 | 100101 | 0 | 1010 | 100110 | 10100011 | 10111 | 110010 |
Color Harmonies of #639D8D
Complementary color
Monochromatic Colors of #639D8D
Black with #639D8D
Text Example
Text Example
White with #639D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D8D; }
p { color: rgb(99,157,141); }
H1.HeaderClassName
{
color: #639D8D;
}
.AnyTagClassName
{
color: #639D8D;
}
</style>
background-color css
<style>
a { background-color: #639D8D; }
a { background-color: rgb(99,157,141); }
div.DivClassName
{
background-color: #639D8D;
}
.BgClassName
{
background-color: #639D8D;
}
</style>
border-color css
<style>
span { border-color: #639D8D; }
span { border-color: rgb(99,157,141); }
td.TdClassName
{
border-color: #639D8D;
}
.TagClassName
{
border-color: #639D8D;
}
</style>