COLOR #6D5D9B

HEX: #6D5D9B
RGB: (109,93,155)

Color info

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

RGB color model

#6D5D9B color RGB value is (109,93,155).

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

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 155 of 255 = 61%

109
93
155

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

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 155 = 357 (100%)
R 109 of 357 ~ 30.53%
G 93 of 357 ~ 26.05%
B 155 of 357 ~ 43.42%

%30.53
%26.05
%43.42

CMYK color model

#6D5D9B color CMYK value is (30,40,0,39).

  • cyan value is 29.68%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(30,40,0,39)
C30M40Y0K39 
(30%,40%,0%,39%)
(0.30/0.40/0.00/0.39)	

CMYK percentages

%29.68
%40
%0
%39.22

Codes

Color #6D5D9B in popluar color models

6D5D9B
RGB10993155
HSL255°25.00%48.63%
HSB/HSV255°40.00%60.78%
CMYK29.68%40.00%0.00%
39.22%

Color #6D5D9B in popluar number systems.

HEX6D5D9B
Decimal10993155
Binary1101101101110110011011
Octal155135233

Shades and tints

Shades of #6D5D9B

#6D5D9B
(109,93,155)
#64558D
(100,85,141)
#5B4D7F
(91,77,127)
#524571
(82,69,113)
#493D63
(73,61,99)
#403555
(64,53,85)
#372D47
(55,45,71)
#2E2539
(46,37,57)
#251D2B
(37,29,43)
#1C151D
(28,21,29)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D5D9B

#6D5D9B
(109,93,155)
#7A6BA4
(122,107,164)
#8779AD
(135,121,173)
#9487B6
(148,135,182)
#A195BF
(161,149,191)
#AEA3C8
(174,163,200)
#BBB1D1
(187,177,209)
#C8BFDA
(200,191,218)
#D5CDE3
(213,205,227)
#E2DBEC
(226,219,236)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D9B; }

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

This text font color is #6D5D9B.


Background Color

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

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

This div background color is #6D5D9B.


Border color

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

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

This div border color is #6D5D9B.


Opacity

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

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

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

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

This text has shadow with #6D5D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D9B on black background.


Color preview on white background

This text has color #6D5D9B on white background.



Black color preview on #6D5D9B background

This text has black color on #6D5D9B background.


White color preview on #6D5D9B background

This text has white color on #6D5D9B background.