COLOR #6F818D

HEX: #6F818D
RGB: (111,129,141)

Color info

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

RGB color model

#6F818D color RGB value is (111,129,141).

  • red value is 111;
  • green value is 129;
  • blue value is 141.
RGB:
(111,129,141)
(44%,51%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 141 of 255 = 55%

111
129
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 141 = 381 (100%)
R 111 of 381 ~ 29.13%
G 129 of 381 ~ 33.86%
B 141 of 381 ~ 37.01%

%29.13
%33.86
%37.01

CMYK color model

#6F818D color CMYK value is (21,9,0,45).

  • cyan value is 21.28%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,9,0,45)
C21M9Y0K45 
(21%,9%,0%,45%)
(0.21/0.09/0.00/0.45)	

CMYK percentages

%21.28
%8.51
%0
%44.71

Codes

Color #6F818D in popluar color models

6F818D
RGB111129141
HSL204°11.90%49.41%
HSB/HSV204°21.28%55.29%
CMYK21.28%8.51%0.00%
44.71%

Color #6F818D in popluar number systems.

HEX6F818D
Decimal111129141
Binary11011111000000110001101
Octal157201215

Shades and tints

Shades of #6F818D

#6F818D
(111,129,141)
#657681
(101,118,129)
#5B6B75
(91,107,117)
#516069
(81,96,105)
#47555D
(71,85,93)
#3D4A51
(61,74,81)
#333F45
(51,63,69)
#293439
(41,52,57)
#1F292D
(31,41,45)
#151E21
(21,30,33)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #6F818D

#6F818D
(111,129,141)
#7C8C97
(124,140,151)
#8997A1
(137,151,161)
#96A2AB
(150,162,171)
#A3ADB5
(163,173,181)
#B0B8BF
(176,184,191)
#BDC3C9
(189,195,201)
#CACED3
(202,206,211)
#D7D9DD
(215,217,221)
#E4E4E7
(228,228,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F818D color. Also use rgb(111,129,141) instead hex code.

Text Font Color

.myTextColor { color: #6F818D; }

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

This text font color is #6F818D.


Background Color

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

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

This div background color is #6F818D.


Border color

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

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

This div border color is #6F818D.


Opacity

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

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

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

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

This text has shadow with #6F818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F818D on black background.


Color preview on white background

This text has color #6F818D on white background.



Black color preview on #6F818D background

This text has black color on #6F818D background.


White color preview on #6F818D background

This text has white color on #6F818D background.