COLOR #6D8CAA

HEX: #6D8CAA
RGB: (109,140,170)

Color info

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

RGB color model

#6D8CAA color RGB value is (109,140,170).

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

RGB channels and saturation

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

109
140
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 140 + 170 = 419 (100%)
R 109 of 419 ~ 26.01%
G 140 of 419 ~ 33.41%
B 170 of 419 ~ 40.57%

%26.01
%33.41
%40.57

CMYK color model

#6D8CAA color CMYK value is (36,18,0,33).

  • cyan value is 35.88%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,18,0,33)
C36M18Y0K33 
(36%,18%,0%,33%)
(0.36/0.18/0.00/0.33)	

CMYK percentages

%35.88
%17.65
%0
%33.33

Codes

Color #6D8CAA in popluar color models

6D8CAA
RGB109140170
HSL210°26.41%54.71%
HSB/HSV210°35.88%66.67%
CMYK35.88%17.65%0.00%
33.33%

Color #6D8CAA in popluar number systems.

HEX6D8CAA
Decimal109140170
Binary11011011000110010101010
Octal155214252

Shades and tints

Shades of #6D8CAA

#6D8CAA
(109,140,170)
#64809B
(100,128,155)
#5B748C
(91,116,140)
#52687D
(82,104,125)
#495C6E
(73,92,110)
#40505F
(64,80,95)
#374450
(55,68,80)
#2E3841
(46,56,65)
#252C32
(37,44,50)
#1C2023
(28,32,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6D8CAA

#6D8CAA
(109,140,170)
#7A96B1
(122,150,177)
#87A0B8
(135,160,184)
#94AABF
(148,170,191)
#A1B4C6
(161,180,198)
#AEBECD
(174,190,205)
#BBC8D4
(187,200,212)
#C8D2DB
(200,210,219)
#D5DCE2
(213,220,226)
#E2E6E9
(226,230,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8CAA; }

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

This text font color is #6D8CAA.


Background Color

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

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

This div background color is #6D8CAA.


Border color

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

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

This div border color is #6D8CAA.


Opacity

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

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

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

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

This text has shadow with #6D8CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8CAA on black background.


Color preview on white background

This text has color #6D8CAA on white background.



Black color preview on #6D8CAA background

This text has black color on #6D8CAA background.


White color preview on #6D8CAA background

This text has white color on #6D8CAA background.