COLOR #6D4990

HEX: #6D4990 RGB: (109,73,144)

Color info

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

RGB color model

#6D4990 color RGB value is (109,73,144).

RGB: (109,73,144) (43%, 29%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 144 of 255 = 56%

109
73
144

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

Portions of RGB colors in percentages

R + G + B = 109 + 73 + 144 = 326 (100%)
R 109 of 326 ~ 33.44%
G 73 of 326 ~ 22.39%
B 144 of 326 ~ 44.17'%

%33.44
%22.39
%44.17

CMYK color model

#6D4990 color CMYK value is (24,49,0,44).

  • cyan value is 24.31%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (24,49,0,44)
C24M49Y0K44 (24%, 49%, 0%, 44%)
(0.24 / 0.49 / 0.00 / 0.44)

CMYK percentages

%24.31
%49.31
%0
%43.53

Codes

Color #6D4990 in popluar color models

6D 49 90
RGB 109 73 144
HSL 270° 32.72% 42.55%
HSB/HSV 270° 49.31% 56.47%
CMYK 24.31% 49.31% 0.00%
43.53%

Color #6D4990 in popluar number systems.

HEX 6D 49 90
Decimal 109 73 144
Binary 1101101 1001001 10010000
Octal 155 111 220

Shades and tints

Shades of #6D4990

#6D4990
(109,73,144)
#644383
(100,67,131)
#5B3D76
(91,61,118)
#523769
(82,55,105)
#49315C
(73,49,92)
#402B4F
(64,43,79)
#372542
(55,37,66)
#2E1F35
(46,31,53)
#251928
(37,25,40)
#1C131B
(28,19,27)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #6D4990

#6D4990
(109,73,144)
#7A599A
(122,89,154)
#8769A4
(135,105,164)
#9479AE
(148,121,174)
#A189B8
(161,137,184)
#AE99C2
(174,153,194)
#BBA9CC
(187,169,204)
#C8B9D6
(200,185,214)
#D5C9E0
(213,201,224)
#E2D9EA
(226,217,234)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4990; }

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

This text font color is #6D4990.

Background Color

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

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

This div background color is #6D4990.

Border color

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

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

This div border color is #6D4990.

Opacity

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

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

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

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

This text has shadow with #6D4990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4990.

Preview

Color preview on black background

This text has color #6D4990 on black background.


Color preview on white background

This text has color #6D4990 on white background.


Black color preview on #6D4990 background

This text has black color on #6D4990 background.


White color preview on #6D4990 background

This text has white color on #6D4990 background.


Related colors

Complementary color

Complementary color for #hex is #92B66F.


I love getcolorcode.com

Triadic colors

1 #906D49 and #49906D with #6D4990 are triadic colors.

2 #90496D and #496D90 with #6D4990 are triadic colors.