COLOR #6D8BA2

HEX: #6D8BA2
RGB: (109,139,162)

Color info

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

RGB color model

#6D8BA2 color RGB value is (109,139,162).

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

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 162 of 255 = 64%

109
139
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 139 + 162 = 410 (100%)
R 109 of 410 ~ 26.59%
G 139 of 410 ~ 33.9%
B 162 of 410 ~ 39.51%

%26.59
%33.9
%39.51

CMYK color model

#6D8BA2 color CMYK value is (33,14,0,36).

  • cyan value is 32.72%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,14,0,36)
C33M14Y0K36 
(33%,14%,0%,36%)
(0.33/0.14/0.00/0.36)	

CMYK percentages

%32.72
%14.2
%0
%36.47

Codes

Color #6D8BA2 in popluar color models

6D8BA2
RGB109139162
HSL206°22.18%53.14%
HSB/HSV206°32.72%63.53%
CMYK32.72%14.20%0.00%
36.47%

Color #6D8BA2 in popluar number systems.

HEX6D8BA2
Decimal109139162
Binary11011011000101110100010
Octal155213242

Shades and tints

Shades of #6D8BA2

#6D8BA2
(109,139,162)
#647F94
(100,127,148)
#5B7386
(91,115,134)
#526778
(82,103,120)
#495B6A
(73,91,106)
#404F5C
(64,79,92)
#37434E
(55,67,78)
#2E3740
(46,55,64)
#252B32
(37,43,50)
#1C1F24
(28,31,36)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #6D8BA2

#6D8BA2
(109,139,162)
#7A95AA
(122,149,170)
#879FB2
(135,159,178)
#94A9BA
(148,169,186)
#A1B3C2
(161,179,194)
#AEBDCA
(174,189,202)
#BBC7D2
(187,199,210)
#C8D1DA
(200,209,218)
#D5DBE2
(213,219,226)
#E2E5EA
(226,229,234)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8BA2; }

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

This text font color is #6D8BA2.


Background Color

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

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

This div background color is #6D8BA2.


Border color

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

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

This div border color is #6D8BA2.


Opacity

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

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

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

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

This text has shadow with #6D8BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8BA2 on black background.


Color preview on white background

This text has color #6D8BA2 on white background.



Black color preview on #6D8BA2 background

This text has black color on #6D8BA2 background.


White color preview on #6D8BA2 background

This text has white color on #6D8BA2 background.