COLOR #6F858F

HEX: #6F858F
RGB: (111,133,143)

Color info

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

RGB color model

#6F858F color RGB value is (111,133,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 143 of 255 = 56%

111
133
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 143 = 387 (100%)
R 111 of 387 ~ 28.68%
G 133 of 387 ~ 34.37%
B 143 of 387 ~ 36.95%

%28.68
%34.37
%36.95

CMYK color model

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

  • cyan value is 22.38%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,7,0,44)
C22M7Y0K44 
(22%,7%,0%,44%)
(0.22/0.07/0.00/0.44)	

CMYK percentages

%22.38
%6.99
%0
%43.92

Codes

Color #6F858F in popluar color models

6F858F
RGB111133143
HSL199°12.60%49.80%
HSB/HSV199°22.38%56.08%
CMYK22.38%6.99%0.00%
43.92%

Color #6F858F in popluar number systems.

HEX6F858F
Decimal111133143
Binary11011111000010110001111
Octal157205217

Shades and tints

Shades of #6F858F

#6F858F
(111,133,143)
#657982
(101,121,130)
#5B6D75
(91,109,117)
#516168
(81,97,104)
#47555B
(71,85,91)
#3D494E
(61,73,78)
#333D41
(51,61,65)
#293134
(41,49,52)
#1F2527
(31,37,39)
#15191A
(21,25,26)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #6F858F

#6F858F
(111,133,143)
#7C9099
(124,144,153)
#899BA3
(137,155,163)
#96A6AD
(150,166,173)
#A3B1B7
(163,177,183)
#B0BCC1
(176,188,193)
#BDC7CB
(189,199,203)
#CAD2D5
(202,210,213)
#D7DDDF
(215,221,223)
#E4E8E9
(228,232,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F858F; }

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

This text font color is #6F858F.


Background Color

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

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

This div background color is #6F858F.


Border color

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

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

This div border color is #6F858F.


Opacity

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

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

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

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

This text has shadow with #6F858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F858F on black background.


Color preview on white background

This text has color #6F858F on white background.



Black color preview on #6F858F background

This text has black color on #6F858F background.


White color preview on #6F858F background

This text has white color on #6F858F background.