COLOR #6D9DA2

HEX: #6D9DA2
RGB: (109,157,162)

Color info

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

RGB color model

#6D9DA2 color RGB value is (109,157,162).

  • red value is 109;
  • green value is 157;
  • blue value is 162.
RGB:
(109,157,162)
(43%,62%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 162 of 255 = 64%

109
157
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 162 = 428 (100%)
R 109 of 428 ~ 25.47%
G 157 of 428 ~ 36.68%
B 162 of 428 ~ 37.85%

%25.47
%36.68
%37.85

CMYK color model

#6D9DA2 color CMYK value is (33,3,0,36).

  • cyan value is 32.72%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,3,0,36)
C33M3Y0K36 
(33%,3%,0%,36%)
(0.33/0.03/0.00/0.36)	

CMYK percentages

%32.72
%3.09
%0
%36.47

Codes

Color #6D9DA2 in popluar color models

6D9DA2
RGB109157162
HSL186°22.18%53.14%
HSB/HSV186°32.72%63.53%
CMYK32.72%3.09%0.00%
36.47%

Color #6D9DA2 in popluar number systems.

HEX6D9DA2
Decimal109157162
Binary11011011001110110100010
Octal155235242

Shades and tints

Shades of #6D9DA2

#6D9DA2
(109,157,162)
#648F94
(100,143,148)
#5B8186
(91,129,134)
#527378
(82,115,120)
#49656A
(73,101,106)
#40575C
(64,87,92)
#37494E
(55,73,78)
#2E3B40
(46,59,64)
#252D32
(37,45,50)
#1C1F24
(28,31,36)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #6D9DA2

#6D9DA2
(109,157,162)
#7AA5AA
(122,165,170)
#87ADB2
(135,173,178)
#94B5BA
(148,181,186)
#A1BDC2
(161,189,194)
#AEC5CA
(174,197,202)
#BBCDD2
(187,205,210)
#C8D5DA
(200,213,218)
#D5DDE2
(213,221,226)
#E2E5EA
(226,229,234)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9DA2; }

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

This text font color is #6D9DA2.


Background Color

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

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

This div background color is #6D9DA2.


Border color

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

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

This div border color is #6D9DA2.


Opacity

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

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

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

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

This text has shadow with #6D9DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9DA2 on black background.


Color preview on white background

This text has color #6D9DA2 on white background.



Black color preview on #6D9DA2 background

This text has black color on #6D9DA2 background.


White color preview on #6D9DA2 background

This text has white color on #6D9DA2 background.