COLOR #6DA69F

HEX: #6DA69F RGB: (109,166,159)

Color info

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

RGB color model

#6DA69F color RGB value is (109,166,159).

RGB: (109,166,159) (43%, 65%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 159 of 255 = 62%

109
166
159

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

Portions of RGB colors in percentages

R + G + B = 109 + 166 + 159 = 434 (100%)
R 109 of 434 ~ 25.12%
G 166 of 434 ~ 38.25%
B 159 of 434 ~ 36.64'%

%25.12
%38.25
%36.64

CMYK color model

#6DA69F color CMYK value is (34,0,4,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 34.90%

CMYK: (34,0,4,35)
C34M0Y4K35 (34%, 0%, 4%, 35%)
(0.34 / 0.00 / 0.04 / 0.35)

CMYK percentages

%34.34
%0
%4.22
%34.9

Codes

Color #6DA69F in popluar color models

6D A6 9F
RGB 109 166 159
HSL 173° 24.26% 53.92%
HSB/HSV 173° 34.34% 65.10%
CMYK 34.34% 0.00% 4.22%
34.90%

Color #6DA69F in popluar number systems.

HEX 6D A6 9F
Decimal 109 166 159
Binary 1101101 10100110 10011111
Octal 155 246 237

Shades and tints

Shades of #6DA69F

#6DA69F
(109,166,159)
#649791
(100,151,145)
#5B8883
(91,136,131)
#527975
(82,121,117)
#496A67
(73,106,103)
#405B59
(64,91,89)
#374C4B
(55,76,75)
#2E3D3D
(46,61,61)
#252E2F
(37,46,47)
#1C1F21
(28,31,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6DA69F

#6DA69F
(109,166,159)
#7AAEA7
(122,174,167)
#87B6AF
(135,182,175)
#94BEB7
(148,190,183)
#A1C6BF
(161,198,191)
#AECEC7
(174,206,199)
#BBD6CF
(187,214,207)
#C8DED7
(200,222,215)
#D5E6DF
(213,230,223)
#E2EEE7
(226,238,231)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA69F color. Also use rgb(109,166,159) instead hex code.

Text Font Color

.myTextColor { color: #6DA69F; }

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

This text font color is #6DA69F.

Background Color

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

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

This div background color is #6DA69F.

Border color

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

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

This div border color is #6DA69F.

Opacity

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

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

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

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

This text has shadow with #6DA69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA69F.

Preview

Color preview on black background

This text has color #6DA69F on black background.


Color preview on white background

This text has color #6DA69F on white background.


Black color preview on #6DA69F background

This text has black color on #6DA69F background.


White color preview on #6DA69F background

This text has white color on #6DA69F background.


Related colors

Complementary color

Complementary color for #hex is #925960.


I love getcolorcode.com

Triadic colors

1 #9F6DA6 and #A69F6D with #6DA69F are triadic colors.

2 #9FA66D and #A66D9F with #6DA69F are triadic colors.