COLOR #6D5491

HEX: #6D5491 RGB: (109,84,145)

Color info

#6D5491 contains mainly red and blue colors. Web safe color of #6D5491 is #666699 (or #669).

RGB color model

#6D5491 color RGB value is (109,84,145).

RGB: (109,84,145) (43%, 33%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 145 of 255 = 57%

109
84
145

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

Portions of RGB colors in percentages

R + G + B = 109 + 84 + 145 = 338 (100%)
R 109 of 338 ~ 32.25%
G 84 of 338 ~ 24.85%
B 145 of 338 ~ 42.9'%

%32.25
%24.85
%42.9

CMYK color model

#6D5491 color CMYK value is (25,42,0,43).

  • cyan value is 24.83%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (25,42,0,43)
C25M42Y0K43 (25%, 42%, 0%, 43%)
(0.25 / 0.42 / 0.00 / 0.43)

CMYK percentages

%24.83
%42.07
%0
%43.14

Codes

Color #6D5491 in popluar color models

6D 54 91
RGB 109 84 145
HSL 265° 26.64% 44.90%
HSB/HSV 265° 42.07% 56.86%
CMYK 24.83% 42.07% 0.00%
43.14%

Color #6D5491 in popluar number systems.

HEX 6D 54 91
Decimal 109 84 145
Binary 1101101 1010100 10010001
Octal 155 124 221

Shades and tints

Shades of #6D5491

#6D5491
(109,84,145)
#644D84
(100,77,132)
#5B4677
(91,70,119)
#523F6A
(82,63,106)
#49385D
(73,56,93)
#403150
(64,49,80)
#372A43
(55,42,67)
#2E2336
(46,35,54)
#251C29
(37,28,41)
#1C151C
(28,21,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D5491

#6D5491
(109,84,145)
#7A639B
(122,99,155)
#8772A5
(135,114,165)
#9481AF
(148,129,175)
#A190B9
(161,144,185)
#AE9FC3
(174,159,195)
#BBAECD
(187,174,205)
#C8BDD7
(200,189,215)
#D5CCE1
(213,204,225)
#E2DBEB
(226,219,235)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5491 color. Also use rgb(109,84,145) instead hex code.

Text Font Color

.myTextColor { color: #6D5491; }

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

This text font color is #6D5491.

Background Color

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

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

This div background color is #6D5491.

Border color

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

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

This div border color is #6D5491.

Opacity

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

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

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

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

This text has shadow with #6D5491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5491.

Preview

Color preview on black background

This text has color #6D5491 on black background.


Color preview on white background

This text has color #6D5491 on white background.


Black color preview on #6D5491 background

This text has black color on #6D5491 background.


White color preview on #6D5491 background

This text has white color on #6D5491 background.


Related colors

Complementary color

Complementary color for #hex is #92AB6E.


I love getcolorcode.com

Triadic colors

1 #916D54 and #54916D with #6D5491 are triadic colors.

2 #91546D and #546D91 with #6D5491 are triadic colors.