COLOR #6F808F

HEX: #6F808F
RGB: (111,128,143)

Color info

#6F808F contains red, green and blue colors in about the same proportion. Web safe color of #6F808F is #666699 (or #669).

RGB color model

#6F808F color RGB value is (111,128,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 143 of 255 = 56%

111
128
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 143 = 382 (100%)
R 111 of 382 ~ 29.06%
G 128 of 382 ~ 33.51%
B 143 of 382 ~ 37.43%

%29.06
%33.51
%37.43

CMYK color model

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

  • cyan value is 22.38%
  • magenta value is 10.49%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,10,0,44)
C22M10Y0K44 
(22%,10%,0%,44%)
(0.22/0.10/0.00/0.44)	

CMYK percentages

%22.38
%10.49
%0
%43.92

Codes

Color #6F808F in popluar color models

6F808F
RGB111128143
HSL208°12.60%49.80%
HSB/HSV208°22.38%56.08%
CMYK22.38%10.49%0.00%
43.92%

Color #6F808F in popluar number systems.

HEX6F808F
Decimal111128143
Binary11011111000000010001111
Octal157200217

Shades and tints

Shades of #6F808F

#6F808F
(111,128,143)
#657582
(101,117,130)
#5B6A75
(91,106,117)
#515F68
(81,95,104)
#47545B
(71,84,91)
#3D494E
(61,73,78)
#333E41
(51,62,65)
#293334
(41,51,52)
#1F2827
(31,40,39)
#151D1A
(21,29,26)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F808F

#6F808F
(111,128,143)
#7C8B99
(124,139,153)
#8996A3
(137,150,163)
#96A1AD
(150,161,173)
#A3ACB7
(163,172,183)
#B0B7C1
(176,183,193)
#BDC2CB
(189,194,203)
#CACDD5
(202,205,213)
#D7D8DF
(215,216,223)
#E4E3E9
(228,227,233)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F808F; }

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

This text font color is #6F808F.


Background Color

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

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

This div background color is #6F808F.


Border color

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

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

This div border color is #6F808F.


Opacity

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

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

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

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

This text has shadow with #6F808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F808F on black background.


Color preview on white background

This text has color #6F808F on white background.



Black color preview on #6F808F background

This text has black color on #6F808F background.


White color preview on #6F808F background

This text has white color on #6F808F background.