COLOR #6D4790

HEX: #6D4790
RGB: (109,71,144)

Color info

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

RGB color model

#6D4790 color RGB value is (109,71,144).

  • red value is 109;
  • green value is 71;
  • blue value is 144.
RGB:
(109,71,144)
(43%,28%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 144 of 255 = 56%

109
71
144

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

Portions of RGB colors in percentages

R + G + B =
109 + 71 + 144 = 324 (100%)
R 109 of 324 ~ 33.64%
G 71 of 324 ~ 21.91%
B 144 of 324 ~ 44.44%

%33.64
%21.91
%44.44

CMYK color model

#6D4790 color CMYK value is (24,51,0,44).

  • cyan value is 24.31%
  • magenta value is 50.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,51,0,44)
C24M51Y0K44 
(24%,51%,0%,44%)
(0.24/0.51/0.00/0.44)	

CMYK percentages

%24.31
%50.69
%0
%43.53

Codes

Color #6D4790 in popluar color models

6D4790
RGB10971144
HSL271°33.95%42.16%
HSB/HSV271°50.69%56.47%
CMYK24.31%50.69%0.00%
43.53%

Color #6D4790 in popluar number systems.

HEX6D4790
Decimal10971144
Binary1101101100011110010000
Octal155107220

Shades and tints

Shades of #6D4790

#6D4790
(109,71,144)
#644183
(100,65,131)
#5B3B76
(91,59,118)
#523569
(82,53,105)
#492F5C
(73,47,92)
#40294F
(64,41,79)
#372342
(55,35,66)
#2E1D35
(46,29,53)
#251728
(37,23,40)
#1C111B
(28,17,27)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D4790

#6D4790
(109,71,144)
#7A579A
(122,87,154)
#8767A4
(135,103,164)
#9477AE
(148,119,174)
#A187B8
(161,135,184)
#AE97C2
(174,151,194)
#BBA7CC
(187,167,204)
#C8B7D6
(200,183,214)
#D5C7E0
(213,199,224)
#E2D7EA
(226,215,234)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4790 color. Also use rgb(109,71,144) instead hex code.

Text Font Color

.myTextColor { color: #6D4790; }

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

This text font color is #6D4790.


Background Color

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

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

This div background color is #6D4790.


Border color

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

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

This div border color is #6D4790.


Opacity

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

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

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

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

This text has shadow with #6D4790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4790 on black background.


Color preview on white background

This text has color #6D4790 on white background.



Black color preview on #6D4790 background

This text has black color on #6D4790 background.


White color preview on #6D4790 background

This text has white color on #6D4790 background.