COLOR #6F747D

HEX: #6F747D RGB: (111,116,125)

Color info

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

RGB color model

#6F747D color RGB value is (111,116,125).

RGB: (111,116,125) (44%, 45%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 125 of 255 = 49%

111
116
125

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 125 = 352 (100%)
R 111 of 352 ~ 31.53%
G 116 of 352 ~ 32.95%
B 125 of 352 ~ 35.51'%

%31.53
%32.95
%35.51

CMYK color model

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

  • cyan value is 11.20%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (11,7,0,51)
C11M7Y0K51 (11%, 7%, 0%, 51%)
(0.11 / 0.07 / 0.00 / 0.51)

CMYK percentages

%11.2
%7.2
%0
%50.98

Codes

Color #6F747D in popluar color models

6F 74 7D
RGB 111 116 125
HSL 219° 5.93% 46.27%
HSB/HSV 219° 11.20% 49.02%
CMYK 11.20% 7.20% 0.00%
50.98%

Color #6F747D in popluar number systems.

HEX 6F 74 7D
Decimal 111 116 125
Binary 1101111 1110100 1111101
Octal 157 164 175

Shades and tints

Shades of #6F747D

#6F747D
(111,116,125)
#656A72
(101,106,114)
#5B6067
(91,96,103)
#51565C
(81,86,92)
#474C51
(71,76,81)
#3D4246
(61,66,70)
#33383B
(51,56,59)
#292E30
(41,46,48)
#1F2425
(31,36,37)
#151A1A
(21,26,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F747D

#6F747D
(111,116,125)
#7C8088
(124,128,136)
#898C93
(137,140,147)
#96989E
(150,152,158)
#A3A4A9
(163,164,169)
#B0B0B4
(176,176,180)
#BDBCBF
(189,188,191)
#CAC8CA
(202,200,202)
#D7D4D5
(215,212,213)
#E4E0E0
(228,224,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F747D; }

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

This text font color is #6F747D.

Background Color

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

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

This div background color is #6F747D.

Border color

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

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

This div border color is #6F747D.

Opacity

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

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

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

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

This text has shadow with #6F747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F747D.

Preview

Color preview on black background

This text has color #6F747D on black background.


Color preview on white background

This text has color #6F747D on white background.


Black color preview on #6F747D background

This text has black color on #6F747D background.


White color preview on #6F747D background

This text has white color on #6F747D background.


Related colors

Complementary color

Complementary color for #hex is #908B82.


I love getcolorcode.com

Triadic colors

1 #7D6F74 and #747D6F with #6F747D are triadic colors.

2 #7D746F and #746F7D with #6F747D are triadic colors.