COLOR #6D606B

HEX: #6D606B
RGB: (109,96,107)

Color info

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

RGB color model

#6D606B color RGB value is (109,96,107).

  • red value is 109;
  • green value is 96;
  • blue value is 107.
RGB:
(109,96,107)
(43%,38%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 107 of 255 = 42%

109
96
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 107 = 312 (100%)
R 109 of 312 ~ 34.94%
G 96 of 312 ~ 30.77%
B 107 of 312 ~ 34.29%

%34.94
%30.77
%34.29

CMYK color model

#6D606B color CMYK value is (0,12,2,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,12,2,57)
C0M12Y2K57 
(0%,12%,2%,57%)
(0.00/0.12/0.02/0.57)	

CMYK percentages

%0
%11.93
%1.83
%57.25

Codes

Color #6D606B in popluar color models

6D606B
RGB10996107
HSL309°6.34%40.20%
HSB/HSV309°11.93%42.75%
CMYK0.00%11.93%1.83%
57.25%

Color #6D606B in popluar number systems.

HEX6D606B
Decimal10996107
Binary110110111000001101011
Octal155140153

Shades and tints

Shades of #6D606B

#6D606B
(109,96,107)
#645862
(100,88,98)
#5B5059
(91,80,89)
#524850
(82,72,80)
#494047
(73,64,71)
#40383E
(64,56,62)
#373035
(55,48,53)
#2E282C
(46,40,44)
#252023
(37,32,35)
#1C181A
(28,24,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D606B

#6D606B
(109,96,107)
#7A6E78
(122,110,120)
#877C85
(135,124,133)
#948A92
(148,138,146)
#A1989F
(161,152,159)
#AEA6AC
(174,166,172)
#BBB4B9
(187,180,185)
#C8C2C6
(200,194,198)
#D5D0D3
(213,208,211)
#E2DEE0
(226,222,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D606B color. Also use rgb(109,96,107) instead hex code.

Text Font Color

.myTextColor { color: #6D606B; }

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

This text font color is #6D606B.


Background Color

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

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

This div background color is #6D606B.


Border color

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

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

This div border color is #6D606B.


Opacity

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

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

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

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

This text has shadow with #6D606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D606B on black background.


Color preview on white background

This text has color #6D606B on white background.



Black color preview on #6D606B background

This text has black color on #6D606B background.


White color preview on #6D606B background

This text has white color on #6D606B background.