COLOR #6F949F

HEX: #6F949F
RGB: (111,148,159)

Color info

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

RGB color model

#6F949F color RGB value is (111,148,159).

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

RGB channels and saturation

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

111
148
159

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 159 = 418 (100%)
R 111 of 418 ~ 26.56%
G 148 of 418 ~ 35.41%
B 159 of 418 ~ 38.04%

%26.56
%35.41
%38.04

CMYK color model

#6F949F color CMYK value is (30,7,0,38).

  • cyan value is 30.19%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(30,7,0,38)
C30M7Y0K38 
(30%,7%,0%,38%)
(0.30/0.07/0.00/0.38)	

CMYK percentages

%30.19
%6.92
%0
%37.65

Codes

Color #6F949F in popluar color models

6F949F
RGB111148159
HSL194°20.00%52.94%
HSB/HSV194°30.19%62.35%
CMYK30.19%6.92%0.00%
37.65%

Color #6F949F in popluar number systems.

HEX6F949F
Decimal111148159
Binary11011111001010010011111
Octal157224237

Shades and tints

Shades of #6F949F

#6F949F
(111,148,159)
#658791
(101,135,145)
#5B7A83
(91,122,131)
#516D75
(81,109,117)
#476067
(71,96,103)
#3D5359
(61,83,89)
#33464B
(51,70,75)
#29393D
(41,57,61)
#1F2C2F
(31,44,47)
#151F21
(21,31,33)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F949F

#6F949F
(111,148,159)
#7C9DA7
(124,157,167)
#89A6AF
(137,166,175)
#96AFB7
(150,175,183)
#A3B8BF
(163,184,191)
#B0C1C7
(176,193,199)
#BDCACF
(189,202,207)
#CAD3D7
(202,211,215)
#D7DCDF
(215,220,223)
#E4E5E7
(228,229,231)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F949F; }

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

This text font color is #6F949F.


Background Color

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

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

This div background color is #6F949F.


Border color

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

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

This div border color is #6F949F.


Opacity

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

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

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

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

This text has shadow with #6F949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F949F on black background.


Color preview on white background

This text has color #6F949F on white background.



Black color preview on #6F949F background

This text has black color on #6F949F background.


White color preview on #6F949F background

This text has white color on #6F949F background.