COLOR #6D637F

HEX: #6D637F
RGB: (109,99,127)

Color info

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

RGB color model

#6D637F color RGB value is (109,99,127).

  • red value is 109;
  • green value is 99;
  • blue value is 127.
RGB:
(109,99,127)
(43%,39%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 127 of 255 = 50%

109
99
127

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

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 127 = 335 (100%)
R 109 of 335 ~ 32.54%
G 99 of 335 ~ 29.55%
B 127 of 335 ~ 37.91%

%32.54
%29.55
%37.91

CMYK color model

#6D637F color CMYK value is (14,22,0,50).

  • cyan value is 14.17%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(14,22,0,50)
C14M22Y0K50 
(14%,22%,0%,50%)
(0.14/0.22/0.00/0.50)	

CMYK percentages

%14.17
%22.05
%0
%50.2

Codes

Color #6D637F in popluar color models

6D637F
RGB10999127
HSL261°12.39%44.31%
HSB/HSV261°22.05%49.80%
CMYK14.17%22.05%0.00%
50.20%

Color #6D637F in popluar number systems.

HEX6D637F
Decimal10999127
Binary110110111000111111111
Octal155143177

Shades and tints

Shades of #6D637F

#6D637F
(109,99,127)
#645A74
(100,90,116)
#5B5169
(91,81,105)
#52485E
(82,72,94)
#493F53
(73,63,83)
#403648
(64,54,72)
#372D3D
(55,45,61)
#2E2432
(46,36,50)
#251B27
(37,27,39)
#1C121C
(28,18,28)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D637F

#6D637F
(109,99,127)
#7A718A
(122,113,138)
#877F95
(135,127,149)
#948DA0
(148,141,160)
#A19BAB
(161,155,171)
#AEA9B6
(174,169,182)
#BBB7C1
(187,183,193)
#C8C5CC
(200,197,204)
#D5D3D7
(213,211,215)
#E2E1E2
(226,225,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D637F; }

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

This text font color is #6D637F.


Background Color

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

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

This div background color is #6D637F.


Border color

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

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

This div border color is #6D637F.


Opacity

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

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

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

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

This text has shadow with #6D637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D637F on black background.


Color preview on white background

This text has color #6D637F on white background.



Black color preview on #6D637F background

This text has black color on #6D637F background.


White color preview on #6D637F background

This text has white color on #6D637F background.