Shades of Patina #639F8A
Tints of Patina #639F8A
RGB
CMYK
RGB Variations
Color information
#639F8A (or 0x639F8A) is known color: Patina. HEX triplet: 63, 9F and 8A. RGB value is (99,159,138). Sum of RGB (Red+Green+Blue) = 99+159+138=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #639F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F8A is #9C6075. Grayscale: #8A8A8A. Windows color (decimal): -10248310 or 9084771. OLE color: 9084771.
HSL color Cylindrical-coordinate representation of color #639F8A: hue angle of 159º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F8A is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 138 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.38 |
| HSL | 159º | 0.24% | 0.51% | - |
| HSV(B) | 159º | 0.38% | 0.62% | - |
| XYZ | 22.13 | 29.28 | 28.53 | - |
| YUV | 138.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 138 | 0.38 | 0 | 0.13 | 0.38 | 159 | 0.24 | 0.51 |
| Hex | 63 | 9F | 8A | 26 | 0 | D | 26 | 9F | 18 | 33 |
| Octal | 143 | 237 | 212 | 46 | 0 | 15 | 46 | 237 | 30 | 63 |
| Binary | 1100011 | 10011111 | 10001010 | 100110 | 0 | 1101 | 100110 | 10011111 | 11000 | 110011 |
Color Harmonies of #639F8A
Complementary color
Monochromatic Colors of #639F8A
Black with #639F8A
Text Example
Text Example
White with #639F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F8A; }
p { color: rgb(99,159,138); }
H1.HeaderClassName
{
color: #639F8A;
}
.AnyTagClassName
{
color: #639F8A;
}
</style>
background-color css
<style>
a { background-color: #639F8A; }
a { background-color: rgb(99,159,138); }
div.DivClassName
{
background-color: #639F8A;
}
.BgClassName
{
background-color: #639F8A;
}
</style>
border-color css
<style>
span { border-color: #639F8A; }
span { border-color: rgb(99,159,138); }
td.TdClassName
{
border-color: #639F8A;
}
.TagClassName
{
border-color: #639F8A;
}
</style>