COLOR #6D617C

HEX: #6D617C
RGB: (109,97,124)

Color info

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

RGB color model

#6D617C color RGB value is (109,97,124).

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

RGB channels and saturation

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

109
97
124

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 124 = 330 (100%)
R 109 of 330 ~ 33.03%
G 97 of 330 ~ 29.39%
B 124 of 330 ~ 37.58%

%33.03
%29.39
%37.58

CMYK color model

#6D617C color CMYK value is (12,22,0,51).

  • cyan value is 12.10%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(12,22,0,51)
C12M22Y0K51 
(12%,22%,0%,51%)
(0.12/0.22/0.00/0.51)	

CMYK percentages

%12.1
%21.77
%0
%51.37

Codes

Color #6D617C in popluar color models

6D617C
RGB10997124
HSL267°12.22%43.33%
HSB/HSV267°21.77%48.63%
CMYK12.10%21.77%0.00%
51.37%

Color #6D617C in popluar number systems.

HEX6D617C
Decimal10997124
Binary110110111000011111100
Octal155141174

Shades and tints

Shades of #6D617C

#6D617C
(109,97,124)
#645971
(100,89,113)
#5B5166
(91,81,102)
#52495B
(82,73,91)
#494150
(73,65,80)
#403945
(64,57,69)
#37313A
(55,49,58)
#2E292F
(46,41,47)
#252124
(37,33,36)
#1C1919
(28,25,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D617C

#6D617C
(109,97,124)
#7A6F87
(122,111,135)
#877D92
(135,125,146)
#948B9D
(148,139,157)
#A199A8
(161,153,168)
#AEA7B3
(174,167,179)
#BBB5BE
(187,181,190)
#C8C3C9
(200,195,201)
#D5D1D4
(213,209,212)
#E2DFDF
(226,223,223)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D617C; }

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

This text font color is #6D617C.


Background Color

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

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

This div background color is #6D617C.


Border color

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

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

This div border color is #6D617C.


Opacity

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

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

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

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

This text has shadow with #6D617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D617C on black background.


Color preview on white background

This text has color #6D617C on white background.



Black color preview on #6D617C background

This text has black color on #6D617C background.


White color preview on #6D617C background

This text has white color on #6D617C background.