COLOR #6C666F

HEX: #6C666F
RGB: (108,102,111)

Color info

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

RGB color model

#6C666F color RGB value is (108,102,111).

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

RGB channels and saturation

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

108
102
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 111 = 321 (100%)
R 108 of 321 ~ 33.64%
G 102 of 321 ~ 31.78%
B 111 of 321 ~ 34.58%

%33.64
%31.78
%34.58

CMYK color model

#6C666F color CMYK value is (3,8,0,56).

  • cyan value is 2.70%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,8,0,56)
C3M8Y0K56 
(3%,8%,0%,56%)
(0.03/0.08/0.00/0.56)	

CMYK percentages

%2.7
%8.11
%0
%56.47

Codes

Color #6C666F in popluar color models

6C666F
RGB108102111
HSL280°4.23%41.76%
HSB/HSV280°8.11%43.53%
CMYK2.70%8.11%0.00%
56.47%

Color #6C666F in popluar number systems.

HEX6C666F
Decimal108102111
Binary110110011001101101111
Octal154146157

Shades and tints

Shades of #6C666F

#6C666F
(108,102,111)
#635D65
(99,93,101)
#5A545B
(90,84,91)
#514B51
(81,75,81)
#484247
(72,66,71)
#3F393D
(63,57,61)
#363033
(54,48,51)
#2D2729
(45,39,41)
#241E1F
(36,30,31)
#1B1515
(27,21,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #6C666F

#6C666F
(108,102,111)
#79737C
(121,115,124)
#868089
(134,128,137)
#938D96
(147,141,150)
#A09AA3
(160,154,163)
#ADA7B0
(173,167,176)
#BAB4BD
(186,180,189)
#C7C1CA
(199,193,202)
#D4CED7
(212,206,215)
#E1DBE4
(225,219,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C666F; }

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

This text font color is #6C666F.


Background Color

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

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

This div background color is #6C666F.


Border color

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

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

This div border color is #6C666F.


Opacity

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

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

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

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

This text has shadow with #6C666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C666F on black background.


Color preview on white background

This text has color #6C666F on white background.



Black color preview on #6C666F background

This text has black color on #6C666F background.


White color preview on #6C666F background

This text has white color on #6C666F background.