COLOR #6F6C6B

HEX: #6F6C6B RGB: (111,108,107)

Color info

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

RGB color model

#6F6C6B color RGB value is (111,108,107).

RGB: (111,108,107) (44%, 42%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 107 of 255 = 42%

111
108
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 108 + 107 = 326 (100%)
R 111 of 326 ~ 34.05%
G 108 of 326 ~ 33.13%
B 107 of 326 ~ 32.82'%

%34.05
%33.13
%32.82

CMYK color model

#6F6C6B color CMYK value is (0,3,4,56).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (0,3,4,56)
C0M3Y4K56 (0%, 3%, 4%, 56%)
(0.00 / 0.03 / 0.04 / 0.56)

CMYK percentages

%0
%2.7
%3.6
%56.47

Codes

Color #6F6C6B in popluar color models

6F 6C 6B
RGB 111 108 107
HSL 15° 1.83% 42.75%
HSB/HSV 15° 3.60% 43.53%
CMYK 0.00% 2.70% 3.60%
56.47%

Color #6F6C6B in popluar number systems.

HEX 6F 6C 6B
Decimal 111 108 107
Binary 1101111 1101100 1101011
Octal 157 154 153

Shades and tints

Shades of #6F6C6B

#6F6C6B
(111,108,107)
#656362
(101,99,98)
#5B5A59
(91,90,89)
#515150
(81,81,80)
#474847
(71,72,71)
#3D3F3E
(61,63,62)
#333635
(51,54,53)
#292D2C
(41,45,44)
#1F2423
(31,36,35)
#151B1A
(21,27,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F6C6B

#6F6C6B
(111,108,107)
#7C7978
(124,121,120)
#898685
(137,134,133)
#969392
(150,147,146)
#A3A09F
(163,160,159)
#B0ADAC
(176,173,172)
#BDBAB9
(189,186,185)
#CAC7C6
(202,199,198)
#D7D4D3
(215,212,211)
#E4E1E0
(228,225,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6C6B; }

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

This text font color is #6F6C6B.

Background Color

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

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

This div background color is #6F6C6B.

Border color

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

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

This div border color is #6F6C6B.

Opacity

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

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

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

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

This text has shadow with #6F6C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6C6B.

Preview

Color preview on black background

This text has color #6F6C6B on black background.


Color preview on white background

This text has color #6F6C6B on white background.


Black color preview on #6F6C6B background

This text has black color on #6F6C6B background.


White color preview on #6F6C6B background

This text has white color on #6F6C6B background.


Related colors

Complementary color

Complementary color for #hex is #909394.


I love getcolorcode.com

Triadic colors

1 #6B6F6C and #6C6B6F with #6F6C6B are triadic colors.

2 #6B6C6F and #6C6F6B with #6F6C6B are triadic colors.