COLOR #6DA7AC

HEX: #6DA7AC
RGB: (109,167,172)

Color info

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

RGB color model

#6DA7AC color RGB value is (109,167,172).

  • red value is 109;
  • green value is 167;
  • blue value is 172.
RGB:
(109,167,172)
(43%,65%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 172 of 255 = 67%

109
167
172

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 172 = 448 (100%)
R 109 of 448 ~ 24.33%
G 167 of 448 ~ 37.28%
B 172 of 448 ~ 38.39%

%24.33
%37.28
%38.39

CMYK color model

#6DA7AC color CMYK value is (37,3,0,33).

  • cyan value is 36.63%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(37,3,0,33)
C37M3Y0K33 
(37%,3%,0%,33%)
(0.37/0.03/0.00/0.33)	

CMYK percentages

%36.63
%2.91
%0
%32.55

Codes

Color #6DA7AC in popluar color models

6DA7AC
RGB109167172
HSL185°27.51%55.10%
HSB/HSV185°36.63%67.45%
CMYK36.63%2.91%0.00%
32.55%

Color #6DA7AC in popluar number systems.

HEX6DA7AC
Decimal109167172
Binary11011011010011110101100
Octal155247254

Shades and tints

Shades of #6DA7AC

#6DA7AC
(109,167,172)
#64989D
(100,152,157)
#5B898E
(91,137,142)
#527A7F
(82,122,127)
#496B70
(73,107,112)
#405C61
(64,92,97)
#374D52
(55,77,82)
#2E3E43
(46,62,67)
#252F34
(37,47,52)
#1C2025
(28,32,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #6DA7AC

#6DA7AC
(109,167,172)
#7AAFB3
(122,175,179)
#87B7BA
(135,183,186)
#94BFC1
(148,191,193)
#A1C7C8
(161,199,200)
#AECFCF
(174,207,207)
#BBD7D6
(187,215,214)
#C8DFDD
(200,223,221)
#D5E7E4
(213,231,228)
#E2EFEB
(226,239,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA7AC color. Also use rgb(109,167,172) instead hex code.

Text Font Color

.myTextColor { color: #6DA7AC; }

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

This text font color is #6DA7AC.


Background Color

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

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

This div background color is #6DA7AC.


Border color

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

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

This div border color is #6DA7AC.


Opacity

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

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

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

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

This text has shadow with #6DA7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA7AC on black background.


Color preview on white background

This text has color #6DA7AC on white background.



Black color preview on #6DA7AC background

This text has black color on #6DA7AC background.


White color preview on #6DA7AC background

This text has white color on #6DA7AC background.