COLOR #6F949D

HEX: #6F949D
RGB: (111,148,157)

Color info

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

RGB color model

#6F949D color RGB value is (111,148,157).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 157 of 255 = 62%

111
148
157

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 157 = 416 (100%)
R 111 of 416 ~ 26.68%
G 148 of 416 ~ 35.58%
B 157 of 416 ~ 37.74%

%26.68
%35.58
%37.74

CMYK color model

#6F949D color CMYK value is (29,6,0,38).

  • cyan value is 29.30%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(29,6,0,38)
C29M6Y0K38 
(29%,6%,0%,38%)
(0.29/0.06/0.00/0.38)	

CMYK percentages

%29.3
%5.73
%0
%38.43

Codes

Color #6F949D in popluar color models

6F949D
RGB111148157
HSL192°19.01%52.55%
HSB/HSV192°29.30%61.57%
CMYK29.30%5.73%0.00%
38.43%

Color #6F949D in popluar number systems.

HEX6F949D
Decimal111148157
Binary11011111001010010011101
Octal157224235

Shades and tints

Shades of #6F949D

#6F949D
(111,148,157)
#65878F
(101,135,143)
#5B7A81
(91,122,129)
#516D73
(81,109,115)
#476065
(71,96,101)
#3D5357
(61,83,87)
#334649
(51,70,73)
#29393B
(41,57,59)
#1F2C2D
(31,44,45)
#151F1F
(21,31,31)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F949D

#6F949D
(111,148,157)
#7C9DA5
(124,157,165)
#89A6AD
(137,166,173)
#96AFB5
(150,175,181)
#A3B8BD
(163,184,189)
#B0C1C5
(176,193,197)
#BDCACD
(189,202,205)
#CAD3D5
(202,211,213)
#D7DCDD
(215,220,221)
#E4E5E5
(228,229,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F949D; }

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

This text font color is #6F949D.


Background Color

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

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

This div background color is #6F949D.


Border color

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

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

This div border color is #6F949D.


Opacity

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

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

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

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

This text has shadow with #6F949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F949D on black background.


Color preview on white background

This text has color #6F949D on white background.



Black color preview on #6F949D background

This text has black color on #6F949D background.


White color preview on #6F949D background

This text has white color on #6F949D background.