COLOR #6F6B79

HEX: #6F6B79
RGB: (111,107,121)

Color info

#6F6B79 contains red, green and blue colors in about the same proportion. Web safe color of #6F6B79 is #666666 (or #666).

RGB color model

#6F6B79 color RGB value is (111,107,121).

  • red value is 111;
  • green value is 107;
  • blue value is 121.
RGB:
(111,107,121)
(44%,42%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 121 of 255 = 47%

111
107
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 107 + 121 = 339 (100%)
R 111 of 339 ~ 32.74%
G 107 of 339 ~ 31.56%
B 121 of 339 ~ 35.69%

%32.74
%31.56
%35.69

CMYK color model

#6F6B79 color CMYK value is (8,12,0,53).

  • cyan value is 8.26%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,12,0,53)
C8M12Y0K53 
(8%,12%,0%,53%)
(0.08/0.12/0.00/0.53)	

CMYK percentages

%8.26
%11.57
%0
%52.55

Codes

Color #6F6B79 in popluar color models

6F6B79
RGB111107121
HSL257°6.14%44.71%
HSB/HSV257°11.57%47.45%
CMYK8.26%11.57%0.00%
52.55%

Color #6F6B79 in popluar number systems.

HEX6F6B79
Decimal111107121
Binary110111111010111111001
Octal157153171

Shades and tints

Shades of #6F6B79

#6F6B79
(111,107,121)
#65626E
(101,98,110)
#5B5963
(91,89,99)
#515058
(81,80,88)
#47474D
(71,71,77)
#3D3E42
(61,62,66)
#333537
(51,53,55)
#292C2C
(41,44,44)
#1F2321
(31,35,33)
#151A16
(21,26,22)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F6B79

#6F6B79
(111,107,121)
#7C7885
(124,120,133)
#898591
(137,133,145)
#96929D
(150,146,157)
#A39FA9
(163,159,169)
#B0ACB5
(176,172,181)
#BDB9C1
(189,185,193)
#CAC6CD
(202,198,205)
#D7D3D9
(215,211,217)
#E4E0E5
(228,224,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6B79 color. Also use rgb(111,107,121) instead hex code.

Text Font Color

.myTextColor { color: #6F6B79; }

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

This text font color is #6F6B79.


Background Color

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

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

This div background color is #6F6B79.


Border color

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

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

This div border color is #6F6B79.


Opacity

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

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

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

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

This text has shadow with #6F6B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6B79 on black background.


Color preview on white background

This text has color #6F6B79 on white background.



Black color preview on #6F6B79 background

This text has black color on #6F6B79 background.


White color preview on #6F6B79 background

This text has white color on #6F6B79 background.