COLOR #6F6B6F

HEX: #6F6B6F RGB: (111,107,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
107
111

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

Portions of RGB colors in percentages

R + G + B = 111 + 107 + 111 = 329 (100%)
R 111 of 329 ~ 33.74%
G 107 of 329 ~ 32.52%
B 111 of 329 ~ 33.74'%

%33.74
%32.52
%33.74

CMYK color model

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

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

CMYK: (0,4,0,56)
C0M4Y0K56 (0%, 4%, 0%, 56%)
(0.00 / 0.04 / 0.00 / 0.56)

CMYK percentages

%0
%3.6
%0
%56.47

Codes

Color #6F6B6F in popluar color models

6F 6B 6F
RGB 111 107 111
HSL 300° 1.83% 42.75%
HSB/HSV 300° 3.60% 43.53%
CMYK 0.00% 3.60% 0.00%
56.47%

Color #6F6B6F in popluar number systems.

HEX 6F 6B 6F
Decimal 111 107 111
Binary 1101111 1101011 1101111
Octal 157 153 157

Shades and tints

Shades of #6F6B6F

#6F6B6F
(111,107,111)
#656265
(101,98,101)
#5B595B
(91,89,91)
#515051
(81,80,81)
#474747
(71,71,71)
#3D3E3D
(61,62,61)
#333533
(51,53,51)
#292C29
(41,44,41)
#1F231F
(31,35,31)
#151A15
(21,26,21)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F6B6F

#6F6B6F
(111,107,111)
#7C787C
(124,120,124)
#898589
(137,133,137)
#969296
(150,146,150)
#A39FA3
(163,159,163)
#B0ACB0
(176,172,176)
#BDB9BD
(189,185,189)
#CAC6CA
(202,198,202)
#D7D3D7
(215,211,215)
#E4E0E4
(228,224,228)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6B6F; }

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

This text font color is #6F6B6F.

Background Color

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

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

This div background color is #6F6B6F.

Border color

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

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

This div border color is #6F6B6F.

Opacity

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

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

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

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

This text has shadow with #6F6B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6B6F.

Preview

Color preview on black background

This text has color #6F6B6F on black background.


Color preview on white background

This text has color #6F6B6F on white background.


Black color preview on #6F6B6F background

This text has black color on #6F6B6F background.


White color preview on #6F6B6F background

This text has white color on #6F6B6F background.


Related colors

Complementary color

Complementary color for #hex is #909490.


I love getcolorcode.com

Triadic colors

1 #6F6F6B and #6B6F6F with #6F6B6F are triadic colors.

2 #6F6B6F and #6B6F6F with #6F6B6F are triadic colors.