Shades of Patina #639E8A
Tints of Patina #639E8A
RGB
CMYK
RGB Variations
Color information
#639E8A (or 0x639E8A) is known color: Patina. HEX triplet: 63, 9E and 8A. RGB value is (99,158,138). Sum of RGB (Red+Green+Blue) = 99+158+138=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #639E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E8A is #9C6175. Grayscale: #8A8A8A. Windows color (decimal): -10248566 or 9084515. OLE color: 9084515.
HSL color Cylindrical-coordinate representation of color #639E8A: hue angle of 159.66º 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 #639E8A is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 158 | 138 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.38 |
| HSL | 159.66º | 0.23% | 0.5% | - |
| HSV(B) | 159.66º | 0.37% | 0.62% | - |
| XYZ | 21.96 | 28.94 | 28.47 | - |
| YUV | 138.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 158 | 138 | 0.37 | 0 | 0.13 | 0.38 | 159.66 | 0.23 | 0.5 |
| Hex | 63 | 9E | 8A | 25 | 0 | D | 26 | A0 | 17 | 32 |
| Octal | 143 | 236 | 212 | 45 | 0 | 15 | 46 | 240 | 27 | 62 |
| Binary | 1100011 | 10011110 | 10001010 | 100101 | 0 | 1101 | 100110 | 10100000 | 10111 | 110010 |
Color Harmonies of #639E8A
Complementary color
Monochromatic Colors of #639E8A
Black with #639E8A
Text Example
Text Example
White with #639E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639E8A; }
p { color: rgb(99,158,138); }
H1.HeaderClassName
{
color: #639E8A;
}
.AnyTagClassName
{
color: #639E8A;
}
</style>
background-color css
<style>
a { background-color: #639E8A; }
a { background-color: rgb(99,158,138); }
div.DivClassName
{
background-color: #639E8A;
}
.BgClassName
{
background-color: #639E8A;
}
</style>
border-color css
<style>
span { border-color: #639E8A; }
span { border-color: rgb(99,158,138); }
td.TdClassName
{
border-color: #639E8A;
}
.TagClassName
{
border-color: #639E8A;
}
</style>