COLOR #6D4090

HEX: #6D4090 RGB: (109,64,144)

Color info

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

RGB color model

#6D4090 color RGB value is (109,64,144).

RGB: (109,64,144) (43%, 25%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 144 of 255 = 56%

109
64
144

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

Portions of RGB colors in percentages

R + G + B = 109 + 64 + 144 = 317 (100%)
R 109 of 317 ~ 34.38%
G 64 of 317 ~ 20.19%
B 144 of 317 ~ 45.43'%

%34.38
%20.19
%45.43

CMYK color model

#6D4090 color CMYK value is (24,56,0,44).

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

CMYK: (24,56,0,44)
C24M56Y0K44 (24%, 56%, 0%, 44%)
(0.24 / 0.56 / 0.00 / 0.44)

CMYK percentages

%24.31
%55.56
%0
%43.53

Codes

Color #6D4090 in popluar color models

6D 40 90
RGB 109 64 144
HSL 274° 38.46% 40.78%
HSB/HSV 274° 55.56% 56.47%
CMYK 24.31% 55.56% 0.00%
43.53%

Color #6D4090 in popluar number systems.

HEX 6D 40 90
Decimal 109 64 144
Binary 1101101 1000000 10010000
Octal 155 100 220

Shades and tints

Shades of #6D4090

#6D4090
(109,64,144)
#643B83
(100,59,131)
#5B3676
(91,54,118)
#523169
(82,49,105)
#492C5C
(73,44,92)
#40274F
(64,39,79)
#372242
(55,34,66)
#2E1D35
(46,29,53)
#251828
(37,24,40)
#1C131B
(28,19,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D4090

#6D4090
(109,64,144)
#7A519A
(122,81,154)
#8762A4
(135,98,164)
#9473AE
(148,115,174)
#A184B8
(161,132,184)
#AE95C2
(174,149,194)
#BBA6CC
(187,166,204)
#C8B7D6
(200,183,214)
#D5C8E0
(213,200,224)
#E2D9EA
(226,217,234)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4090; }

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

This text font color is #6D4090.

Background Color

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

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

This div background color is #6D4090.

Border color

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

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

This div border color is #6D4090.

Opacity

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

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

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

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

This text has shadow with #6D4090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4090.

Preview

Color preview on black background

This text has color #6D4090 on black background.


Color preview on white background

This text has color #6D4090 on white background.


Black color preview on #6D4090 background

This text has black color on #6D4090 background.


White color preview on #6D4090 background

This text has white color on #6D4090 background.


Related colors

Complementary color

Complementary color for #hex is #92BF6F.


I love getcolorcode.com

Triadic colors

1 #906D40 and #40906D with #6D4090 are triadic colors.

2 #90406D and #406D90 with #6D4090 are triadic colors.