COLOR #6D797D

HEX: #6D797D
RGB: (109,121,125)

Color info

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

RGB color model

#6D797D color RGB value is (109,121,125).

  • red value is 109;
  • green value is 121;
  • blue value is 125.
RGB:
(109,121,125)
(43%,47%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 125 of 255 = 49%

109
121
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 125 = 355 (100%)
R 109 of 355 ~ 30.7%
G 121 of 355 ~ 34.08%
B 125 of 355 ~ 35.21%

%30.7
%34.08
%35.21

CMYK color model

#6D797D color CMYK value is (13,3,0,51).

  • cyan value is 12.80%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(13,3,0,51)
C13M3Y0K51 
(13%,3%,0%,51%)
(0.13/0.03/0.00/0.51)	

CMYK percentages

%12.8
%3.2
%0
%50.98

Codes

Color #6D797D in popluar color models

6D797D
RGB109121125
HSL195°6.84%45.88%
HSB/HSV195°12.80%49.02%
CMYK12.80%3.20%0.00%
50.98%

Color #6D797D in popluar number systems.

HEX6D797D
Decimal109121125
Binary110110111110011111101
Octal155171175

Shades and tints

Shades of #6D797D

#6D797D
(109,121,125)
#646E72
(100,110,114)
#5B6367
(91,99,103)
#52585C
(82,88,92)
#494D51
(73,77,81)
#404246
(64,66,70)
#37373B
(55,55,59)
#2E2C30
(46,44,48)
#252125
(37,33,37)
#1C161A
(28,22,26)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D797D

#6D797D
(109,121,125)
#7A8588
(122,133,136)
#879193
(135,145,147)
#949D9E
(148,157,158)
#A1A9A9
(161,169,169)
#AEB5B4
(174,181,180)
#BBC1BF
(187,193,191)
#C8CDCA
(200,205,202)
#D5D9D5
(213,217,213)
#E2E5E0
(226,229,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D797D color. Also use rgb(109,121,125) instead hex code.

Text Font Color

.myTextColor { color: #6D797D; }

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

This text font color is #6D797D.


Background Color

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

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

This div background color is #6D797D.


Border color

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

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

This div border color is #6D797D.


Opacity

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

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

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

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

This text has shadow with #6D797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D797D on black background.


Color preview on white background

This text has color #6D797D on white background.



Black color preview on #6D797D background

This text has black color on #6D797D background.


White color preview on #6D797D background

This text has white color on #6D797D background.