COLOR #6D637B

HEX: #6D637B RGB: (109,99,123)

Color info

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

RGB color model

#6D637B color RGB value is (109,99,123).

RGB: (109,99,123) (43%, 39%, 48%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 123 of 255 = 48%

109
99
123

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 123 = 331 (100%)
R 109 of 331 ~ 32.93%
G 99 of 331 ~ 29.91%
B 123 of 331 ~ 37.16'%

%32.93
%29.91
%37.16

CMYK color model

#6D637B color CMYK value is (11,20,0,52).

  • cyan value is 11.38%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (11,20,0,52)
C11M20Y0K52 (11%, 20%, 0%, 52%)
(0.11 / 0.20 / 0.00 / 0.52)

CMYK percentages

%11.38
%19.51
%0
%51.76

Codes

Color #6D637B in popluar color models

6D 63 7B
RGB 109 99 123
HSL 265° 10.81% 43.53%
HSB/HSV 265° 19.51% 48.24%
CMYK 11.38% 19.51% 0.00%
51.76%

Color #6D637B in popluar number systems.

HEX 6D 63 7B
Decimal 109 99 123
Binary 1101101 1100011 1111011
Octal 155 143 173

Shades and tints

Shades of #6D637B

#6D637B
(109,99,123)
#645A70
(100,90,112)
#5B5165
(91,81,101)
#52485A
(82,72,90)
#493F4F
(73,63,79)
#403644
(64,54,68)
#372D39
(55,45,57)
#2E242E
(46,36,46)
#251B23
(37,27,35)
#1C1218
(28,18,24)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D637B

#6D637B
(109,99,123)
#7A7187
(122,113,135)
#877F93
(135,127,147)
#948D9F
(148,141,159)
#A19BAB
(161,155,171)
#AEA9B7
(174,169,183)
#BBB7C3
(187,183,195)
#C8C5CF
(200,197,207)
#D5D3DB
(213,211,219)
#E2E1E7
(226,225,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D637B; }

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

This text font color is #6D637B.

Background Color

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

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

This div background color is #6D637B.

Border color

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

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

This div border color is #6D637B.

Opacity

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

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

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

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

This text has shadow with #6D637B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D637B.

Preview

Color preview on black background

This text has color #6D637B on black background.


Color preview on white background

This text has color #6D637B on white background.


Black color preview on #6D637B background

This text has black color on #6D637B background.


White color preview on #6D637B background

This text has white color on #6D637B background.


Related colors

Complementary color

Complementary color for #hex is #929C84.


I love getcolorcode.com

Triadic colors

1 #7B6D63 and #637B6D with #6D637B are triadic colors.

2 #7B636D and #636D7B with #6D637B are triadic colors.