COLOR #6DA09D

HEX: #6DA09D RGB: (109,160,157)

Color info

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

RGB color model

#6DA09D color RGB value is (109,160,157).

RGB: (109,160,157) (43%, 63%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 157 of 255 = 62%

109
160
157

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

Portions of RGB colors in percentages

R + G + B = 109 + 160 + 157 = 426 (100%)
R 109 of 426 ~ 25.59%
G 160 of 426 ~ 37.56%
B 157 of 426 ~ 36.85'%

%25.59
%37.56
%36.85

CMYK color model

#6DA09D color CMYK value is (32,0,2,37).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (32,0,2,37)
C32M0Y2K37 (32%, 0%, 2%, 37%)
(0.32 / 0.00 / 0.02 / 0.37)

CMYK percentages

%31.88
%0
%1.87
%37.25

Codes

Color #6DA09D in popluar color models

6D A0 9D
RGB 109 160 157
HSL 176° 21.16% 52.75%
HSB/HSV 176° 31.88% 62.75%
CMYK 31.88% 0.00% 1.87%
37.25%

Color #6DA09D in popluar number systems.

HEX 6D A0 9D
Decimal 109 160 157
Binary 1101101 10100000 10011101
Octal 155 240 235

Shades and tints

Shades of #6DA09D

#6DA09D
(109,160,157)
#64928F
(100,146,143)
#5B8481
(91,132,129)
#527673
(82,118,115)
#496865
(73,104,101)
#405A57
(64,90,87)
#374C49
(55,76,73)
#2E3E3B
(46,62,59)
#25302D
(37,48,45)
#1C221F
(28,34,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6DA09D

#6DA09D
(109,160,157)
#7AA8A5
(122,168,165)
#87B0AD
(135,176,173)
#94B8B5
(148,184,181)
#A1C0BD
(161,192,189)
#AEC8C5
(174,200,197)
#BBD0CD
(187,208,205)
#C8D8D5
(200,216,213)
#D5E0DD
(213,224,221)
#E2E8E5
(226,232,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA09D color. Also use rgb(109,160,157) instead hex code.

Text Font Color

.myTextColor { color: #6DA09D; }

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

This text font color is #6DA09D.

Background Color

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

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

This div background color is #6DA09D.

Border color

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

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

This div border color is #6DA09D.

Opacity

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

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

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

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

This text has shadow with #6DA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA09D.

Preview

Color preview on black background

This text has color #6DA09D on black background.


Color preview on white background

This text has color #6DA09D on white background.


Black color preview on #6DA09D background

This text has black color on #6DA09D background.


White color preview on #6DA09D background

This text has white color on #6DA09D background.


Related colors

Complementary color

Complementary color for #hex is #925F62.


I love getcolorcode.com

Triadic colors

1 #9D6DA0 and #A09D6D with #6DA09D are triadic colors.

2 #9DA06D and #A06D9D with #6DA09D are triadic colors.