COLOR #6C757D

HEX: #6C757D
RGB: (108,117,125)

Color info

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

RGB color model

#6C757D color RGB value is (108,117,125).

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

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 125 of 255 = 49%

108
117
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 117 + 125 = 350 (100%)
R 108 of 350 ~ 30.86%
G 117 of 350 ~ 33.43%
B 125 of 350 ~ 35.71%

%30.86
%33.43
%35.71

CMYK color model

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

  • cyan value is 13.60%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,6,0,51)
C14M6Y0K51 
(14%,6%,0%,51%)
(0.14/0.06/0.00/0.51)	

CMYK percentages

%13.6
%6.4
%0
%50.98

Codes

Color #6C757D in popluar color models

6C757D
RGB108117125
HSL208°7.30%45.69%
HSB/HSV208°13.60%49.02%
CMYK13.60%6.40%0.00%
50.98%

Color #6C757D in popluar number systems.

HEX6C757D
Decimal108117125
Binary110110011101011111101
Octal154165175

Shades and tints

Shades of #6C757D

#6C757D
(108,117,125)
#636B72
(99,107,114)
#5A6167
(90,97,103)
#51575C
(81,87,92)
#484D51
(72,77,81)
#3F4346
(63,67,70)
#36393B
(54,57,59)
#2D2F30
(45,47,48)
#242525
(36,37,37)
#1B1B1A
(27,27,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C757D

#6C757D
(108,117,125)
#798188
(121,129,136)
#868D93
(134,141,147)
#93999E
(147,153,158)
#A0A5A9
(160,165,169)
#ADB1B4
(173,177,180)
#BABDBF
(186,189,191)
#C7C9CA
(199,201,202)
#D4D5D5
(212,213,213)
#E1E1E0
(225,225,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C757D; }

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

This text font color is #6C757D.


Background Color

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

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

This div background color is #6C757D.


Border color

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

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

This div border color is #6C757D.


Opacity

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

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

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

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

This text has shadow with #6C757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C757D on black background.


Color preview on white background

This text has color #6C757D on white background.



Black color preview on #6C757D background

This text has black color on #6C757D background.


White color preview on #6C757D background

This text has white color on #6C757D background.