#628A7D

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

Shades of Patina #628A7D

Tints of Patina #628A7D

Color information

#628A7D (or 0x628A7D) is unknown color: approx Patina. HEX triplet: 62, 8A and 7D. RGB value is (98,138,125). Sum of RGB (Red+Green+Blue) = 98+138+125=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #628A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628A7D is #9D7582. Grayscale: #7C7C7C. Windows color (decimal): -10319235 or 8227426. OLE color: 8227426.

HSL color Cylindrical-coordinate representation of color #628A7D: hue angle of 160.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A7D is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB98138125-
CMYK0.2900.090.46
HSL160.5º16.95%46.27%-
HSV(B)160.5º28.99%54.12%-
XYZ17.8322.2522.76-
YUV124.56128.25109.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=27.15%
G=38.23%
B=34.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981381250.2900.090.46160.516.9546.27
Hex628A7D1D092Ea0112e
Octal14221217535011562402156
Binary110001010001010111110111101010011011101010000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,138,125); }

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

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

 a { background-color: rgb(98,138,125); }

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

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

 span { border-color: rgb(98,138,125); }

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