#639E87

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

Shades of Patina #639E87

Tints of Patina #639E87

Color information

#639E87 (or 0x639E87) is unknown color: approx Patina. HEX triplet: 63, 9E and 87. RGB value is (99,158,135). Sum of RGB (Red+Green+Blue) = 99+158+135=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #639E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E87 is #9C6178. Grayscale: #898989. Windows color (decimal): -10248569 or 8887907. OLE color: 8887907.

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

Color convert

RGB99158135-
CMYK0.3700.150.38
HSL156.61º23.32%50.39%-
HSV(B)156.61º37.34%61.96%-
XYZ21.7528.8627.35-
YUV137.74126.45100.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=25.26%
G=40.31%
B=34.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581350.3700.150.38156.6123.3250.39
Hex639E87250F269d1732
Octal14323620745017462352762
Binary11000111001111010000111100101011111001101001110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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