COLOR #6F6979

HEX: #6F6979
RGB: (111,105,121)

Color info

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

RGB color model

#6F6979 color RGB value is (111,105,121).

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

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 121 of 255 = 47%

111
105
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 105 + 121 = 337 (100%)
R 111 of 337 ~ 32.94%
G 105 of 337 ~ 31.16%
B 121 of 337 ~ 35.91%

%32.94
%31.16
%35.91

CMYK color model

#6F6979 color CMYK value is (8,13,0,53).

  • cyan value is 8.26%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,13,0,53)
C8M13Y0K53 
(8%,13%,0%,53%)
(0.08/0.13/0.00/0.53)	

CMYK percentages

%8.26
%13.22
%0
%52.55

Codes

Color #6F6979 in popluar color models

6F6979
RGB111105121
HSL263°7.08%44.31%
HSB/HSV263°13.22%47.45%
CMYK8.26%13.22%0.00%
52.55%

Color #6F6979 in popluar number systems.

HEX6F6979
Decimal111105121
Binary110111111010011111001
Octal157151171

Shades and tints

Shades of #6F6979

#6F6979
(111,105,121)
#65606E
(101,96,110)
#5B5763
(91,87,99)
#514E58
(81,78,88)
#47454D
(71,69,77)
#3D3C42
(61,60,66)
#333337
(51,51,55)
#292A2C
(41,42,44)
#1F2121
(31,33,33)
#151816
(21,24,22)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #6F6979

#6F6979
(111,105,121)
#7C7685
(124,118,133)
#898391
(137,131,145)
#96909D
(150,144,157)
#A39DA9
(163,157,169)
#B0AAB5
(176,170,181)
#BDB7C1
(189,183,193)
#CAC4CD
(202,196,205)
#D7D1D9
(215,209,217)
#E4DEE5
(228,222,229)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6979; }

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

This text font color is #6F6979.


Background Color

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

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

This div background color is #6F6979.


Border color

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

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

This div border color is #6F6979.


Opacity

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

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

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

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

This text has shadow with #6F6979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6979 on black background.


Color preview on white background

This text has color #6F6979 on white background.



Black color preview on #6F6979 background

This text has black color on #6F6979 background.


White color preview on #6F6979 background

This text has white color on #6F6979 background.