COLOR #6D656B

HEX: #6D656B RGB: (109,101,107)

Color info

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

RGB color model

#6D656B color RGB value is (109,101,107).

RGB: (109,101,107) (43%, 40%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 107 of 255 = 42%

109
101
107

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

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 107 = 317 (100%)
R 109 of 317 ~ 34.38%
G 101 of 317 ~ 31.86%
B 107 of 317 ~ 33.75'%

%34.38
%31.86
%33.75

CMYK color model

#6D656B color CMYK value is (0,7,2,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 1.83%
  • key color value is 57.25%

CMYK: (0,7,2,57)
C0M7Y2K57 (0%, 7%, 2%, 57%)
(0.00 / 0.07 / 0.02 / 0.57)

CMYK percentages

%0
%7.34
%1.83
%57.25

Codes

Color #6D656B in popluar color models

6D 65 6B
RGB 109 101 107
HSL 315° 3.81% 41.18%
HSB/HSV 315° 7.34% 42.75%
CMYK 0.00% 7.34% 1.83%
57.25%

Color #6D656B in popluar number systems.

HEX 6D 65 6B
Decimal 109 101 107
Binary 1101101 1100101 1101011
Octal 155 145 153

Shades and tints

Shades of #6D656B

#6D656B
(109,101,107)
#645C62
(100,92,98)
#5B5359
(91,83,89)
#524A50
(82,74,80)
#494147
(73,65,71)
#40383E
(64,56,62)
#372F35
(55,47,53)
#2E262C
(46,38,44)
#251D23
(37,29,35)
#1C141A
(28,20,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D656B

#6D656B
(109,101,107)
#7A7378
(122,115,120)
#878185
(135,129,133)
#948F92
(148,143,146)
#A19D9F
(161,157,159)
#AEABAC
(174,171,172)
#BBB9B9
(187,185,185)
#C8C7C6
(200,199,198)
#D5D5D3
(213,213,211)
#E2E3E0
(226,227,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D656B; }

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

This text font color is #6D656B.

Background Color

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

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

This div background color is #6D656B.

Border color

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

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

This div border color is #6D656B.

Opacity

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

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

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

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

This text has shadow with #6D656B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D656B.

Preview

Color preview on black background

This text has color #6D656B on black background.


Color preview on white background

This text has color #6D656B on white background.


Black color preview on #6D656B background

This text has black color on #6D656B background.


White color preview on #6D656B background

This text has white color on #6D656B background.


Related colors

Complementary color

Complementary color for #hex is #929A94.


I love getcolorcode.com

Triadic colors

1 #6B6D65 and #656B6D with #6D656B are triadic colors.

2 #6B656D and #656D6B with #6D656B are triadic colors.