COLOR #6C666A

HEX: #6C666A
RGB: (108,102,106)

Color info

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

RGB color model

#6C666A color RGB value is (108,102,106).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 106 of 255 = 42%

108
102
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 106 = 316 (100%)
R 108 of 316 ~ 34.18%
G 102 of 316 ~ 32.28%
B 106 of 316 ~ 33.54%

%34.18
%32.28
%33.54

CMYK color model

#6C666A color CMYK value is (0,6,2,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,6,2,58)
C0M6Y2K58 
(0%,6%,2%,58%)
(0.00/0.06/0.02/0.58)	

CMYK percentages

%0
%5.56
%1.85
%57.65

Codes

Color #6C666A in popluar color models

6C666A
RGB108102106
HSL320°2.86%41.18%
HSB/HSV320°5.56%42.35%
CMYK0.00%5.56%1.85%
57.65%

Color #6C666A in popluar number systems.

HEX6C666A
Decimal108102106
Binary110110011001101101010
Octal154146152

Shades and tints

Shades of #6C666A

#6C666A
(108,102,106)
#635D61
(99,93,97)
#5A5458
(90,84,88)
#514B4F
(81,75,79)
#484246
(72,66,70)
#3F393D
(63,57,61)
#363034
(54,48,52)
#2D272B
(45,39,43)
#241E22
(36,30,34)
#1B1519
(27,21,25)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C666A

#6C666A
(108,102,106)
#797377
(121,115,119)
#868084
(134,128,132)
#938D91
(147,141,145)
#A09A9E
(160,154,158)
#ADA7AB
(173,167,171)
#BAB4B8
(186,180,184)
#C7C1C5
(199,193,197)
#D4CED2
(212,206,210)
#E1DBDF
(225,219,223)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C666A; }

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

This text font color is #6C666A.


Background Color

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

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

This div background color is #6C666A.


Border color

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

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

This div border color is #6C666A.


Opacity

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

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

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

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

This text has shadow with #6C666A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C666A on black background.


Color preview on white background

This text has color #6C666A on white background.



Black color preview on #6C666A background

This text has black color on #6C666A background.


White color preview on #6C666A background

This text has white color on #6C666A background.