COLOR #6D617D

HEX: #6D617D
RGB: (109,97,125)

Color info

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

RGB color model

#6D617D color RGB value is (109,97,125).

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

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 125 of 255 = 49%

109
97
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 125 = 331 (100%)
R 109 of 331 ~ 32.93%
G 97 of 331 ~ 29.31%
B 125 of 331 ~ 37.76%

%32.93
%29.31
%37.76

CMYK color model

#6D617D color CMYK value is (13,22,0,51).

  • cyan value is 12.80%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(13,22,0,51)
C13M22Y0K51 
(13%,22%,0%,51%)
(0.13/0.22/0.00/0.51)	

CMYK percentages

%12.8
%22.4
%0
%50.98

Codes

Color #6D617D in popluar color models

6D617D
RGB10997125
HSL266°12.61%43.53%
HSB/HSV266°22.40%49.02%
CMYK12.80%22.40%0.00%
50.98%

Color #6D617D in popluar number systems.

HEX6D617D
Decimal10997125
Binary110110111000011111101
Octal155141175

Shades and tints

Shades of #6D617D

#6D617D
(109,97,125)
#645972
(100,89,114)
#5B5167
(91,81,103)
#52495C
(82,73,92)
#494151
(73,65,81)
#403946
(64,57,70)
#37313B
(55,49,59)
#2E2930
(46,41,48)
#252125
(37,33,37)
#1C191A
(28,25,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D617D

#6D617D
(109,97,125)
#7A6F88
(122,111,136)
#877D93
(135,125,147)
#948B9E
(148,139,158)
#A199A9
(161,153,169)
#AEA7B4
(174,167,180)
#BBB5BF
(187,181,191)
#C8C3CA
(200,195,202)
#D5D1D5
(213,209,213)
#E2DFE0
(226,223,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D617D; }

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

This text font color is #6D617D.


Background Color

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

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

This div background color is #6D617D.


Border color

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

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

This div border color is #6D617D.


Opacity

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

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

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

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

This text has shadow with #6D617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D617D on black background.


Color preview on white background

This text has color #6D617D on white background.



Black color preview on #6D617D background

This text has black color on #6D617D background.


White color preview on #6D617D background

This text has white color on #6D617D background.