COLOR #6DA5AC

HEX: #6DA5AC RGB: (109,165,172)

Color info

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

RGB color model

#6DA5AC color RGB value is (109,165,172).

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

RGB channels and saturation

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

109
165
172

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

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 172 = 446 (100%)
R 109 of 446 ~ 24.44%
G 165 of 446 ~ 37%
B 172 of 446 ~ 38.57'%

%24.44
%37
%38.57

CMYK color model

#6DA5AC color CMYK value is (37,4,0,33).

  • cyan value is 36.63%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (37,4,0,33)
C37M4Y0K33 (37%, 4%, 0%, 33%)
(0.37 / 0.04 / 0.00 / 0.33)

CMYK percentages

%36.63
%4.07
%0
%32.55

Codes

Color #6DA5AC in popluar color models

6D A5 AC
RGB 109 165 172
HSL 187° 27.51% 55.10%
HSB/HSV 187° 36.63% 67.45%
CMYK 36.63% 4.07% 0.00%
32.55%

Color #6DA5AC in popluar number systems.

HEX 6D A5 AC
Decimal 109 165 172
Binary 1101101 10100101 10101100
Octal 155 245 254

Shades and tints

Shades of #6DA5AC

#6DA5AC
(109,165,172)
#64969D
(100,150,157)
#5B878E
(91,135,142)
#52787F
(82,120,127)
#496970
(73,105,112)
#405A61
(64,90,97)
#374B52
(55,75,82)
#2E3C43
(46,60,67)
#252D34
(37,45,52)
#1C1E25
(28,30,37)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #6DA5AC

#6DA5AC
(109,165,172)
#7AADB3
(122,173,179)
#87B5BA
(135,181,186)
#94BDC1
(148,189,193)
#A1C5C8
(161,197,200)
#AECDCF
(174,205,207)
#BBD5D6
(187,213,214)
#C8DDDD
(200,221,221)
#D5E5E4
(213,229,228)
#E2EDEB
(226,237,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA5AC; }

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

This text font color is #6DA5AC.

Background Color

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

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

This div background color is #6DA5AC.

Border color

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

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

This div border color is #6DA5AC.

Opacity

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

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

Text with #6DA5AC 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 #6DA5AC;}

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

This text has shadow with #6DA5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA5AC.

Preview

Color preview on black background

This text has color #6DA5AC on black background.


Color preview on white background

This text has color #6DA5AC on white background.


Black color preview on #6DA5AC background

This text has black color on #6DA5AC background.


White color preview on #6DA5AC background

This text has white color on #6DA5AC background.


Related colors

Complementary color

Complementary color for #hex is #925A53.


I love getcolorcode.com

Triadic colors

1 #AC6DA5 and #A5AC6D with #6DA5AC are triadic colors.

2 #ACA56D and #A56DAC with #6DA5AC are triadic colors.