COLOR #6DA2AA

HEX: #6DA2AA
RGB: (109,162,170)

Color info

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

RGB color model

#6DA2AA color RGB value is (109,162,170).

  • red value is 109;
  • green value is 162;
  • blue value is 170.
RGB:
(109,162,170)
(43%,64%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 162 of 255 = 64%
B 170 of 255 = 67%

109
162
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 162 + 170 = 441 (100%)
R 109 of 441 ~ 24.72%
G 162 of 441 ~ 36.73%
B 170 of 441 ~ 38.55%

%24.72
%36.73
%38.55

CMYK color model

#6DA2AA color CMYK value is (36,5,0,33).

  • cyan value is 35.88%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,5,0,33)
C36M5Y0K33 
(36%,5%,0%,33%)
(0.36/0.05/0.00/0.33)	

CMYK percentages

%35.88
%4.71
%0
%33.33

Codes

Color #6DA2AA in popluar color models

6DA2AA
RGB109162170
HSL188°26.41%54.71%
HSB/HSV188°35.88%66.67%
CMYK35.88%4.71%0.00%
33.33%

Color #6DA2AA in popluar number systems.

HEX6DA2AA
Decimal109162170
Binary11011011010001010101010
Octal155242252

Shades and tints

Shades of #6DA2AA

#6DA2AA
(109,162,170)
#64949B
(100,148,155)
#5B868C
(91,134,140)
#52787D
(82,120,125)
#496A6E
(73,106,110)
#405C5F
(64,92,95)
#374E50
(55,78,80)
#2E4041
(46,64,65)
#253232
(37,50,50)
#1C2423
(28,36,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #6DA2AA

#6DA2AA
(109,162,170)
#7AAAB1
(122,170,177)
#87B2B8
(135,178,184)
#94BABF
(148,186,191)
#A1C2C6
(161,194,198)
#AECACD
(174,202,205)
#BBD2D4
(187,210,212)
#C8DADB
(200,218,219)
#D5E2E2
(213,226,226)
#E2EAE9
(226,234,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA2AA; }

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

This text font color is #6DA2AA.


Background Color

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

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

This div background color is #6DA2AA.


Border color

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

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

This div border color is #6DA2AA.


Opacity

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

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

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

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

This text has shadow with #6DA2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA2AA on black background.


Color preview on white background

This text has color #6DA2AA on white background.



Black color preview on #6DA2AA background

This text has black color on #6DA2AA background.


White color preview on #6DA2AA background

This text has white color on #6DA2AA background.