COLOR #6F747C

HEX: #6F747C RGB: (111,116,124)

Color info

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

RGB color model

#6F747C color RGB value is (111,116,124).

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

RGB channels and saturation

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

111
116
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 124 = 351 (100%)
R 111 of 351 ~ 31.62%
G 116 of 351 ~ 33.05%
B 124 of 351 ~ 35.33'%

%31.62
%33.05
%35.33

CMYK color model

#6F747C color CMYK value is (10,6,0,51).

  • cyan value is 10.48%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (10,6,0,51)
C10M6Y0K51 (10%, 6%, 0%, 51%)
(0.10 / 0.06 / 0.00 / 0.51)

CMYK percentages

%10.48
%6.45
%0
%51.37

Codes

Color #6F747C in popluar color models

6F 74 7C
RGB 111 116 124
HSL 217° 5.53% 46.08%
HSB/HSV 217° 10.48% 48.63%
CMYK 10.48% 6.45% 0.00%
51.37%

Color #6F747C in popluar number systems.

HEX 6F 74 7C
Decimal 111 116 124
Binary 1101111 1110100 1111100
Octal 157 164 174

Shades and tints

Shades of #6F747C

#6F747C
(111,116,124)
#656A71
(101,106,113)
#5B6066
(91,96,102)
#51565B
(81,86,91)
#474C50
(71,76,80)
#3D4245
(61,66,69)
#33383A
(51,56,58)
#292E2F
(41,46,47)
#1F2424
(31,36,36)
#151A19
(21,26,25)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F747C

#6F747C
(111,116,124)
#7C8087
(124,128,135)
#898C92
(137,140,146)
#96989D
(150,152,157)
#A3A4A8
(163,164,168)
#B0B0B3
(176,176,179)
#BDBCBE
(189,188,190)
#CAC8C9
(202,200,201)
#D7D4D4
(215,212,212)
#E4E0DF
(228,224,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F747C; }

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

This text font color is #6F747C.

Background Color

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

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

This div background color is #6F747C.

Border color

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

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

This div border color is #6F747C.

Opacity

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

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

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

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

This text has shadow with #6F747C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F747C.

Preview

Color preview on black background

This text has color #6F747C on black background.


Color preview on white background

This text has color #6F747C on white background.


Black color preview on #6F747C background

This text has black color on #6F747C background.


White color preview on #6F747C background

This text has white color on #6F747C background.


Related colors

Complementary color

Complementary color for #hex is #908B83.


I love getcolorcode.com

Triadic colors

1 #7C6F74 and #747C6F with #6F747C are triadic colors.

2 #7C746F and #746F7C with #6F747C are triadic colors.