COLOR #6C6664

HEX: #6C6664
RGB: (108,102,100)

Color info

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

RGB color model

#6C6664 color RGB value is (108,102,100).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 100 of 255 = 39%

108
102
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 100 = 310 (100%)
R 108 of 310 ~ 34.84%
G 102 of 310 ~ 32.9%
B 100 of 310 ~ 32.26%

%34.84
%32.9
%32.26

CMYK color model

#6C6664 color CMYK value is (0,6,7,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,6,7,58)
C0M6Y7K58 
(0%,6%,7%,58%)
(0.00/0.06/0.07/0.58)	

CMYK percentages

%0
%5.56
%7.41
%57.65

Codes

Color #6C6664 in popluar color models

6C6664
RGB108102100
HSL15°3.85%40.78%
HSB/HSV15°7.41%42.35%
CMYK0.00%5.56%7.41%
57.65%

Color #6C6664 in popluar number systems.

HEX6C6664
Decimal108102100
Binary110110011001101100100
Octal154146144

Shades and tints

Shades of #6C6664

#6C6664
(108,102,100)
#635D5B
(99,93,91)
#5A5452
(90,84,82)
#514B49
(81,75,73)
#484240
(72,66,64)
#3F3937
(63,57,55)
#36302E
(54,48,46)
#2D2725
(45,39,37)
#241E1C
(36,30,28)
#1B1513
(27,21,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C6664

#6C6664
(108,102,100)
#797372
(121,115,114)
#868080
(134,128,128)
#938D8E
(147,141,142)
#A09A9C
(160,154,156)
#ADA7AA
(173,167,170)
#BAB4B8
(186,180,184)
#C7C1C6
(199,193,198)
#D4CED4
(212,206,212)
#E1DBE2
(225,219,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6664; }

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

This text font color is #6C6664.


Background Color

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

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

This div background color is #6C6664.


Border color

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

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

This div border color is #6C6664.


Opacity

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

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

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

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

This text has shadow with #6C6664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6664 on black background.


Color preview on white background

This text has color #6C6664 on white background.



Black color preview on #6C6664 background

This text has black color on #6C6664 background.


White color preview on #6C6664 background

This text has white color on #6C6664 background.