COLOR #6D5291

HEX: #6D5291 RGB: (109,82,145)

Color info

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

RGB color model

#6D5291 color RGB value is (109,82,145).

RGB: (109,82,145) (43%, 32%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 145 of 255 = 57%

109
82
145

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

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 145 = 336 (100%)
R 109 of 336 ~ 32.44%
G 82 of 336 ~ 24.4%
B 145 of 336 ~ 43.15'%

%32.44
%24.4
%43.15

CMYK color model

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

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

CMYK: (25,43,0,43)
C25M43Y0K43 (25%, 43%, 0%, 43%)
(0.25 / 0.43 / 0.00 / 0.43)

CMYK percentages

%24.83
%43.45
%0
%43.14

Codes

Color #6D5291 in popluar color models

6D 52 91
RGB 109 82 145
HSL 266° 27.75% 44.51%
HSB/HSV 266° 43.45% 56.86%
CMYK 24.83% 43.45% 0.00%
43.14%

Color #6D5291 in popluar number systems.

HEX 6D 52 91
Decimal 109 82 145
Binary 1101101 1010010 10010001
Octal 155 122 221

Shades and tints

Shades of #6D5291

#6D5291
(109,82,145)
#644B84
(100,75,132)
#5B4477
(91,68,119)
#523D6A
(82,61,106)
#49365D
(73,54,93)
#402F50
(64,47,80)
#372843
(55,40,67)
#2E2136
(46,33,54)
#251A29
(37,26,41)
#1C131C
(28,19,28)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D5291

#6D5291
(109,82,145)
#7A619B
(122,97,155)
#8770A5
(135,112,165)
#947FAF
(148,127,175)
#A18EB9
(161,142,185)
#AE9DC3
(174,157,195)
#BBACCD
(187,172,205)
#C8BBD7
(200,187,215)
#D5CAE1
(213,202,225)
#E2D9EB
(226,217,235)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5291; }

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

This text font color is #6D5291.

Background Color

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

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

This div background color is #6D5291.

Border color

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

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

This div border color is #6D5291.

Opacity

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

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

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

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

This text has shadow with #6D5291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5291.

Preview

Color preview on black background

This text has color #6D5291 on black background.


Color preview on white background

This text has color #6D5291 on white background.


Black color preview on #6D5291 background

This text has black color on #6D5291 background.


White color preview on #6D5291 background

This text has white color on #6D5291 background.


Related colors

Complementary color

Complementary color for #hex is #92AD6E.


I love getcolorcode.com

Triadic colors

1 #916D52 and #52916D with #6D5291 are triadic colors.

2 #91526D and #526D91 with #6D5291 are triadic colors.