COLOR #6C6769

HEX: #6C6769
RGB: (108,103,105)

Color info

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

RGB color model

#6C6769 color RGB value is (108,103,105).

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

RGB channels and saturation

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

108
103
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 105 = 316 (100%)
R 108 of 316 ~ 34.18%
G 103 of 316 ~ 32.59%
B 105 of 316 ~ 33.23%

%34.18
%32.59
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(0,5,3,58)
C0M5Y3K58 
(0%,5%,3%,58%)
(0.00/0.05/0.03/0.58)	

CMYK percentages

%0
%4.63
%2.78
%57.65

Codes

Color #6C6769 in popluar color models

6C6769
RGB108103105
HSL336°2.37%41.37%
HSB/HSV336°4.63%42.35%
CMYK0.00%4.63%2.78%
57.65%

Color #6C6769 in popluar number systems.

HEX6C6769
Decimal108103105
Binary110110011001111101001
Octal154147151

Shades and tints

Shades of #6C6769

#6C6769
(108,103,105)
#635E60
(99,94,96)
#5A5557
(90,85,87)
#514C4E
(81,76,78)
#484345
(72,67,69)
#3F3A3C
(63,58,60)
#363133
(54,49,51)
#2D282A
(45,40,42)
#241F21
(36,31,33)
#1B1618
(27,22,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C6769

#6C6769
(108,103,105)
#797476
(121,116,118)
#868183
(134,129,131)
#938E90
(147,142,144)
#A09B9D
(160,155,157)
#ADA8AA
(173,168,170)
#BAB5B7
(186,181,183)
#C7C2C4
(199,194,196)
#D4CFD1
(212,207,209)
#E1DCDE
(225,220,222)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6769; }

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

This text font color is #6C6769.


Background Color

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

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

This div background color is #6C6769.


Border color

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

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

This div border color is #6C6769.


Opacity

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

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

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

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

This text has shadow with #6C6769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6769 on black background.


Color preview on white background

This text has color #6C6769 on white background.



Black color preview on #6C6769 background

This text has black color on #6C6769 background.


White color preview on #6C6769 background

This text has white color on #6C6769 background.