COLOR #6DA69A

HEX: #6DA69A
RGB: (109,166,154)

Color info

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

RGB color model

#6DA69A color RGB value is (109,166,154).

  • red value is 109;
  • green value is 166;
  • blue value is 154.
RGB:
(109,166,154)
(43%,65%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 154 of 255 = 60%

109
166
154

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

Portions of RGB colors in percentages

R + G + B =
109 + 166 + 154 = 429 (100%)
R 109 of 429 ~ 25.41%
G 166 of 429 ~ 38.69%
B 154 of 429 ~ 35.9%

%25.41
%38.69
%35.9

CMYK color model

#6DA69A color CMYK value is (34,0,7,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(34,0,7,35)
C34M0Y7K35 
(34%,0%,7%,35%)
(0.34/0.00/0.07/0.35)	

CMYK percentages

%34.34
%0
%7.23
%34.9

Codes

Color #6DA69A in popluar color models

6DA69A
RGB109166154
HSL167°24.26%53.92%
HSB/HSV167°34.34%65.10%
CMYK34.34%0.00%7.23%
34.90%

Color #6DA69A in popluar number systems.

HEX6DA69A
Decimal109166154
Binary11011011010011010011010
Octal155246232

Shades and tints

Shades of #6DA69A

#6DA69A
(109,166,154)
#64978C
(100,151,140)
#5B887E
(91,136,126)
#527970
(82,121,112)
#496A62
(73,106,98)
#405B54
(64,91,84)
#374C46
(55,76,70)
#2E3D38
(46,61,56)
#252E2A
(37,46,42)
#1C1F1C
(28,31,28)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6DA69A

#6DA69A
(109,166,154)
#7AAEA3
(122,174,163)
#87B6AC
(135,182,172)
#94BEB5
(148,190,181)
#A1C6BE
(161,198,190)
#AECEC7
(174,206,199)
#BBD6D0
(187,214,208)
#C8DED9
(200,222,217)
#D5E6E2
(213,230,226)
#E2EEEB
(226,238,235)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA69A; }

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

This text font color is #6DA69A.


Background Color

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

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

This div background color is #6DA69A.


Border color

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

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

This div border color is #6DA69A.


Opacity

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

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

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

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

This text has shadow with #6DA69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA69A on black background.


Color preview on white background

This text has color #6DA69A on white background.



Black color preview on #6DA69A background

This text has black color on #6DA69A background.


White color preview on #6DA69A background

This text has white color on #6DA69A background.