COLOR #6D5AD0

HEX: #6D5AD0
RGB: (109,90,208)

Color info

#6D5AD0 contains mainly blue color. Web safe color of #6D5AD0 is #6666CC (or #66C).

RGB color model

#6D5AD0 color RGB value is (109,90,208).

  • red value is 109;
  • green value is 90;
  • blue value is 208.
RGB:
(109,90,208)
(43%,35%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 90 of 255 = 35%
B 208 of 255 = 82%

109
90
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 208 = 407 (100%)
R 109 of 407 ~ 26.78%
G 90 of 407 ~ 22.11%
B 208 of 407 ~ 51.11%

%26.78
%22.11
%51.11

CMYK color model

#6D5AD0 color CMYK value is (48,57,0,18).

  • cyan value is 47.60%
  • magenta value is 56.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,57,0,18)
C48M57Y0K18 
(48%,57%,0%,18%)
(0.48/0.57/0.00/0.18)	

CMYK percentages

%47.6
%56.73
%0
%18.43

Codes

Color #6D5AD0 in popluar color models

6D5AD0
RGB10990208
HSL250°55.66%58.43%
HSB/HSV250°56.73%81.57%
CMYK47.60%56.73%0.00%
18.43%

Color #6D5AD0 in popluar number systems.

HEX6D5AD0
Decimal10990208
Binary1101101101101011010000
Octal155132320

Shades and tints

Shades of #6D5AD0

#6D5AD0
(109,90,208)
#6452BE
(100,82,190)
#5B4AAC
(91,74,172)
#52429A
(82,66,154)
#493A88
(73,58,136)
#403276
(64,50,118)
#372A64
(55,42,100)
#2E2252
(46,34,82)
#251A40
(37,26,64)
#1C122E
(28,18,46)
#130A1C
(19,10,28)
#000000
(0,0,0)

Tints of #6D5AD0

#6D5AD0
(109,90,208)
#7A69D4
(122,105,212)
#8778D8
(135,120,216)
#9487DC
(148,135,220)
#A196E0
(161,150,224)
#AEA5E4
(174,165,228)
#BBB4E8
(187,180,232)
#C8C3EC
(200,195,236)
#D5D2F0
(213,210,240)
#E2E1F4
(226,225,244)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5AD0 color. Also use rgb(109,90,208) instead hex code.

Text Font Color

.myTextColor { color: #6D5AD0; }

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

This text font color is #6D5AD0.


Background Color

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

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

This div background color is #6D5AD0.


Border color

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

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

This div border color is #6D5AD0.


Opacity

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

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

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

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

This text has shadow with #6D5AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5AD0 on black background.


Color preview on white background

This text has color #6D5AD0 on white background.



Black color preview on #6D5AD0 background

This text has black color on #6D5AD0 background.


White color preview on #6D5AD0 background

This text has white color on #6D5AD0 background.