COLOR #6D4174

HEX: #6D4174
RGB: (109,65,116)

Color info

#6D4174 contains red, green and blue colors in about the same proportion. Web safe color of #6D4174 is #663366 (or #636).

RGB color model

#6D4174 color RGB value is (109,65,116).

  • red value is 109;
  • green value is 65;
  • blue value is 116.
RGB: (109,65,116) (43%,25%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 65 of 255 = 25%
B 116 of 255 = 45%

109
65
116

R + G + B ~ 38%. #6D4174 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 65 + 116 = 290 (100%)
R 109 of 290 ~ 37.59%
G 65 of 290 ~ 22.41%
B 116 of 290 ~ 40%

%37.59
%22.41
%40

CMYK color model

#6D4174 color CMYK value is (6,44,0,55).

  • cyan value is 6.03%
  • magenta value is 43.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (6,44,0,55) C6M44Y0K55 (6%,44%,0%,55%) (0.06/0.44/0.00/0.55)

CMYK percentages

%6.03
%43.97
%0
%54.51

Codes

Color #6D4174 in popluar color models

6D4174
RGB10965116
HSL292°28.18%35.49%
HSB/HSV292°43.97%45.49%
CMYK6.03%43.97%0.00%
54.51%

Color #6D4174 in popluar number systems.

HEX6D4174
Decimal10965116
Binary110110110000011110100
Octal155101164

Shades and tints

Shades of #6D4174

#6D4174
(109,65,116)
#643C6A
(100,60,106)
#5B3760
(91,55,96)
#523256
(82,50,86)
#492D4C
(73,45,76)
#402842
(64,40,66)
#372338
(55,35,56)
#2E1E2E
(46,30,46)
#251924
(37,25,36)
#1C141A
(28,20,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D4174

#6D4174
(109,65,116)
#7A5280
(122,82,128)
#87638C
(135,99,140)
#947498
(148,116,152)
#A185A4
(161,133,164)
#AE96B0
(174,150,176)
#BBA7BC
(187,167,188)
#C8B8C8
(200,184,200)
#D5C9D4
(213,201,212)
#E2DAE0
(226,218,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4174 color. Also use rgb(109,65,116) instead hex code.

Text Font Color

.myTextColor { color: #6D4174; }

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

This text font color is #6D4174.


Background Color

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

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

This div background color is #6D4174.


Border color

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

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

This div border color is #6D4174.


Opacity

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

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

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

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

This text has shadow with #6D4174 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D4174 on black background.


Color preview on white background

This text has color #6D4174 on white background.



Black color preview on #6D4174 background

This text has black color on #6D4174 background.


White color preview on #6D4174 background

This text has white color on #6D4174 background.