#6A937F

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

Shades of Patina #6A937F

Tints of Patina #6A937F

Color information

#6A937F (or 0x6A937F) is unknown color: approx Patina. HEX triplet: 6A, 93 and 7F. RGB value is (106,147,127). Sum of RGB (Red+Green+Blue) = 106+147+127=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937F is #956C80. Grayscale: #848484. Windows color (decimal): -9792641 or 8360810. OLE color: 8360810.

HSL color Cylindrical-coordinate representation of color #6A937F: hue angle of 150.73º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A937F is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB106147127-
CMYK0.2800.140.42
HSL150.73º16.21%49.61%-
HSV(B)150.73º27.89%57.65%-
XYZ20.2125.4623.93-
YUV132.46124.92109.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 127 (50% from 255) = 33.42%
R=27.89%
G=38.68%
B=33.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471270.2800.140.42150.7316.2149.61
Hex6A937F1C0E2A971032
Octal15222317734016522272062
Binary110101010010011111111111100011101010101001011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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