#639A7D

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

Shades of Patina #639A7D

Tints of Patina #639A7D

Color information

#639A7D (or 0x639A7D) is unknown color: approx Patina. HEX triplet: 63, 9A and 7D. RGB value is (99,154,125). Sum of RGB (Red+Green+Blue) = 99+154+125=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #639A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A7D is #9C6582. Grayscale: #868686. Windows color (decimal): -10249603 or 8231523. OLE color: 8231523.

HSL color Cylindrical-coordinate representation of color #639A7D: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A7D is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB99154125-
CMYK0.3600.190.40
HSL148.36º21.74%49.61%-
HSV(B)148.36º35.71%60.39%-
XYZ20.427.2423.59-
YUV134.25122.78102.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=26.19%
G=40.74%
B=33.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991541250.3600.190.40148.3621.7449.61
Hex639A7D2401328941632
Octal14323217544023502242662
Binary11000111001101011111011001000100111010001001010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,154,125); }

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

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

 a { background-color: rgb(99,154,125); }

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

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

 span { border-color: rgb(99,154,125); }

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