COLOR #6DA5AB

HEX: #6DA5AB RGB: (109,165,171)

Color info

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

RGB color model

#6DA5AB color RGB value is (109,165,171).

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

RGB channels and saturation

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

109
165
171

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

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 171 = 445 (100%)
R 109 of 445 ~ 24.49%
G 165 of 445 ~ 37.08%
B 171 of 445 ~ 38.43'%

%24.49
%37.08
%38.43

CMYK color model

#6DA5AB color CMYK value is (36,4,0,33).

  • cyan value is 36.26%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (36,4,0,33)
C36M4Y0K33 (36%, 4%, 0%, 33%)
(0.36 / 0.04 / 0.00 / 0.33)

CMYK percentages

%36.26
%3.51
%0
%32.94

Codes

Color #6DA5AB in popluar color models

6D A5 AB
RGB 109 165 171
HSL 186° 26.96% 54.90%
HSB/HSV 186° 36.26% 67.06%
CMYK 36.26% 3.51% 0.00%
32.94%

Color #6DA5AB in popluar number systems.

HEX 6D A5 AB
Decimal 109 165 171
Binary 1101101 10100101 10101011
Octal 155 245 253

Shades and tints

Shades of #6DA5AB

#6DA5AB
(109,165,171)
#64969C
(100,150,156)
#5B878D
(91,135,141)
#52787E
(82,120,126)
#49696F
(73,105,111)
#405A60
(64,90,96)
#374B51
(55,75,81)
#2E3C42
(46,60,66)
#252D33
(37,45,51)
#1C1E24
(28,30,36)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6DA5AB

#6DA5AB
(109,165,171)
#7AADB2
(122,173,178)
#87B5B9
(135,181,185)
#94BDC0
(148,189,192)
#A1C5C7
(161,197,199)
#AECDCE
(174,205,206)
#BBD5D5
(187,213,213)
#C8DDDC
(200,221,220)
#D5E5E3
(213,229,227)
#E2EDEA
(226,237,234)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA5AB; }

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

This text font color is #6DA5AB.

Background Color

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

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

This div background color is #6DA5AB.

Border color

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

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

This div border color is #6DA5AB.

Opacity

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

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

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

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

This text has shadow with #6DA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA5AB.

Preview

Color preview on black background

This text has color #6DA5AB on black background.


Color preview on white background

This text has color #6DA5AB on white background.


Black color preview on #6DA5AB background

This text has black color on #6DA5AB background.


White color preview on #6DA5AB background

This text has white color on #6DA5AB background.


Related colors

Complementary color

Complementary color for #hex is #925A54.


I love getcolorcode.com

Triadic colors

1 #AB6DA5 and #A5AB6D with #6DA5AB are triadic colors.

2 #ABA56D and #A56DAB with #6DA5AB are triadic colors.