COLOR #6C797D

HEX: #6C797D
RGB: (108,121,125)

Color info

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

RGB color model

#6C797D color RGB value is (108,121,125).

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

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 125 of 255 = 49%

108
121
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 125 = 354 (100%)
R 108 of 354 ~ 30.51%
G 121 of 354 ~ 34.18%
B 125 of 354 ~ 35.31%

%30.51
%34.18
%35.31

CMYK color model

#6C797D color CMYK value is (14,3,0,51).

  • cyan value is 13.60%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,3,0,51)
C14M3Y0K51 
(14%,3%,0%,51%)
(0.14/0.03/0.00/0.51)	

CMYK percentages

%13.6
%3.2
%0
%50.98

Codes

Color #6C797D in popluar color models

6C797D
RGB108121125
HSL194°7.30%45.69%
HSB/HSV194°13.60%49.02%
CMYK13.60%3.20%0.00%
50.98%

Color #6C797D in popluar number systems.

HEX6C797D
Decimal108121125
Binary110110011110011111101
Octal154171175

Shades and tints

Shades of #6C797D

#6C797D
(108,121,125)
#636E72
(99,110,114)
#5A6367
(90,99,103)
#51585C
(81,88,92)
#484D51
(72,77,81)
#3F4246
(63,66,70)
#36373B
(54,55,59)
#2D2C30
(45,44,48)
#242125
(36,33,37)
#1B161A
(27,22,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C797D

#6C797D
(108,121,125)
#798588
(121,133,136)
#869193
(134,145,147)
#939D9E
(147,157,158)
#A0A9A9
(160,169,169)
#ADB5B4
(173,181,180)
#BAC1BF
(186,193,191)
#C7CDCA
(199,205,202)
#D4D9D5
(212,217,213)
#E1E5E0
(225,229,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C797D; }

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

This text font color is #6C797D.


Background Color

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

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

This div background color is #6C797D.


Border color

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

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

This div border color is #6C797D.


Opacity

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

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

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

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

This text has shadow with #6C797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C797D on black background.


Color preview on white background

This text has color #6C797D on white background.



Black color preview on #6C797D background

This text has black color on #6C797D background.


White color preview on #6C797D background

This text has white color on #6C797D background.