COLOR #6D5DB2

HEX: #6D5DB2
RGB: (109,93,178)

Color info

#6D5DB2 contains mainly blue color. Web safe color of #6D5DB2 is #666699 (or #669).

RGB color model

#6D5DB2 color RGB value is (109,93,178).

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

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 178 of 255 = 70%

109
93
178

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

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 178 = 380 (100%)
R 109 of 380 ~ 28.68%
G 93 of 380 ~ 24.47%
B 178 of 380 ~ 46.84%

%28.68
%24.47
%46.84

CMYK color model

#6D5DB2 color CMYK value is (39,48,0,30).

  • cyan value is 38.76%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(39,48,0,30)
C39M48Y0K30 
(39%,48%,0%,30%)
(0.39/0.48/0.00/0.30)	

CMYK percentages

%38.76
%47.75
%0
%30.2

Codes

Color #6D5DB2 in popluar color models

6D5DB2
RGB10993178
HSL251°35.56%53.14%
HSB/HSV251°47.75%69.80%
CMYK38.76%47.75%0.00%
30.20%

Color #6D5DB2 in popluar number systems.

HEX6D5DB2
Decimal10993178
Binary1101101101110110110010
Octal155135262

Shades and tints

Shades of #6D5DB2

#6D5DB2
(109,93,178)
#6455A2
(100,85,162)
#5B4D92
(91,77,146)
#524582
(82,69,130)
#493D72
(73,61,114)
#403562
(64,53,98)
#372D52
(55,45,82)
#2E2542
(46,37,66)
#251D32
(37,29,50)
#1C1522
(28,21,34)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D5DB2

#6D5DB2
(109,93,178)
#7A6BB9
(122,107,185)
#8779C0
(135,121,192)
#9487C7
(148,135,199)
#A195CE
(161,149,206)
#AEA3D5
(174,163,213)
#BBB1DC
(187,177,220)
#C8BFE3
(200,191,227)
#D5CDEA
(213,205,234)
#E2DBF1
(226,219,241)
#EFE9F8
(239,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5DB2; }

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

This text font color is #6D5DB2.


Background Color

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

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

This div background color is #6D5DB2.


Border color

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

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

This div border color is #6D5DB2.


Opacity

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

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

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

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

This text has shadow with #6D5DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5DB2 on black background.


Color preview on white background

This text has color #6D5DB2 on white background.



Black color preview on #6D5DB2 background

This text has black color on #6D5DB2 background.


White color preview on #6D5DB2 background

This text has white color on #6D5DB2 background.