COLOR #6DA49E

HEX: #6DA49E RGB: (109,164,158)

Color info

#6DA49E contains red, green and blue colors in about the same proportion. Web safe color of #6DA49E is #669999 (or #699).

RGB color model

#6DA49E color RGB value is (109,164,158).

RGB: (109,164,158) (43%, 64%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 158 of 255 = 62%

109
164
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 164 + 158 = 431 (100%)
R 109 of 431 ~ 25.29%
G 164 of 431 ~ 38.05%
B 158 of 431 ~ 36.66'%

%25.29
%38.05
%36.66

CMYK color model

#6DA49E color CMYK value is (34,0,4,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%

CMYK: (34,0,4,36)
C34M0Y4K36 (34%, 0%, 4%, 36%)
(0.34 / 0.00 / 0.04 / 0.36)

CMYK percentages

%33.54
%0
%3.66
%35.69

Codes

Color #6DA49E in popluar color models

6D A4 9E
RGB 109 164 158
HSL 173° 23.21% 53.53%
HSB/HSV 173° 33.54% 64.31%
CMYK 33.54% 0.00% 3.66%
35.69%

Color #6DA49E in popluar number systems.

HEX 6D A4 9E
Decimal 109 164 158
Binary 1101101 10100100 10011110
Octal 155 244 236

Shades and tints

Shades of #6DA49E

#6DA49E
(109,164,158)
#649690
(100,150,144)
#5B8882
(91,136,130)
#527A74
(82,122,116)
#496C66
(73,108,102)
#405E58
(64,94,88)
#37504A
(55,80,74)
#2E423C
(46,66,60)
#25342E
(37,52,46)
#1C2620
(28,38,32)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #6DA49E

#6DA49E
(109,164,158)
#7AACA6
(122,172,166)
#87B4AE
(135,180,174)
#94BCB6
(148,188,182)
#A1C4BE
(161,196,190)
#AECCC6
(174,204,198)
#BBD4CE
(187,212,206)
#C8DCD6
(200,220,214)
#D5E4DE
(213,228,222)
#E2ECE6
(226,236,230)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA49E color. Also use rgb(109,164,158) instead hex code.

Text Font Color

.myTextColor { color: #6DA49E; }

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

This text font color is #6DA49E.

Background Color

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

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

This div background color is #6DA49E.

Border color

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

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

This div border color is #6DA49E.

Opacity

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

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

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

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

This text has shadow with #6DA49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA49E.

Preview

Color preview on black background

This text has color #6DA49E on black background.


Color preview on white background

This text has color #6DA49E on white background.


Black color preview on #6DA49E background

This text has black color on #6DA49E background.


White color preview on #6DA49E background

This text has white color on #6DA49E background.


Related colors

Complementary color

Complementary color for #hex is #925B61.


I love getcolorcode.com

Triadic colors

1 #9E6DA4 and #A49E6D with #6DA49E are triadic colors.

2 #9EA46D and #A46D9E with #6DA49E are triadic colors.