COLOR #6D6591

HEX: #6D6591
RGB: (109,101,145)

Color info

#6D6591 contains red, green and blue colors in about the same proportion. Web safe color of #6D6591 is #666699 (or #669).

RGB color model

#6D6591 color RGB value is (109,101,145).

  • red value is 109;
  • green value is 101;
  • blue value is 145.
RGB:
(109,101,145)
(43%,40%,57%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 145 of 255 = 57%

109
101
145

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 145 = 355 (100%)
R 109 of 355 ~ 30.7%
G 101 of 355 ~ 28.45%
B 145 of 355 ~ 40.85%

%30.7
%28.45
%40.85

CMYK color model

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

  • cyan value is 24.83%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(25,30,0,43)
C25M30Y0K43 
(25%,30%,0%,43%)
(0.25/0.30/0.00/0.43)	

CMYK percentages

%24.83
%30.34
%0
%43.14

Codes

Color #6D6591 in popluar color models

6D6591
RGB109101145
HSL251°17.89%48.24%
HSB/HSV251°30.34%56.86%
CMYK24.83%30.34%0.00%
43.14%

Color #6D6591 in popluar number systems.

HEX6D6591
Decimal109101145
Binary1101101110010110010001
Octal155145221

Shades and tints

Shades of #6D6591

#6D6591
(109,101,145)
#645C84
(100,92,132)
#5B5377
(91,83,119)
#524A6A
(82,74,106)
#49415D
(73,65,93)
#403850
(64,56,80)
#372F43
(55,47,67)
#2E2636
(46,38,54)
#251D29
(37,29,41)
#1C141C
(28,20,28)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D6591

#6D6591
(109,101,145)
#7A739B
(122,115,155)
#8781A5
(135,129,165)
#948FAF
(148,143,175)
#A19DB9
(161,157,185)
#AEABC3
(174,171,195)
#BBB9CD
(187,185,205)
#C8C7D7
(200,199,215)
#D5D5E1
(213,213,225)
#E2E3EB
(226,227,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6591; }

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

This text font color is #6D6591.


Background Color

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

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

This div background color is #6D6591.


Border color

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

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

This div border color is #6D6591.


Opacity

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

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

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

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

This text has shadow with #6D6591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6591 on black background.


Color preview on white background

This text has color #6D6591 on white background.



Black color preview on #6D6591 background

This text has black color on #6D6591 background.


White color preview on #6D6591 background

This text has white color on #6D6591 background.