Color Hex Logo

#6a795e Color Hex

#6A795E
(106,121,94)
0 Favorites   0 Comments

Color spaces of #6a795e

RGB 10612194
HSL0.260.130.42
HSV93°22°47°
CMYK 0.120.000.22   0.53
XYZ14.801617.547113.1965
Yxy17.54710.32500.3853
Hunter Lab41.8893-10.233110.6442
CIE-Lab48.9421-10.918112.9932

#6a795e color RGB value is (106,121,94).

#6a795e hex color red value is 106, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6a795e hue: 0.26 , saturation: 0.13 and the lightness value of 6a795e is 0.42.

The process color (four color CMYK) of #6a795e color hex is 0.12, 0.00, 0.22, 0.53. Web safe color of #6a795e is #666666. Color #6a795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111001 01011110
Octal 152 171 136
Decimal 106 121 94
Hex 6A 79 5E

RGB Percentages of Color #6a795e

%33.02
%37.69
%29.28

CMYK Percentages of Color #6a795e

%12
%0
%22
%53

Triadic Colors of #6a795e

#6a795e #5e6a79 #795e6a

Analogous Colors of #6a795e

#6a795e #5e7960 #78795e

Monochromatic Colors of #6a795e

#6a795e

Complementary Color

#6a795e #6d5e79

#6a795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a795e Color CSS Codes

.mybgcolor {background-color:#6a795e; } 
.myforecolor {color:#6a795e; }
.mybordercolor {border:3px solid #6a795e; }

#6a795e Text Font Color

<p style="color:#6a795e">Text here</p>

This sample text font color is #6a795e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a795e Background Color

<div style="background-color:#6a795e">
Div content here</div>

This div background color is #6a795e


#6a795e Border Color

<div style="border:3px solid #6a795e">
Div here</div>

This div border color is #6a795e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,121,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a795e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a795e;
  -webkit-box-shadow: 1px 1px 3px 2px #6a795e;
  box-shadow:         1px 1px 3px 2px #6a795e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,121,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a795e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a795e;
  -webkit-box-shadow: 1px 1px 3px 2px #6a795e;
  box-shadow:         1px 1px 3px 2px #6a795e;">
Div content here</div>

This div box has shadow with color #6a795e


Comments

No comments written yet.

Please login to write comment.