COLOR #6D8DAA

HEX: #6D8DAA
RGB: (109,141,170)

Color info

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

RGB color model

#6D8DAA color RGB value is (109,141,170).

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

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 170 of 255 = 67%

109
141
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 170 = 420 (100%)
R 109 of 420 ~ 25.95%
G 141 of 420 ~ 33.57%
B 170 of 420 ~ 40.48%

%25.95
%33.57
%40.48

CMYK color model

#6D8DAA color CMYK value is (36,17,0,33).

  • cyan value is 35.88%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,17,0,33)
C36M17Y0K33 
(36%,17%,0%,33%)
(0.36/0.17/0.00/0.33)	

CMYK percentages

%35.88
%17.06
%0
%33.33

Codes

Color #6D8DAA in popluar color models

6D8DAA
RGB109141170
HSL209°26.41%54.71%
HSB/HSV209°35.88%66.67%
CMYK35.88%17.06%0.00%
33.33%

Color #6D8DAA in popluar number systems.

HEX6D8DAA
Decimal109141170
Binary11011011000110110101010
Octal155215252

Shades and tints

Shades of #6D8DAA

#6D8DAA
(109,141,170)
#64819B
(100,129,155)
#5B758C
(91,117,140)
#52697D
(82,105,125)
#495D6E
(73,93,110)
#40515F
(64,81,95)
#374550
(55,69,80)
#2E3941
(46,57,65)
#252D32
(37,45,50)
#1C2123
(28,33,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #6D8DAA

#6D8DAA
(109,141,170)
#7A97B1
(122,151,177)
#87A1B8
(135,161,184)
#94ABBF
(148,171,191)
#A1B5C6
(161,181,198)
#AEBFCD
(174,191,205)
#BBC9D4
(187,201,212)
#C8D3DB
(200,211,219)
#D5DDE2
(213,221,226)
#E2E7E9
(226,231,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8DAA; }

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

This text font color is #6D8DAA.


Background Color

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

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

This div background color is #6D8DAA.


Border color

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

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

This div border color is #6D8DAA.


Opacity

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

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

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

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

This text has shadow with #6D8DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8DAA on black background.


Color preview on white background

This text has color #6D8DAA on white background.



Black color preview on #6D8DAA background

This text has black color on #6D8DAA background.


White color preview on #6D8DAA background

This text has white color on #6D8DAA background.