#6A897E

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

Shades of Patina #6A897E

Tints of Patina #6A897E

Color information

#6A897E (or 0x6A897E) is unknown color: approx Patina. HEX triplet: 6A, 89 and 7E. RGB value is (106,137,126). Sum of RGB (Red+Green+Blue) = 106+137+126=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #6A897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A897E is #957681. Grayscale: #7E7E7E. Windows color (decimal): -9795202 or 8292714. OLE color: 8292714.

HSL color Cylindrical-coordinate representation of color #6A897E: hue angle of 158.71º 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 #6A897E is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB106137126-
CMYK0.2300.080.46
HSL158.71º12.76%47.65%-
HSV(B)158.71º22.63%53.73%-
XYZ18.6622.4623.09-
YUV126.48127.73113.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=28.73%
G=37.13%
B=34.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061371260.2300.080.46158.7112.7647.65
Hex6A897E17082E9fd30
Octal15221117627010562371560
Binary11010101000100111111101011101000101110100111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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