#639F87

Color #639F87 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #639F87

Tints of Patina #639F87

Color information

#639F87 (or 0x639F87) is unknown color: approx Patina. HEX triplet: 63, 9F and 87. RGB value is (99,159,135). Sum of RGB (Red+Green+Blue) = 99+159+135=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #639F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F87 is #9C6078. Grayscale: #8A8A8A. Windows color (decimal): -10248313 or 8888163. OLE color: 8888163.

HSL color Cylindrical-coordinate representation of color #639F87: hue angle of 156º 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 #639F87 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB99159135-
CMYK0.3800.150.38
HSL156º23.81%50.59%-
HSV(B)156º37.74%62.35%-
XYZ21.9229.227.4-
YUV138.32126.1299.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=25.19%
G=40.46%
B=34.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591350.3800.150.3815623.8150.59
Hex639F87260F269c1833
Octal14323720746017462343063
Binary11000111001111110000111100110011111001101001110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F87; }

 p { color: rgb(99,159,135); }

 H1.HeaderClassName
 {
   color: #639F87;
 }
 .AnyTagClassName
 {
   color: #639F87;
 }
</style>
background-color css

<style>
 a { background-color: #639F87; }

 a { background-color: rgb(99,159,135); }

 div.DivClassName
 {
   background-color: #639F87;
 }
 .BgClassName
 {
   background-color: #639F87;
 }
</style>
border-color css

<style>
 span { border-color: #639F87; }

 span { border-color: rgb(99,159,135); }

 td.TdClassName
 {
   border-color: #639F87;
 }
 .TagClassName
 {
   border-color: #639F87;
 }
</style>