COLOR #6D8E9C

HEX: #6D8E9C
RGB: (109,142,156)

Color info

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

RGB color model

#6D8E9C color RGB value is (109,142,156).

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

RGB channels and saturation

R 109 of 255 = 43%
G 142 of 255 = 56%
B 156 of 255 = 61%

109
142
156

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

Portions of RGB colors in percentages

R + G + B =
109 + 142 + 156 = 407 (100%)
R 109 of 407 ~ 26.78%
G 142 of 407 ~ 34.89%
B 156 of 407 ~ 38.33%

%26.78
%34.89
%38.33

CMYK color model

#6D8E9C color CMYK value is (30,9,0,39).

  • cyan value is 30.13%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(30,9,0,39)
C30M9Y0K39 
(30%,9%,0%,39%)
(0.30/0.09/0.00/0.39)	

CMYK percentages

%30.13
%8.97
%0
%38.82

Codes

Color #6D8E9C in popluar color models

6D8E9C
RGB109142156
HSL198°19.18%51.96%
HSB/HSV198°30.13%61.18%
CMYK30.13%8.97%0.00%
38.82%

Color #6D8E9C in popluar number systems.

HEX6D8E9C
Decimal109142156
Binary11011011000111010011100
Octal155216234

Shades and tints

Shades of #6D8E9C

#6D8E9C
(109,142,156)
#64828E
(100,130,142)
#5B7680
(91,118,128)
#526A72
(82,106,114)
#495E64
(73,94,100)
#405256
(64,82,86)
#374648
(55,70,72)
#2E3A3A
(46,58,58)
#252E2C
(37,46,44)
#1C221E
(28,34,30)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #6D8E9C

#6D8E9C
(109,142,156)
#7A98A5
(122,152,165)
#87A2AE
(135,162,174)
#94ACB7
(148,172,183)
#A1B6C0
(161,182,192)
#AEC0C9
(174,192,201)
#BBCAD2
(187,202,210)
#C8D4DB
(200,212,219)
#D5DEE4
(213,222,228)
#E2E8ED
(226,232,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8E9C; }

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

This text font color is #6D8E9C.


Background Color

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

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

This div background color is #6D8E9C.


Border color

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

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

This div border color is #6D8E9C.


Opacity

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

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

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

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

This text has shadow with #6D8E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8E9C on black background.


Color preview on white background

This text has color #6D8E9C on white background.



Black color preview on #6D8E9C background

This text has black color on #6D8E9C background.


White color preview on #6D8E9C background

This text has white color on #6D8E9C background.