Color Hex Logo

#6aa59a Color Hex

#6AA59A
(106,165,154)
0 Favorites   0 Comments

Color spaces of #6aa59a

RGB 106165154
HSL0.470.250.53
HSV169°36°65°
CMYK 0.360.000.07   0.35
XYZ25.231732.307535.4780
Yxy32.30750.27130.3473
Hunter Lab56.8397-20.23152.7804
CIE-Lab63.5962-21.7413-0.3898

#6aa59a color RGB value is (106,165,154).

#6aa59a hex color red value is 106, green value is 165 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6aa59a hue: 0.47 , saturation: 0.25 and the lightness value of 6aa59a is 0.53.

The process color (four color CMYK) of #6aa59a color hex is 0.36, 0.00, 0.07, 0.35. Web safe color of #6aa59a is #669999. Color #6aa59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100101 10011010
Octal 152 245 232
Decimal 106 165 154
Hex 6A A5 9A

RGB Percentages of Color #6aa59a

%24.94
%38.82
%36.24

CMYK Percentages of Color #6aa59a

%36
%0
%7
%35

Triadic Colors of #6aa59a

#6aa59a #9a6aa5 #a59a6a

Analogous Colors of #6aa59a

#6aa59a #6a93a5 #6aa57d

Monochromatic Colors of #6aa59a

#6aa59a

Complementary Color

#6aa59a #a56a75

#6aa59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa59a Color CSS Codes

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

#6aa59a Text Font Color

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

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


#6aa59a Background Color

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

This div background color is #6aa59a


#6aa59a Border Color

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

This div border color is #6aa59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa59a


Comments

No comments written yet.

Please login to write comment.