COLOR #6D8EB3

HEX: #6D8EB3
RGB: (109,142,179)

Color info

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

RGB color model

#6D8EB3 color RGB value is (109,142,179).

  • red value is 109;
  • green value is 142;
  • blue value is 179.
RGB:
(109,142,179)
(43%,56%,70%)

RGB channels and saturation

R 109 of 255 = 43%
G 142 of 255 = 56%
B 179 of 255 = 70%

109
142
179

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

Portions of RGB colors in percentages

R + G + B =
109 + 142 + 179 = 430 (100%)
R 109 of 430 ~ 25.35%
G 142 of 430 ~ 33.02%
B 179 of 430 ~ 41.63%

%25.35
%33.02
%41.63

CMYK color model

#6D8EB3 color CMYK value is (39,21,0,30).

  • cyan value is 39.11%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(39,21,0,30)
C39M21Y0K30 
(39%,21%,0%,30%)
(0.39/0.21/0.00/0.30)	

CMYK percentages

%39.11
%20.67
%0
%29.8

Codes

Color #6D8EB3 in popluar color models

6D8EB3
RGB109142179
HSL212°31.53%56.47%
HSB/HSV212°39.11%70.20%
CMYK39.11%20.67%0.00%
29.80%

Color #6D8EB3 in popluar number systems.

HEX6D8EB3
Decimal109142179
Binary11011011000111010110011
Octal155216263

Shades and tints

Shades of #6D8EB3

#6D8EB3
(109,142,179)
#6482A3
(100,130,163)
#5B7693
(91,118,147)
#526A83
(82,106,131)
#495E73
(73,94,115)
#405263
(64,82,99)
#374653
(55,70,83)
#2E3A43
(46,58,67)
#252E33
(37,46,51)
#1C2223
(28,34,35)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #6D8EB3

#6D8EB3
(109,142,179)
#7A98B9
(122,152,185)
#87A2BF
(135,162,191)
#94ACC5
(148,172,197)
#A1B6CB
(161,182,203)
#AEC0D1
(174,192,209)
#BBCAD7
(187,202,215)
#C8D4DD
(200,212,221)
#D5DEE3
(213,222,227)
#E2E8E9
(226,232,233)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8EB3 color. Also use rgb(109,142,179) instead hex code.

Text Font Color

.myTextColor { color: #6D8EB3; }

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

This text font color is #6D8EB3.


Background Color

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

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

This div background color is #6D8EB3.


Border color

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

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

This div border color is #6D8EB3.


Opacity

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

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

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

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

This text has shadow with #6D8EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8EB3 on black background.


Color preview on white background

This text has color #6D8EB3 on white background.



Black color preview on #6D8EB3 background

This text has black color on #6D8EB3 background.


White color preview on #6D8EB3 background

This text has white color on #6D8EB3 background.