#639C8D

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

Shades of Patina #639C8D

Tints of Patina #639C8D

Color information

#639C8D (or 0x639C8D) is unknown color: approx Patina. HEX triplet: 63, 9C and 8D. RGB value is (99,156,141). Sum of RGB (Red+Green+Blue) = 99+156+141=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #639C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C8D is #9C6372. Grayscale: #898989. Windows color (decimal): -10249075 or 9280611. OLE color: 9280611.

HSL color Cylindrical-coordinate representation of color #639C8D: hue angle of 164.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C8D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB99156141-
CMYK0.3700.100.39
HSL164.21º22.35%50%-
HSV(B)164.21º36.54%61.18%-
XYZ21.8428.3529.52-
YUV137.25130.12100.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=25%
G=39.39%
B=35.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561410.3700.100.39164.2122.3550
Hex639C8D250A27a41632
Octal14323421545012472442662
Binary11000111001110010001101100101010101001111010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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