COLOR #6F767D

HEX: #6F767D RGB: (111,118,125)

Color info

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

RGB color model

#6F767D color RGB value is (111,118,125).

RGB: (111,118,125) (44%, 46%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 125 of 255 = 49%

111
118
125

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 125 = 354 (100%)
R 111 of 354 ~ 31.36%
G 118 of 354 ~ 33.33%
B 125 of 354 ~ 35.31'%

%31.36
%33.33
%35.31

CMYK color model

#6F767D color CMYK value is (11,6,0,51).

  • cyan value is 11.20%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (11,6,0,51) C11M6Y0K51 (11%,6%,0%,51%) (0.11/0.06/0.00/0.51) 

CMYK percentages

%11.2
%5.6
%0
%50.98

Codes

Color #6F767D in popluar color models

6F 76 7D
RGB 111 118 125
HSL 210° 5.93% 46.27%
HSB/HSV 210° 11.20% 49.02%
CMYK 11.20% 5.60% 0.00%
50.98%

Color #6F767D in popluar number systems.

HEX 6F 76 7D
Decimal 111 118 125
Binary 1101111 1110110 1111101
Octal 157 166 175

Shades and tints

Shades of #6F767D

#6F767D
(111,118,125)
#656C72
(101,108,114)
#5B6267
(91,98,103)
#51585C
(81,88,92)
#474E51
(71,78,81)
#3D4446
(61,68,70)
#333A3B
(51,58,59)
#293030
(41,48,48)
#1F2625
(31,38,37)
#151C1A
(21,28,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F767D

#6F767D
(111,118,125)
#7C8288
(124,130,136)
#898E93
(137,142,147)
#969A9E
(150,154,158)
#A3A6A9
(163,166,169)
#B0B2B4
(176,178,180)
#BDBEBF
(189,190,191)
#CACACA
(202,202,202)
#D7D6D5
(215,214,213)
#E4E2E0
(228,226,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F767D; }

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

This text font color is #6F767D.

Background Color

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

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

This div background color is #6F767D.

Border color

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

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

This div border color is #6F767D.

Opacity

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

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

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

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

This text has shadow with #6F767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F767D.

Preview

Color preview on black background

This text has color #6F767D on black background.


Color preview on white background

This text has color #6F767D on white background.


Black color preview on #6F767D background

This text has black color on #6F767D background.


White color preview on #6F767D background

This text has white color on #6F767D background.


Related colors

Complementary color

Complementary color for #hex is #908982.


I love getcolorcode.com

Triadic colors

1 #7D6F76 and #767D6F with #6F767D are triadic colors.

2 #7D766F and #766F7D with #6F767D are triadic colors.