COLOR #6F687F

HEX: #6F687F RGB: (111,104,127)

Color info

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

RGB color model

#6F687F color RGB value is (111,104,127).

RGB: (111,104,127) (44%, 41%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 127 of 255 = 50%

111
104
127

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

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 127 = 342 (100%)
R 111 of 342 ~ 32.46%
G 104 of 342 ~ 30.41%
B 127 of 342 ~ 37.13'%

%32.46
%30.41
%37.13

CMYK color model

#6F687F color CMYK value is (13,18,0,50).

  • cyan value is 12.60%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (13,18,0,50)
C13M18Y0K50 (13%, 18%, 0%, 50%)
(0.13 / 0.18 / 0.00 / 0.50)

CMYK percentages

%12.6
%18.11
%0
%50.2

Codes

Color #6F687F in popluar color models

6F 68 7F
RGB 111 104 127
HSL 258° 9.96% 45.29%
HSB/HSV 258° 18.11% 49.80%
CMYK 12.60% 18.11% 0.00%
50.20%

Color #6F687F in popluar number systems.

HEX 6F 68 7F
Decimal 111 104 127
Binary 1101111 1101000 1111111
Octal 157 150 177

Shades and tints

Shades of #6F687F

#6F687F
(111,104,127)
#655F74
(101,95,116)
#5B5669
(91,86,105)
#514D5E
(81,77,94)
#474453
(71,68,83)
#3D3B48
(61,59,72)
#33323D
(51,50,61)
#292932
(41,41,50)
#1F2027
(31,32,39)
#15171C
(21,23,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F687F

#6F687F
(111,104,127)
#7C758A
(124,117,138)
#898295
(137,130,149)
#968FA0
(150,143,160)
#A39CAB
(163,156,171)
#B0A9B6
(176,169,182)
#BDB6C1
(189,182,193)
#CAC3CC
(202,195,204)
#D7D0D7
(215,208,215)
#E4DDE2
(228,221,226)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F687F; }

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

This text font color is #6F687F.

Background Color

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

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

This div background color is #6F687F.

Border color

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

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

This div border color is #6F687F.

Opacity

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

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

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

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

This text has shadow with #6F687F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F687F.

Preview

Color preview on black background

This text has color #6F687F on black background.


Color preview on white background

This text has color #6F687F on white background.


Black color preview on #6F687F background

This text has black color on #6F687F background.


White color preview on #6F687F background

This text has white color on #6F687F background.


Related colors

Complementary color

Complementary color for #hex is #909780.


I love getcolorcode.com

Triadic colors

1 #7F6F68 and #687F6F with #6F687F are triadic colors.

2 #7F686F and #686F7F with #6F687F are triadic colors.