Color Hex Logo

#6a705d Color Hex

#6A705D
(106,112,93)
0 Favorites   0 Comments

Color spaces of #6a705d

RGB 10611293
HSL0.220.090.40
HSV79°17°44°
CMYK 0.050.000.17   0.56
XYZ13.713815.442812.6139
Yxy15.44280.32830.3697
Hunter Lab39.2973-6.47828.4769
CIE-Lab46.2348-6.00699.8040

#6a705d color RGB value is (106,112,93).

#6a705d hex color red value is 106, green value is 112 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6a705d hue: 0.22 , saturation: 0.09 and the lightness value of 6a705d is 0.40.

The process color (four color CMYK) of #6a705d color hex is 0.05, 0.00, 0.17, 0.56. Web safe color of #6a705d is #666666. Color #6a705d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110000 01011101
Octal 152 160 135
Decimal 106 112 93
Hex 6A 70 5D

RGB Percentages of Color #6a705d

%34.08
%36.01
%29.90

CMYK Percentages of Color #6a705d

%5
%0
%17
%56

Triadic Colors of #6a705d

#6a705d #5d6a70 #705d6a

Analogous Colors of #6a705d

#6a705d #61705d #706d5d

Monochromatic Colors of #6a705d

#6a705d

Complementary Color

#6a705d #635d70

#6a705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a705d Color CSS Codes

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

#6a705d Text Font Color

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

This sample text font color is #6a705d
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.


#6a705d Background Color

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

This div background color is #6a705d


#6a705d Border Color

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

This div border color is #6a705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a705d


Comments

No comments written yet.

Please login to write comment.