COLOR #6F6769

HEX: #6F6769
RGB: (111,103,105)

Color info

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

RGB color model

#6F6769 color RGB value is (111,103,105).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 105 of 255 = 41%

111
103
105

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 105 = 319 (100%)
R 111 of 319 ~ 34.8%
G 103 of 319 ~ 32.29%
B 105 of 319 ~ 32.92%

%34.8
%32.29
%32.92

CMYK color model

#6F6769 color CMYK value is (0,7,5,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 5.41%
  • key color value is 56.47%
CMYK:
(0,7,5,56)
C0M7Y5K56 
(0%,7%,5%,56%)
(0.00/0.07/0.05/0.56)	

CMYK percentages

%0
%7.21
%5.41
%56.47

Codes

Color #6F6769 in popluar color models

6F6769
RGB111103105
HSL345°3.74%41.96%
HSB/HSV345°7.21%43.53%
CMYK0.00%7.21%5.41%
56.47%

Color #6F6769 in popluar number systems.

HEX6F6769
Decimal111103105
Binary110111111001111101001
Octal157147151

Shades and tints

Shades of #6F6769

#6F6769
(111,103,105)
#655E60
(101,94,96)
#5B5557
(91,85,87)
#514C4E
(81,76,78)
#474345
(71,67,69)
#3D3A3C
(61,58,60)
#333133
(51,49,51)
#29282A
(41,40,42)
#1F1F21
(31,31,33)
#151618
(21,22,24)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F6769

#6F6769
(111,103,105)
#7C7476
(124,116,118)
#898183
(137,129,131)
#968E90
(150,142,144)
#A39B9D
(163,155,157)
#B0A8AA
(176,168,170)
#BDB5B7
(189,181,183)
#CAC2C4
(202,194,196)
#D7CFD1
(215,207,209)
#E4DCDE
(228,220,222)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6769; }

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

This text font color is #6F6769.


Background Color

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

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

This div background color is #6F6769.


Border color

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

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

This div border color is #6F6769.


Opacity

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

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

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

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

This text has shadow with #6F6769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6769 on black background.


Color preview on white background

This text has color #6F6769 on white background.



Black color preview on #6F6769 background

This text has black color on #6F6769 background.


White color preview on #6F6769 background

This text has white color on #6F6769 background.