COLOR #6D949C

HEX: #6D949C
RGB: (109,148,156)

Color info

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

RGB color model

#6D949C color RGB value is (109,148,156).

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

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 156 of 255 = 61%

109
148
156

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

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 156 = 413 (100%)
R 109 of 413 ~ 26.39%
G 148 of 413 ~ 35.84%
B 156 of 413 ~ 37.77%

%26.39
%35.84
%37.77

CMYK color model

#6D949C color CMYK value is (30,5,0,39).

  • cyan value is 30.13%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(30,5,0,39)
C30M5Y0K39 
(30%,5%,0%,39%)
(0.30/0.05/0.00/0.39)	

CMYK percentages

%30.13
%5.13
%0
%38.82

Codes

Color #6D949C in popluar color models

6D949C
RGB109148156
HSL190°19.18%51.96%
HSB/HSV190°30.13%61.18%
CMYK30.13%5.13%0.00%
38.82%

Color #6D949C in popluar number systems.

HEX6D949C
Decimal109148156
Binary11011011001010010011100
Octal155224234

Shades and tints

Shades of #6D949C

#6D949C
(109,148,156)
#64878E
(100,135,142)
#5B7A80
(91,122,128)
#526D72
(82,109,114)
#496064
(73,96,100)
#405356
(64,83,86)
#374648
(55,70,72)
#2E393A
(46,57,58)
#252C2C
(37,44,44)
#1C1F1E
(28,31,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6D949C

#6D949C
(109,148,156)
#7A9DA5
(122,157,165)
#87A6AE
(135,166,174)
#94AFB7
(148,175,183)
#A1B8C0
(161,184,192)
#AEC1C9
(174,193,201)
#BBCAD2
(187,202,210)
#C8D3DB
(200,211,219)
#D5DCE4
(213,220,228)
#E2E5ED
(226,229,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D949C; }

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

This text font color is #6D949C.


Background Color

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

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

This div background color is #6D949C.


Border color

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

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

This div border color is #6D949C.


Opacity

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

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

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

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

This text has shadow with #6D949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D949C on black background.


Color preview on white background

This text has color #6D949C on white background.



Black color preview on #6D949C background

This text has black color on #6D949C background.


White color preview on #6D949C background

This text has white color on #6D949C background.