COLOR #6C6669

HEX: #6C6669
RGB: (108,102,105)

Color info

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

RGB color model

#6C6669 color RGB value is (108,102,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 105 of 255 = 41%

108
102
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 105 = 315 (100%)
R 108 of 315 ~ 34.29%
G 102 of 315 ~ 32.38%
B 105 of 315 ~ 33.33%

%34.29
%32.38
%33.33

CMYK color model

#6C6669 color CMYK value is (0,6,3,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(0,6,3,58)
C0M6Y3K58 
(0%,6%,3%,58%)
(0.00/0.06/0.03/0.58)	

CMYK percentages

%0
%5.56
%2.78
%57.65

Codes

Color #6C6669 in popluar color models

6C6669
RGB108102105
HSL330°2.86%41.18%
HSB/HSV330°5.56%42.35%
CMYK0.00%5.56%2.78%
57.65%

Color #6C6669 in popluar number systems.

HEX6C6669
Decimal108102105
Binary110110011001101101001
Octal154146151

Shades and tints

Shades of #6C6669

#6C6669
(108,102,105)
#635D60
(99,93,96)
#5A5457
(90,84,87)
#514B4E
(81,75,78)
#484245
(72,66,69)
#3F393C
(63,57,60)
#363033
(54,48,51)
#2D272A
(45,39,42)
#241E21
(36,30,33)
#1B1518
(27,21,24)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C6669

#6C6669
(108,102,105)
#797376
(121,115,118)
#868083
(134,128,131)
#938D90
(147,141,144)
#A09A9D
(160,154,157)
#ADA7AA
(173,167,170)
#BAB4B7
(186,180,183)
#C7C1C4
(199,193,196)
#D4CED1
(212,206,209)
#E1DBDE
(225,219,222)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6669; }

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

This text font color is #6C6669.


Background Color

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

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

This div background color is #6C6669.


Border color

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

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

This div border color is #6C6669.


Opacity

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

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

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

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

This text has shadow with #6C6669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6669 on black background.


Color preview on white background

This text has color #6C6669 on white background.



Black color preview on #6C6669 background

This text has black color on #6C6669 background.


White color preview on #6C6669 background

This text has white color on #6C6669 background.