COLOR #6F686A

HEX: #6F686A
RGB: (111,104,106)

Color info

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

RGB color model

#6F686A color RGB value is (111,104,106).

  • red value is 111;
  • green value is 104;
  • blue value is 106.
RGB:
(111,104,106)
(44%,41%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 106 of 255 = 42%

111
104
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 106 = 321 (100%)
R 111 of 321 ~ 34.58%
G 104 of 321 ~ 32.4%
B 106 of 321 ~ 33.02%

%34.58
%32.4
%33.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 4.50%
  • key color value is 56.47%
CMYK:
(0,6,5,56)
C0M6Y5K56 
(0%,6%,5%,56%)
(0.00/0.06/0.05/0.56)	

CMYK percentages

%0
%6.31
%4.5
%56.47

Codes

Color #6F686A in popluar color models

6F686A
RGB111104106
HSL343°3.26%42.16%
HSB/HSV343°6.31%43.53%
CMYK0.00%6.31%4.50%
56.47%

Color #6F686A in popluar number systems.

HEX6F686A
Decimal111104106
Binary110111111010001101010
Octal157150152

Shades and tints

Shades of #6F686A

#6F686A
(111,104,106)
#655F61
(101,95,97)
#5B5658
(91,86,88)
#514D4F
(81,77,79)
#474446
(71,68,70)
#3D3B3D
(61,59,61)
#333234
(51,50,52)
#29292B
(41,41,43)
#1F2022
(31,32,34)
#151719
(21,23,25)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F686A

#6F686A
(111,104,106)
#7C7577
(124,117,119)
#898284
(137,130,132)
#968F91
(150,143,145)
#A39C9E
(163,156,158)
#B0A9AB
(176,169,171)
#BDB6B8
(189,182,184)
#CAC3C5
(202,195,197)
#D7D0D2
(215,208,210)
#E4DDDF
(228,221,223)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F686A color. Also use rgb(111,104,106) instead hex code.

Text Font Color

.myTextColor { color: #6F686A; }

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

This text font color is #6F686A.


Background Color

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

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

This div background color is #6F686A.


Border color

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

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

This div border color is #6F686A.


Opacity

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

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

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

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

This text has shadow with #6F686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F686A on black background.


Color preview on white background

This text has color #6F686A on white background.



Black color preview on #6F686A background

This text has black color on #6F686A background.


White color preview on #6F686A background

This text has white color on #6F686A background.