COLOR #6D757B

HEX: #6D757B
RGB: (109,117,123)

Color info

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

RGB color model

#6D757B color RGB value is (109,117,123).

  • red value is 109;
  • green value is 117;
  • blue value is 123.
RGB:
(109,117,123)
(43%,46%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 123 of 255 = 48%

109
117
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 123 = 349 (100%)
R 109 of 349 ~ 31.23%
G 117 of 349 ~ 33.52%
B 123 of 349 ~ 35.24%

%31.23
%33.52
%35.24

CMYK color model

#6D757B color CMYK value is (11,5,0,52).

  • cyan value is 11.38%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,5,0,52)
C11M5Y0K52 
(11%,5%,0%,52%)
(0.11/0.05/0.00/0.52)	

CMYK percentages

%11.38
%4.88
%0
%51.76

Codes

Color #6D757B in popluar color models

6D757B
RGB109117123
HSL206°6.03%45.49%
HSB/HSV206°11.38%48.24%
CMYK11.38%4.88%0.00%
51.76%

Color #6D757B in popluar number systems.

HEX6D757B
Decimal109117123
Binary110110111101011111011
Octal155165173

Shades and tints

Shades of #6D757B

#6D757B
(109,117,123)
#646B70
(100,107,112)
#5B6165
(91,97,101)
#52575A
(82,87,90)
#494D4F
(73,77,79)
#404344
(64,67,68)
#373939
(55,57,57)
#2E2F2E
(46,47,46)
#252523
(37,37,35)
#1C1B18
(28,27,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D757B

#6D757B
(109,117,123)
#7A8187
(122,129,135)
#878D93
(135,141,147)
#94999F
(148,153,159)
#A1A5AB
(161,165,171)
#AEB1B7
(174,177,183)
#BBBDC3
(187,189,195)
#C8C9CF
(200,201,207)
#D5D5DB
(213,213,219)
#E2E1E7
(226,225,231)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D757B color. Also use rgb(109,117,123) instead hex code.

Text Font Color

.myTextColor { color: #6D757B; }

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

This text font color is #6D757B.


Background Color

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

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

This div background color is #6D757B.


Border color

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

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

This div border color is #6D757B.


Opacity

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

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

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

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

This text has shadow with #6D757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D757B on black background.


Color preview on white background

This text has color #6D757B on white background.



Black color preview on #6D757B background

This text has black color on #6D757B background.


White color preview on #6D757B background

This text has white color on #6D757B background.