#639E8D

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

Shades of Patina #639E8D

Tints of Patina #639E8D

Color information

#639E8D (or 0x639E8D) is unknown color: approx Patina. HEX triplet: 63, 9E and 8D. RGB value is (99,158,141). Sum of RGB (Red+Green+Blue) = 99+158+141=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #639E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E8D is #9C6172. Grayscale: #8A8A8A. Windows color (decimal): -10248563 or 9281123. OLE color: 9281123.

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

Color convert

RGB99158141-
CMYK0.3700.110.38
HSL162.71º23.32%50.39%-
HSV(B)162.71º37.34%61.96%-
XYZ22.1829.0329.63-
YUV138.42129.4599.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=24.87%
G=39.70%
B=35.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581410.3700.110.38162.7123.3250.39
Hex639E8D250B26a31732
Octal14323621545013462432762
Binary11000111001111010001101100101010111001101010001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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