COLOR #6D5DDD

HEX: #6D5DDD RGB: (109,93,221)

Color info

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

RGB color model

#6D5DDD color RGB value is (109,93,221).

RGB: (109,93,221) (43%, 36%, 87%)

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 221 of 255 = 87%

109
93
221

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

Portions of RGB colors in percentages

R + G + B = 109 + 93 + 221 = 423 (100%)
R 109 of 423 ~ 25.77%
G 93 of 423 ~ 21.99%
B 221 of 423 ~ 52.25'%

%25.77
%21.99
%52.25

CMYK color model

#6D5DDD color CMYK value is (51,58,0,13).

  • cyan value is 50.68%
  • magenta value is 57.92%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (51,58,0,13)
C51M58Y0K13 (51%, 58%, 0%, 13%)
(0.51 / 0.58 / 0.00 / 0.13)

CMYK percentages

%50.68
%57.92
%0
%13.33

Codes

Color #6D5DDD in popluar color models

6D 5D DD
RGB 109 93 221
HSL 248° 65.31% 61.57%
HSB/HSV 248° 57.92% 86.67%
CMYK 50.68% 57.92% 0.00%
13.33%

Color #6D5DDD in popluar number systems.

HEX 6D 5D DD
Decimal 109 93 221
Binary 1101101 1011101 11011101
Octal 155 135 335

Shades and tints

Shades of #6D5DDD

#6D5DDD
(109,93,221)
#6455C9
(100,85,201)
#5B4DB5
(91,77,181)
#5245A1
(82,69,161)
#493D8D
(73,61,141)
#403579
(64,53,121)
#372D65
(55,45,101)
#2E2551
(46,37,81)
#251D3D
(37,29,61)
#1C1529
(28,21,41)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #6D5DDD

#6D5DDD
(109,93,221)
#7A6BE0
(122,107,224)
#8779E3
(135,121,227)
#9487E6
(148,135,230)
#A195E9
(161,149,233)
#AEA3EC
(174,163,236)
#BBB1EF
(187,177,239)
#C8BFF2
(200,191,242)
#D5CDF5
(213,205,245)
#E2DBF8
(226,219,248)
#EFE9FB
(239,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5DDD; }

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

This text font color is #6D5DDD.

Background Color

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

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

This div background color is #6D5DDD.

Border color

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

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

This div border color is #6D5DDD.

Opacity

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

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

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

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

This text has shadow with #6D5DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5DDD.

Preview

Color preview on black background

This text has color #6D5DDD on black background.


Color preview on white background

This text has color #6D5DDD on white background.


Black color preview on #6D5DDD background

This text has black color on #6D5DDD background.


White color preview on #6D5DDD background

This text has white color on #6D5DDD background.


Related colors

Complementary color

Complementary color for #hex is #92A222.


I love getcolorcode.com

Triadic colors

1 #DD6D5D and #5DDD6D with #6D5DDD are triadic colors.

2 #DD5D6D and #5D6DDD with #6D5DDD are triadic colors.