COLOR #6D606D

HEX: #6D606D
RGB: (109,96,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
96
109

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 109 = 314 (100%)
R 109 of 314 ~ 34.71%
G 96 of 314 ~ 30.57%
B 109 of 314 ~ 34.71%

%34.71
%30.57
%34.71

CMYK color model

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

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

CMYK percentages

%0
%11.93
%0
%57.25

Codes

Color #6D606D in popluar color models

6D606D
RGB10996109
HSL300°6.34%40.20%
HSB/HSV300°11.93%42.75%
CMYK0.00%11.93%0.00%
57.25%

Color #6D606D in popluar number systems.

HEX6D606D
Decimal10996109
Binary110110111000001101101
Octal155140155

Shades and tints

Shades of #6D606D

#6D606D
(109,96,109)
#645864
(100,88,100)
#5B505B
(91,80,91)
#524852
(82,72,82)
#494049
(73,64,73)
#403840
(64,56,64)
#373037
(55,48,55)
#2E282E
(46,40,46)
#252025
(37,32,37)
#1C181C
(28,24,28)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6D606D

#6D606D
(109,96,109)
#7A6E7A
(122,110,122)
#877C87
(135,124,135)
#948A94
(148,138,148)
#A198A1
(161,152,161)
#AEA6AE
(174,166,174)
#BBB4BB
(187,180,187)
#C8C2C8
(200,194,200)
#D5D0D5
(213,208,213)
#E2DEE2
(226,222,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D606D; }

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

This text font color is #6D606D.


Background Color

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

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

This div background color is #6D606D.


Border color

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

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

This div border color is #6D606D.


Opacity

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

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

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

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

This text has shadow with #6D606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D606D on black background.


Color preview on white background

This text has color #6D606D on white background.



Black color preview on #6D606D background

This text has black color on #6D606D background.


White color preview on #6D606D background

This text has white color on #6D606D background.