Color Hex Logo

#6da9aa Color Hex

#6DA9AA
(109,169,170)
0 Favorites   0 Comments

Color spaces of #6da9aa

RGB 109169170
HSL0.500.260.55
HSV181°36°67°
CMYK 0.360.010.00   0.33
XYZ27.750334.529443.2325
Yxy34.52940.26300.3273
Hunter Lab58.7617-18.5362-2.4880
CIE-Lab65.3806-19.0778-6.6873

#6da9aa color RGB value is (109,169,170).

#6da9aa hex color red value is 109, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6da9aa hue: 0.50 , saturation: 0.26 and the lightness value of 6da9aa is 0.55.

The process color (four color CMYK) of #6da9aa color hex is 0.36, 0.01, 0.00, 0.33. Web safe color of #6da9aa is #669999. Color #6da9aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101001 10101010
Octal 155 251 252
Decimal 109 169 170
Hex 6D A9 AA

RGB Percentages of Color #6da9aa

%24.33
%37.72
%37.95

CMYK Percentages of Color #6da9aa

%36
%1
%0
%33

Triadic Colors of #6da9aa

#6da9aa #aa6da9 #a9aa6d

Analogous Colors of #6da9aa

#6da9aa #6d8baa #6daa8d

Monochromatic Colors of #6da9aa

#6da9aa

Complementary Color

#6da9aa #aa6e6d

#6da9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da9aa Color CSS Codes

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

#6da9aa Text Font Color

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

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


#6da9aa Background Color

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

This div background color is #6da9aa


#6da9aa Border Color

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

This div border color is #6da9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,169,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6da9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6da9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6da9aa;
  box-shadow:         1px 1px 3px 2px #6da9aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,169,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da9aa


Comments

No comments written yet.

Please login to write comment.