#639F8D

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

Shades of Patina #639F8D

Tints of Patina #639F8D

Color information

#639F8D (or 0x639F8D) is unknown color: approx Patina. HEX triplet: 63, 9F and 8D. RGB value is (99,159,141). Sum of RGB (Red+Green+Blue) = 99+159+141=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #639F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F8D is #9C6072. Grayscale: #8B8B8B. Windows color (decimal): -10248307 or 9281379. OLE color: 9281379.

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

Color convert

RGB99159141-
CMYK0.3800.110.38
HSL162º23.81%50.59%-
HSV(B)162º37.74%62.35%-
XYZ22.3529.3729.69-
YUV139.01129.1299.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=24.81%
G=39.85%
B=35.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591410.3800.110.3816223.8150.59
Hex639F8D260B26a21833
Octal14323721546013462423063
Binary11000111001111110001101100110010111001101010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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