COLOR #6D637D

HEX: #6D637D RGB: (109,99,125)

Color info

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

RGB color model

#6D637D color RGB value is (109,99,125).

RGB: (109,99,125) (43%, 39%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 125 of 255 = 49%

109
99
125

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 125 = 333 (100%)
R 109 of 333 ~ 32.73%
G 99 of 333 ~ 29.73%
B 125 of 333 ~ 37.54'%

%32.73
%29.73
%37.54

CMYK color model

#6D637D color CMYK value is (13,21,0,51).

  • cyan value is 12.80%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (13,21,0,51)
C13M21Y0K51 (13%, 21%, 0%, 51%)
(0.13 / 0.21 / 0.00 / 0.51)

CMYK percentages

%12.8
%20.8
%0
%50.98

Codes

Color #6D637D in popluar color models

6D 63 7D
RGB 109 99 125
HSL 263° 11.61% 43.92%
HSB/HSV 263° 20.80% 49.02%
CMYK 12.80% 20.80% 0.00%
50.98%

Color #6D637D in popluar number systems.

HEX 6D 63 7D
Decimal 109 99 125
Binary 1101101 1100011 1111101
Octal 155 143 175

Shades and tints

Shades of #6D637D

#6D637D
(109,99,125)
#645A72
(100,90,114)
#5B5167
(91,81,103)
#52485C
(82,72,92)
#493F51
(73,63,81)
#403646
(64,54,70)
#372D3B
(55,45,59)
#2E2430
(46,36,48)
#251B25
(37,27,37)
#1C121A
(28,18,26)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #6D637D

#6D637D
(109,99,125)
#7A7188
(122,113,136)
#877F93
(135,127,147)
#948D9E
(148,141,158)
#A19BA9
(161,155,169)
#AEA9B4
(174,169,180)
#BBB7BF
(187,183,191)
#C8C5CA
(200,197,202)
#D5D3D5
(213,211,213)
#E2E1E0
(226,225,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D637D; }

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

This text font color is #6D637D.

Background Color

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

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

This div background color is #6D637D.

Border color

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

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

This div border color is #6D637D.

Opacity

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

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

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

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

This text has shadow with #6D637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D637D.

Preview

Color preview on black background

This text has color #6D637D on black background.


Color preview on white background

This text has color #6D637D on white background.


Black color preview on #6D637D background

This text has black color on #6D637D background.


White color preview on #6D637D background

This text has white color on #6D637D background.


Related colors

Complementary color

Complementary color for #hex is #929C82.


I love getcolorcode.com

Triadic colors

1 #7D6D63 and #637D6D with #6D637D are triadic colors.

2 #7D636D and #636D7D with #6D637D are triadic colors.