COLOR #6F747E

HEX: #6F747E RGB: (111,116,126)

Color info

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

RGB color model

#6F747E color RGB value is (111,116,126).

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

RGB channels and saturation

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

111
116
126

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 126 = 353 (100%)
R 111 of 353 ~ 31.44%
G 116 of 353 ~ 32.86%
B 126 of 353 ~ 35.69'%

%31.44
%32.86
%35.69

CMYK color model

#6F747E color CMYK value is (12,8,0,51).

  • cyan value is 11.90%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (12,8,0,51)
C12M8Y0K51 (12%, 8%, 0%, 51%)
(0.12 / 0.08 / 0.00 / 0.51)

CMYK percentages

%11.9
%7.94
%0
%50.59

Codes

Color #6F747E in popluar color models

6F 74 7E
RGB 111 116 126
HSL 220° 6.33% 46.47%
HSB/HSV 220° 11.90% 49.41%
CMYK 11.90% 7.94% 0.00%
50.59%

Color #6F747E in popluar number systems.

HEX 6F 74 7E
Decimal 111 116 126
Binary 1101111 1110100 1111110
Octal 157 164 176

Shades and tints

Shades of #6F747E

#6F747E
(111,116,126)
#656A73
(101,106,115)
#5B6068
(91,96,104)
#51565D
(81,86,93)
#474C52
(71,76,82)
#3D4247
(61,66,71)
#33383C
(51,56,60)
#292E31
(41,46,49)
#1F2426
(31,36,38)
#151A1B
(21,26,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F747E

#6F747E
(111,116,126)
#7C8089
(124,128,137)
#898C94
(137,140,148)
#96989F
(150,152,159)
#A3A4AA
(163,164,170)
#B0B0B5
(176,176,181)
#BDBCC0
(189,188,192)
#CAC8CB
(202,200,203)
#D7D4D6
(215,212,214)
#E4E0E1
(228,224,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F747E; }

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

This text font color is #6F747E.

Background Color

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

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

This div background color is #6F747E.

Border color

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

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

This div border color is #6F747E.

Opacity

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

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

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

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

This text has shadow with #6F747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F747E.

Preview

Color preview on black background

This text has color #6F747E on black background.


Color preview on white background

This text has color #6F747E on white background.


Black color preview on #6F747E background

This text has black color on #6F747E background.


White color preview on #6F747E background

This text has white color on #6F747E background.


Related colors

Complementary color

Complementary color for #hex is #908B81.


I love getcolorcode.com

Triadic colors

1 #7E6F74 and #747E6F with #6F747E are triadic colors.

2 #7E746F and #746F7E with #6F747E are triadic colors.