COLOR #6F806B

HEX: #6F806B RGB: (111,128,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
128
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 128 + 107 = 346 (100%)
R 111 of 346 ~ 32.08%
G 128 of 346 ~ 36.99%
B 107 of 346 ~ 30.92'%

%32.08
%36.99
%30.92

CMYK color model

#6F806B color CMYK value is (13,0,16,50).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%

CMYK: (13,0,16,50)
C13M0Y16K50 (13%, 0%, 16%, 50%)
(0.13 / 0.00 / 0.16 / 0.50)

CMYK percentages

%13.28
%0
%16.41
%49.8

Codes

Color #6F806B in popluar color models

6F 80 6B
RGB 111 128 107
HSL 109° 8.94% 46.08%
HSB/HSV 109° 16.41% 50.20%
CMYK 13.28% 0.00% 16.41%
49.80%

Color #6F806B in popluar number systems.

HEX 6F 80 6B
Decimal 111 128 107
Binary 1101111 10000000 1101011
Octal 157 200 153

Shades and tints

Shades of #6F806B

#6F806B
(111,128,107)
#657562
(101,117,98)
#5B6A59
(91,106,89)
#515F50
(81,95,80)
#475447
(71,84,71)
#3D493E
(61,73,62)
#333E35
(51,62,53)
#29332C
(41,51,44)
#1F2823
(31,40,35)
#151D1A
(21,29,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F806B

#6F806B
(111,128,107)
#7C8B78
(124,139,120)
#899685
(137,150,133)
#96A192
(150,161,146)
#A3AC9F
(163,172,159)
#B0B7AC
(176,183,172)
#BDC2B9
(189,194,185)
#CACDC6
(202,205,198)
#D7D8D3
(215,216,211)
#E4E3E0
(228,227,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F806B; }

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

This text font color is #6F806B.

Background Color

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

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

This div background color is #6F806B.

Border color

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

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

This div border color is #6F806B.

Opacity

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

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

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

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

This text has shadow with #6F806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F806B.

Preview

Color preview on black background

This text has color #6F806B on black background.


Color preview on white background

This text has color #6F806B on white background.


Black color preview on #6F806B background

This text has black color on #6F806B background.


White color preview on #6F806B background

This text has white color on #6F806B background.


Related colors

Complementary color

Complementary color for #hex is #907F94.


I love getcolorcode.com

Triadic colors

1 #6B6F80 and #806B6F with #6F806B are triadic colors.

2 #6B806F and #806F6B with #6F806B are triadic colors.