Color Hex Logo

#6aa169 Color Hex

#6AA169
(106,161,105)
0 Favorites   0 Comments

Color spaces of #6aa169

RGB 106161105
HSL0.330.230.52
HSV119°35°63°
CMYK 0.340.000.35   0.37
XYZ21.238529.573817.9535
Yxy29.57380.30890.4301
Hunter Lab54.3818-25.456018.4934
CIE-Lab61.2847-29.712523.5782

#6aa169 color RGB value is (106,161,105).

#6aa169 hex color red value is 106, green value is 161 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #6aa169 hue: 0.33 , saturation: 0.23 and the lightness value of 6aa169 is 0.52.

The process color (four color CMYK) of #6aa169 color hex is 0.34, 0.00, 0.35, 0.37. Web safe color of #6aa169 is #669966. Color #6aa169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100001 01101001
Octal 152 241 151
Decimal 106 161 105
Hex 6A A1 69

RGB Percentages of Color #6aa169

%28.49
%43.28
%28.23

CMYK Percentages of Color #6aa169

%34
%0
%35
%37

Triadic Colors of #6aa169

#6aa169 #696aa1 #a1696a

Analogous Colors of #6aa169

#6aa169 #69a184 #86a169

Monochromatic Colors of #6aa169

#6aa169

Complementary Color

#6aa169 #a069a1

#6aa169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa169 Color CSS Codes

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

#6aa169 Text Font Color

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

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


#6aa169 Background Color

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

This div background color is #6aa169


#6aa169 Border Color

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

This div border color is #6aa169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa169


Comments

No comments written yet.

Please login to write comment.