COLOR #6F818E

HEX: #6F818E
RGB: (111,129,142)

Color info

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

RGB color model

#6F818E color RGB value is (111,129,142).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 142 of 255 = 56%

111
129
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 142 = 382 (100%)
R 111 of 382 ~ 29.06%
G 129 of 382 ~ 33.77%
B 142 of 382 ~ 37.17%

%29.06
%33.77
%37.17

CMYK color model

#6F818E color CMYK value is (22,9,0,44).

  • cyan value is 21.83%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,9,0,44)
C22M9Y0K44 
(22%,9%,0%,44%)
(0.22/0.09/0.00/0.44)	

CMYK percentages

%21.83
%9.15
%0
%44.31

Codes

Color #6F818E in popluar color models

6F818E
RGB111129142
HSL205°12.25%49.61%
HSB/HSV205°21.83%55.69%
CMYK21.83%9.15%0.00%
44.31%

Color #6F818E in popluar number systems.

HEX6F818E
Decimal111129142
Binary11011111000000110001110
Octal157201216

Shades and tints

Shades of #6F818E

#6F818E
(111,129,142)
#657682
(101,118,130)
#5B6B76
(91,107,118)
#51606A
(81,96,106)
#47555E
(71,85,94)
#3D4A52
(61,74,82)
#333F46
(51,63,70)
#29343A
(41,52,58)
#1F292E
(31,41,46)
#151E22
(21,30,34)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #6F818E

#6F818E
(111,129,142)
#7C8C98
(124,140,152)
#8997A2
(137,151,162)
#96A2AC
(150,162,172)
#A3ADB6
(163,173,182)
#B0B8C0
(176,184,192)
#BDC3CA
(189,195,202)
#CACED4
(202,206,212)
#D7D9DE
(215,217,222)
#E4E4E8
(228,228,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F818E; }

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

This text font color is #6F818E.


Background Color

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

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

This div background color is #6F818E.


Border color

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

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

This div border color is #6F818E.


Opacity

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

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

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

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

This text has shadow with #6F818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F818E on black background.


Color preview on white background

This text has color #6F818E on white background.



Black color preview on #6F818E background

This text has black color on #6F818E background.


White color preview on #6F818E background

This text has white color on #6F818E background.