COLOR #6F868F

HEX: #6F868F
RGB: (111,134,143)

Color info

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

RGB color model

#6F868F color RGB value is (111,134,143).

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

RGB channels and saturation

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

111
134
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 134 + 143 = 388 (100%)
R 111 of 388 ~ 28.61%
G 134 of 388 ~ 34.54%
B 143 of 388 ~ 36.86%

%28.61
%34.54
%36.86

CMYK color model

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

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

CMYK percentages

%22.38
%6.29
%0
%43.92

Codes

Color #6F868F in popluar color models

6F868F
RGB111134143
HSL197°12.60%49.80%
HSB/HSV197°22.38%56.08%
CMYK22.38%6.29%0.00%
43.92%

Color #6F868F in popluar number systems.

HEX6F868F
Decimal111134143
Binary11011111000011010001111
Octal157206217

Shades and tints

Shades of #6F868F

#6F868F
(111,134,143)
#657A82
(101,122,130)
#5B6E75
(91,110,117)
#516268
(81,98,104)
#47565B
(71,86,91)
#3D4A4E
(61,74,78)
#333E41
(51,62,65)
#293234
(41,50,52)
#1F2627
(31,38,39)
#151A1A
(21,26,26)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F868F

#6F868F
(111,134,143)
#7C9199
(124,145,153)
#899CA3
(137,156,163)
#96A7AD
(150,167,173)
#A3B2B7
(163,178,183)
#B0BDC1
(176,189,193)
#BDC8CB
(189,200,203)
#CAD3D5
(202,211,213)
#D7DEDF
(215,222,223)
#E4E9E9
(228,233,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F868F; }

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

This text font color is #6F868F.


Background Color

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

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

This div background color is #6F868F.


Border color

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

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

This div border color is #6F868F.


Opacity

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

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

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

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

This text has shadow with #6F868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F868F on black background.


Color preview on white background

This text has color #6F868F on white background.



Black color preview on #6F868F background

This text has black color on #6F868F background.


White color preview on #6F868F background

This text has white color on #6F868F background.