#6A897F

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

Shades of Patina #6A897F

Tints of Patina #6A897F

Color information

#6A897F (or 0x6A897F) is unknown color: approx Patina. HEX triplet: 6A, 89 and 7F. RGB value is (106,137,127). Sum of RGB (Red+Green+Blue) = 106+137+127=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #6A897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A897F is #957680. Grayscale: #7E7E7E. Windows color (decimal): -9795201 or 8358250. OLE color: 8358250.

HSL color Cylindrical-coordinate representation of color #6A897F: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A897F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB106137127-
CMYK0.2300.070.46
HSL160.65º12.76%47.65%-
HSV(B)160.65º22.63%53.73%-
XYZ18.7222.4923.43-
YUV126.59128.23113.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 127 (50% from 255) = 34.32%
R=28.65%
G=37.03%
B=34.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061371270.2300.070.46160.6512.7647.65
Hex6A897F17072Ea1d30
Octal1522111772707562411560
Binary1101010100010011111111101110111101110101000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,127); }

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

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

 a { background-color: rgb(106,137,127); }

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

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

 span { border-color: rgb(106,137,127); }

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