COLOR #6D549B

HEX: #6D549B
RGB: (109,84,155)

Color info

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

RGB color model

#6D549B color RGB value is (109,84,155).

  • red value is 109;
  • green value is 84;
  • blue value is 155.
RGB:
(109,84,155)
(43%,33%,61%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 155 of 255 = 61%

109
84
155

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

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 155 = 348 (100%)
R 109 of 348 ~ 31.32%
G 84 of 348 ~ 24.14%
B 155 of 348 ~ 44.54%

%31.32
%24.14
%44.54

CMYK color model

#6D549B color CMYK value is (30,46,0,39).

  • cyan value is 29.68%
  • magenta value is 45.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(30,46,0,39)
C30M46Y0K39 
(30%,46%,0%,39%)
(0.30/0.46/0.00/0.39)	

CMYK percentages

%29.68
%45.81
%0
%39.22

Codes

Color #6D549B in popluar color models

6D549B
RGB10984155
HSL261°29.71%46.86%
HSB/HSV261°45.81%60.78%
CMYK29.68%45.81%0.00%
39.22%

Color #6D549B in popluar number systems.

HEX6D549B
Decimal10984155
Binary1101101101010010011011
Octal155124233

Shades and tints

Shades of #6D549B

#6D549B
(109,84,155)
#644D8D
(100,77,141)
#5B467F
(91,70,127)
#523F71
(82,63,113)
#493863
(73,56,99)
#403155
(64,49,85)
#372A47
(55,42,71)
#2E2339
(46,35,57)
#251C2B
(37,28,43)
#1C151D
(28,21,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D549B

#6D549B
(109,84,155)
#7A63A4
(122,99,164)
#8772AD
(135,114,173)
#9481B6
(148,129,182)
#A190BF
(161,144,191)
#AE9FC8
(174,159,200)
#BBAED1
(187,174,209)
#C8BDDA
(200,189,218)
#D5CCE3
(213,204,227)
#E2DBEC
(226,219,236)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D549B; }

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

This text font color is #6D549B.


Background Color

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

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

This div background color is #6D549B.


Border color

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

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

This div border color is #6D549B.


Opacity

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

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

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

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

This text has shadow with #6D549B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D549B on black background.


Color preview on white background

This text has color #6D549B on white background.



Black color preview on #6D549B background

This text has black color on #6D549B background.


White color preview on #6D549B background

This text has white color on #6D549B background.