COLOR #6D9AA6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
154
166

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

Portions of RGB colors in percentages

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

%25.41
%35.9
%38.69

CMYK color model

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

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

CMYK percentages

%34.34
%7.23
%0
%34.9

Codes

Color #6D9AA6 in popluar color models

6D9AA6
RGB109154166
HSL193°24.26%53.92%
HSB/HSV193°34.34%65.10%
CMYK34.34%7.23%0.00%
34.90%

Color #6D9AA6 in popluar number systems.

HEX6D9AA6
Decimal109154166
Binary11011011001101010100110
Octal155232246

Shades and tints

Shades of #6D9AA6

#6D9AA6
(109,154,166)
#648C97
(100,140,151)
#5B7E88
(91,126,136)
#527079
(82,112,121)
#49626A
(73,98,106)
#40545B
(64,84,91)
#37464C
(55,70,76)
#2E383D
(46,56,61)
#252A2E
(37,42,46)
#1C1C1F
(28,28,31)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D9AA6

#6D9AA6
(109,154,166)
#7AA3AE
(122,163,174)
#87ACB6
(135,172,182)
#94B5BE
(148,181,190)
#A1BEC6
(161,190,198)
#AEC7CE
(174,199,206)
#BBD0D6
(187,208,214)
#C8D9DE
(200,217,222)
#D5E2E6
(213,226,230)
#E2EBEE
(226,235,238)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9AA6; }

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

This text font color is #6D9AA6.


Background Color

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

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

This div background color is #6D9AA6.


Border color

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

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

This div border color is #6D9AA6.


Opacity

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

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

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

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

This text has shadow with #6D9AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9AA6 on black background.


Color preview on white background

This text has color #6D9AA6 on white background.



Black color preview on #6D9AA6 background

This text has black color on #6D9AA6 background.


White color preview on #6D9AA6 background

This text has white color on #6D9AA6 background.