COLOR #6D4185

HEX: #6D4185
RGB: (109,65,133)

Color info

#6D4185 contains mainly red and blue colors. Web safe color of #6D4185 is #663399 (or #639).

RGB color model

#6D4185 color RGB value is (109,65,133).

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

RGB channels and saturation

R 109 of 255 = 43%
G 65 of 255 = 25%
B 133 of 255 = 52%

109
65
133

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

Portions of RGB colors in percentages

R + G + B =
109 + 65 + 133 = 307 (100%)
R 109 of 307 ~ 35.5%
G 65 of 307 ~ 21.17%
B 133 of 307 ~ 43.32%

%35.5
%21.17
%43.32

CMYK color model

#6D4185 color CMYK value is (18,51,0,48).

  • cyan value is 18.05%
  • magenta value is 51.13%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(18,51,0,48)
C18M51Y0K48 
(18%,51%,0%,48%)
(0.18/0.51/0.00/0.48)	

CMYK percentages

%18.05
%51.13
%0
%47.84

Codes

Color #6D4185 in popluar color models

6D4185
RGB10965133
HSL279°34.34%38.82%
HSB/HSV279°51.13%52.16%
CMYK18.05%51.13%0.00%
47.84%

Color #6D4185 in popluar number systems.

HEX6D4185
Decimal10965133
Binary1101101100000110000101
Octal155101205

Shades and tints

Shades of #6D4185

#6D4185
(109,65,133)
#643C79
(100,60,121)
#5B376D
(91,55,109)
#523261
(82,50,97)
#492D55
(73,45,85)
#402849
(64,40,73)
#37233D
(55,35,61)
#2E1E31
(46,30,49)
#251925
(37,25,37)
#1C1419
(28,20,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D4185

#6D4185
(109,65,133)
#7A5290
(122,82,144)
#87639B
(135,99,155)
#9474A6
(148,116,166)
#A185B1
(161,133,177)
#AE96BC
(174,150,188)
#BBA7C7
(187,167,199)
#C8B8D2
(200,184,210)
#D5C9DD
(213,201,221)
#E2DAE8
(226,218,232)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4185; }

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

This text font color is #6D4185.


Background Color

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

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

This div background color is #6D4185.


Border color

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

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

This div border color is #6D4185.


Opacity

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

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

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

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

This text has shadow with #6D4185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4185 on black background.


Color preview on white background

This text has color #6D4185 on white background.



Black color preview on #6D4185 background

This text has black color on #6D4185 background.


White color preview on #6D4185 background

This text has white color on #6D4185 background.