COLOR #6D6568

HEX: #6D6568
RGB: (109,101,104)

Color info

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

RGB color model

#6D6568 color RGB value is (109,101,104).

  • red value is 109;
  • green value is 101;
  • blue value is 104.
RGB:
(109,101,104)
(43%,40%,41%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 104 of 255 = 41%

109
101
104

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 104 = 314 (100%)
R 109 of 314 ~ 34.71%
G 101 of 314 ~ 32.17%
B 104 of 314 ~ 33.12%

%34.71
%32.17
%33.12

CMYK color model

#6D6568 color CMYK value is (0,7,5,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(0,7,5,57)
C0M7Y5K57 
(0%,7%,5%,57%)
(0.00/0.07/0.05/0.57)	

CMYK percentages

%0
%7.34
%4.59
%57.25

Codes

Color #6D6568 in popluar color models

6D6568
RGB109101104
HSL338°3.81%41.18%
HSB/HSV338°7.34%42.75%
CMYK0.00%7.34%4.59%
57.25%

Color #6D6568 in popluar number systems.

HEX6D6568
Decimal109101104
Binary110110111001011101000
Octal155145150

Shades and tints

Shades of #6D6568

#6D6568
(109,101,104)
#645C5F
(100,92,95)
#5B5356
(91,83,86)
#524A4D
(82,74,77)
#494144
(73,65,68)
#40383B
(64,56,59)
#372F32
(55,47,50)
#2E2629
(46,38,41)
#251D20
(37,29,32)
#1C1417
(28,20,23)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D6568

#6D6568
(109,101,104)
#7A7375
(122,115,117)
#878182
(135,129,130)
#948F8F
(148,143,143)
#A19D9C
(161,157,156)
#AEABA9
(174,171,169)
#BBB9B6
(187,185,182)
#C8C7C3
(200,199,195)
#D5D5D0
(213,213,208)
#E2E3DD
(226,227,221)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6568 color. Also use rgb(109,101,104) instead hex code.

Text Font Color

.myTextColor { color: #6D6568; }

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

This text font color is #6D6568.


Background Color

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

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

This div background color is #6D6568.


Border color

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

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

This div border color is #6D6568.


Opacity

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

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

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

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

This text has shadow with #6D6568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6568 on black background.


Color preview on white background

This text has color #6D6568 on white background.



Black color preview on #6D6568 background

This text has black color on #6D6568 background.


White color preview on #6D6568 background

This text has white color on #6D6568 background.