COLOR #6F949C

HEX: #6F949C
RGB: (111,148,156)

Color info

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

RGB color model

#6F949C color RGB value is (111,148,156).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 156 of 255 = 61%

111
148
156

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 156 = 415 (100%)
R 111 of 415 ~ 26.75%
G 148 of 415 ~ 35.66%
B 156 of 415 ~ 37.59%

%26.75
%35.66
%37.59

CMYK color model

#6F949C color CMYK value is (29,5,0,39).

  • cyan value is 28.85%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,5,0,39)
C29M5Y0K39 
(29%,5%,0%,39%)
(0.29/0.05/0.00/0.39)	

CMYK percentages

%28.85
%5.13
%0
%38.82

Codes

Color #6F949C in popluar color models

6F949C
RGB111148156
HSL191°18.52%52.35%
HSB/HSV191°28.85%61.18%
CMYK28.85%5.13%0.00%
38.82%

Color #6F949C in popluar number systems.

HEX6F949C
Decimal111148156
Binary11011111001010010011100
Octal157224234

Shades and tints

Shades of #6F949C

#6F949C
(111,148,156)
#65878E
(101,135,142)
#5B7A80
(91,122,128)
#516D72
(81,109,114)
#476064
(71,96,100)
#3D5356
(61,83,86)
#334648
(51,70,72)
#29393A
(41,57,58)
#1F2C2C
(31,44,44)
#151F1E
(21,31,30)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F949C

#6F949C
(111,148,156)
#7C9DA5
(124,157,165)
#89A6AE
(137,166,174)
#96AFB7
(150,175,183)
#A3B8C0
(163,184,192)
#B0C1C9
(176,193,201)
#BDCAD2
(189,202,210)
#CAD3DB
(202,211,219)
#D7DCE4
(215,220,228)
#E4E5ED
(228,229,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F949C; }

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

This text font color is #6F949C.


Background Color

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

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

This div background color is #6F949C.


Border color

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

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

This div border color is #6F949C.


Opacity

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

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

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

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

This text has shadow with #6F949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F949C on black background.


Color preview on white background

This text has color #6F949C on white background.



Black color preview on #6F949C background

This text has black color on #6F949C background.


White color preview on #6F949C background

This text has white color on #6F949C background.