#6A857C

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

Shades of Patina #6A857C

Tints of Patina #6A857C

Color information

#6A857C (or 0x6A857C) is unknown color: approx Patina. HEX triplet: 6A, 85 and 7C. RGB value is (106,133,124). Sum of RGB (Red+Green+Blue) = 106+133+124=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #6A857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A857C is #957A83. Grayscale: #7B7B7B. Windows color (decimal): -9796228 or 8160618. OLE color: 8160618.

HSL color Cylindrical-coordinate representation of color #6A857C: hue angle of 160º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A857C is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB106133124-
CMYK0.2000.070.48
HSL160º11.3%46.86%-
HSV(B)160º20.3%52.16%-
XYZ17.9721.2922.23-
YUV123.9128.05115.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=29.20%
G=36.64%
B=34.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1061331240.2000.070.4816011.346.86
Hex6A857C140730a0b2f
Octal1522051742407602401357
Binary1101010100001011111100101000111110000101000001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A857C; }

 p { color: rgb(106,133,124); }

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

<style>
 a { background-color: #6A857C; }

 a { background-color: rgb(106,133,124); }

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

<style>
 span { border-color: #6A857C; }

 span { border-color: rgb(106,133,124); }

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