COLOR #6D94AA

HEX: #6D94AA
RGB: (109,148,170)

Color info

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

RGB color model

#6D94AA color RGB value is (109,148,170).

  • red value is 109;
  • green value is 148;
  • blue value is 170.
RGB:
(109,148,170)
(43%,58%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 170 of 255 = 67%

109
148
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 170 = 427 (100%)
R 109 of 427 ~ 25.53%
G 148 of 427 ~ 34.66%
B 170 of 427 ~ 39.81%

%25.53
%34.66
%39.81

CMYK color model

#6D94AA color CMYK value is (36,13,0,33).

  • cyan value is 35.88%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,13,0,33)
C36M13Y0K33 
(36%,13%,0%,33%)
(0.36/0.13/0.00/0.33)	

CMYK percentages

%35.88
%12.94
%0
%33.33

Codes

Color #6D94AA in popluar color models

6D94AA
RGB109148170
HSL202°26.41%54.71%
HSB/HSV202°35.88%66.67%
CMYK35.88%12.94%0.00%
33.33%

Color #6D94AA in popluar number systems.

HEX6D94AA
Decimal109148170
Binary11011011001010010101010
Octal155224252

Shades and tints

Shades of #6D94AA

#6D94AA
(109,148,170)
#64879B
(100,135,155)
#5B7A8C
(91,122,140)
#526D7D
(82,109,125)
#49606E
(73,96,110)
#40535F
(64,83,95)
#374650
(55,70,80)
#2E3941
(46,57,65)
#252C32
(37,44,50)
#1C1F23
(28,31,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6D94AA

#6D94AA
(109,148,170)
#7A9DB1
(122,157,177)
#87A6B8
(135,166,184)
#94AFBF
(148,175,191)
#A1B8C6
(161,184,198)
#AEC1CD
(174,193,205)
#BBCAD4
(187,202,212)
#C8D3DB
(200,211,219)
#D5DCE2
(213,220,226)
#E2E5E9
(226,229,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D94AA color. Also use rgb(109,148,170) instead hex code.

Text Font Color

.myTextColor { color: #6D94AA; }

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

This text font color is #6D94AA.


Background Color

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

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

This div background color is #6D94AA.


Border color

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

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

This div border color is #6D94AA.


Opacity

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

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

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

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

This text has shadow with #6D94AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D94AA on black background.


Color preview on white background

This text has color #6D94AA on white background.



Black color preview on #6D94AA background

This text has black color on #6D94AA background.


White color preview on #6D94AA background

This text has white color on #6D94AA background.