COLOR #6C676F

HEX: #6C676F
RGB: (108,103,111)

Color info

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

RGB color model

#6C676F color RGB value is (108,103,111).

  • red value is 108;
  • green value is 103;
  • blue value is 111.
RGB:
(108,103,111)
(42%,40%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 111 of 255 = 44%

108
103
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 111 = 322 (100%)
R 108 of 322 ~ 33.54%
G 103 of 322 ~ 31.99%
B 111 of 322 ~ 34.47%

%33.54
%31.99
%34.47

CMYK color model

#6C676F color CMYK value is (3,7,0,56).

  • cyan value is 2.70%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,7,0,56)
C3M7Y0K56 
(3%,7%,0%,56%)
(0.03/0.07/0.00/0.56)	

CMYK percentages

%2.7
%7.21
%0
%56.47

Codes

Color #6C676F in popluar color models

6C676F
RGB108103111
HSL278°3.74%41.96%
HSB/HSV278°7.21%43.53%
CMYK2.70%7.21%0.00%
56.47%

Color #6C676F in popluar number systems.

HEX6C676F
Decimal108103111
Binary110110011001111101111
Octal154147157

Shades and tints

Shades of #6C676F

#6C676F
(108,103,111)
#635E65
(99,94,101)
#5A555B
(90,85,91)
#514C51
(81,76,81)
#484347
(72,67,71)
#3F3A3D
(63,58,61)
#363133
(54,49,51)
#2D2829
(45,40,41)
#241F1F
(36,31,31)
#1B1615
(27,22,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C676F

#6C676F
(108,103,111)
#79747C
(121,116,124)
#868189
(134,129,137)
#938E96
(147,142,150)
#A09BA3
(160,155,163)
#ADA8B0
(173,168,176)
#BAB5BD
(186,181,189)
#C7C2CA
(199,194,202)
#D4CFD7
(212,207,215)
#E1DCE4
(225,220,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C676F color. Also use rgb(108,103,111) instead hex code.

Text Font Color

.myTextColor { color: #6C676F; }

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

This text font color is #6C676F.


Background Color

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

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

This div background color is #6C676F.


Border color

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

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

This div border color is #6C676F.


Opacity

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

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

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

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

This text has shadow with #6C676F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C676F on black background.


Color preview on white background

This text has color #6C676F on white background.



Black color preview on #6C676F background

This text has black color on #6C676F background.


White color preview on #6C676F background

This text has white color on #6C676F background.