COLOR #6DA5AA

HEX: #6DA5AA RGB: (109,165,170)

Color info

#6DA5AA contains mainly green and blue colors. Web safe color of #6DA5AA is #669999 (or #699).

RGB color model

#6DA5AA color RGB value is (109,165,170).

RGB: (109,165,170) (43%, 65%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 170 of 255 = 67%

109
165
170

R + G + B ~ 58%. #6DA5AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 170 = 444 (100%)
R 109 of 444 ~ 24.55%
G 165 of 444 ~ 37.16%
B 170 of 444 ~ 38.29'%

%24.55
%37.16
%38.29

CMYK color model

#6DA5AA color CMYK value is (36,3,0,33).

  • cyan value is 35.88%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (36,3,0,33)
C36M3Y0K33 (36%, 3%, 0%, 33%)
(0.36 / 0.03 / 0.00 / 0.33)

CMYK percentages

%35.88
%2.94
%0
%33.33

Codes

Color #6DA5AA in popluar color models

6D A5 AA
RGB 109 165 170
HSL 185° 26.41% 54.71%
HSB/HSV 185° 35.88% 66.67%
CMYK 35.88% 2.94% 0.00%
33.33%

Color #6DA5AA in popluar number systems.

HEX 6D A5 AA
Decimal 109 165 170
Binary 1101101 10100101 10101010
Octal 155 245 252

Shades and tints

Shades of #6DA5AA

#6DA5AA
(109,165,170)
#64969B
(100,150,155)
#5B878C
(91,135,140)
#52787D
(82,120,125)
#49696E
(73,105,110)
#405A5F
(64,90,95)
#374B50
(55,75,80)
#2E3C41
(46,60,65)
#252D32
(37,45,50)
#1C1E23
(28,30,35)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6DA5AA

#6DA5AA
(109,165,170)
#7AADB1
(122,173,177)
#87B5B8
(135,181,184)
#94BDBF
(148,189,191)
#A1C5C6
(161,197,198)
#AECDCD
(174,205,205)
#BBD5D4
(187,213,212)
#C8DDDB
(200,221,219)
#D5E5E2
(213,229,226)
#E2EDE9
(226,237,233)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA5AA color. Also use rgb(109,165,170) instead hex code.

Text Font Color

.myTextColor { color: #6DA5AA; }

<p style="color:#6DA5AA">This sample text font color is #6DA5AA.</p>

This text font color is #6DA5AA.

Background Color

.myBgColor { background-color: #6DA5AA; }

<div style="background-color:#6DA5AA">Inner text</div>

This div background color is #6DA5AA.

Border color

.myBorderColor { border: 1px solid #6DA5AA; }

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

This div border color is #6DA5AA.

Opacity

.myOpacity80 { color: #6DA5AA; opacity: 0.8; }

<p style="color:#6DA5AA;opacity:0.8;">80%</p>

Text with #6DA5AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6DA5AA;}

<p style="text-shadow: 3px 3px 1px #6DA5AA">Text here.</p>

This text has shadow with #6DA5AA color.


.textShadow {text-shadow: 3px 3px 1px #6DA5AA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6DA5AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #6DA5AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DA5AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6DA5AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #6DA5AA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DA5AA;
-webkit-box-shadow: 1px 1px 3px 2px #6DA5AA;
box-shadow: 1px 1px 3px 2px #6DA5AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DA5AA; -webkit-box-shadow: 1px 1px 3px 2px #6DA5AA; box-shadow:1px 1px 3px 2px #6DA5AA;">
Div content here
</div>

This div box has shadow with color #6DA5AA.

Preview

Color preview on black background

This text has color #6DA5AA on black background.


Color preview on white background

This text has color #6DA5AA on white background.


Black color preview on #6DA5AA background

This text has black color on #6DA5AA background.


White color preview on #6DA5AA background

This text has white color on #6DA5AA background.


Related colors

Complementary color

Complementary color for #hex is #925A55.


I love getcolorcode.com

Triadic colors

1 #AA6DA5 and #A5AA6D with #6DA5AA are triadic colors.

2 #AAA56D and #A56DAA with #6DA5AA are triadic colors.