COLOR #6F868E

HEX: #6F868E
RGB: (111,134,142)

Color info

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

RGB color model

#6F868E color RGB value is (111,134,142).

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

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 142 of 255 = 56%

111
134
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 134 + 142 = 387 (100%)
R 111 of 387 ~ 28.68%
G 134 of 387 ~ 34.63%
B 142 of 387 ~ 36.69%

%28.68
%34.63
%36.69

CMYK color model

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

  • cyan value is 21.83%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,6,0,44)
C22M6Y0K44 
(22%,6%,0%,44%)
(0.22/0.06/0.00/0.44)	

CMYK percentages

%21.83
%5.63
%0
%44.31

Codes

Color #6F868E in popluar color models

6F868E
RGB111134142
HSL195°12.25%49.61%
HSB/HSV195°21.83%55.69%
CMYK21.83%5.63%0.00%
44.31%

Color #6F868E in popluar number systems.

HEX6F868E
Decimal111134142
Binary11011111000011010001110
Octal157206216

Shades and tints

Shades of #6F868E

#6F868E
(111,134,142)
#657A82
(101,122,130)
#5B6E76
(91,110,118)
#51626A
(81,98,106)
#47565E
(71,86,94)
#3D4A52
(61,74,82)
#333E46
(51,62,70)
#29323A
(41,50,58)
#1F262E
(31,38,46)
#151A22
(21,26,34)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #6F868E

#6F868E
(111,134,142)
#7C9198
(124,145,152)
#899CA2
(137,156,162)
#96A7AC
(150,167,172)
#A3B2B6
(163,178,182)
#B0BDC0
(176,189,192)
#BDC8CA
(189,200,202)
#CAD3D4
(202,211,212)
#D7DEDE
(215,222,222)
#E4E9E8
(228,233,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F868E; }

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

This text font color is #6F868E.


Background Color

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

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

This div background color is #6F868E.


Border color

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

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

This div border color is #6F868E.


Opacity

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

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

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

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

This text has shadow with #6F868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F868E on black background.


Color preview on white background

This text has color #6F868E on white background.



Black color preview on #6F868E background

This text has black color on #6F868E background.


White color preview on #6F868E background

This text has white color on #6F868E background.