COLOR #6D5FE4

HEX: #6D5FE4 RGB: (109,95,228)

Color info

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

RGB color model

#6D5FE4 color RGB value is (109,95,228).

RGB: (109,95,228) (43%, 37%, 89%)

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 228 of 255 = 89%

109
95
228

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

Portions of RGB colors in percentages

R + G + B = 109 + 95 + 228 = 432 (100%)
R 109 of 432 ~ 25.23%
G 95 of 432 ~ 21.99%
B 228 of 432 ~ 52.78'%

%25.23
%21.99
%52.78

CMYK color model

#6D5FE4 color CMYK value is (52,58,0,11).

  • cyan value is 52.19%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (52,58,0,11)
C52M58Y0K11 (52%, 58%, 0%, 11%)
(0.52 / 0.58 / 0.00 / 0.11)

CMYK percentages

%52.19
%58.33
%0
%10.59

Codes

Color #6D5FE4 in popluar color models

6D 5F E4
RGB 109 95 228
HSL 246° 71.12% 63.33%
HSB/HSV 246° 58.33% 89.41%
CMYK 52.19% 58.33% 0.00%
10.59%

Color #6D5FE4 in popluar number systems.

HEX 6D 5F E4
Decimal 109 95 228
Binary 1101101 1011111 11100100
Octal 155 137 344

Shades and tints

Shades of #6D5FE4

#6D5FE4
(109,95,228)
#6457D0
(100,87,208)
#5B4FBC
(91,79,188)
#5247A8
(82,71,168)
#493F94
(73,63,148)
#403780
(64,55,128)
#372F6C
(55,47,108)
#2E2758
(46,39,88)
#251F44
(37,31,68)
#1C1730
(28,23,48)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #6D5FE4

#6D5FE4
(109,95,228)
#7A6DE6
(122,109,230)
#877BE8
(135,123,232)
#9489EA
(148,137,234)
#A197EC
(161,151,236)
#AEA5EE
(174,165,238)
#BBB3F0
(187,179,240)
#C8C1F2
(200,193,242)
#D5CFF4
(213,207,244)
#E2DDF6
(226,221,246)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5FE4 color. Also use rgb(109,95,228) instead hex code.

Text Font Color

.myTextColor { color: #6D5FE4; }

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

This text font color is #6D5FE4.

Background Color

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

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

This div background color is #6D5FE4.

Border color

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

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

This div border color is #6D5FE4.

Opacity

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

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

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

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

This text has shadow with #6D5FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5FE4.

Preview

Color preview on black background

This text has color #6D5FE4 on black background.


Color preview on white background

This text has color #6D5FE4 on white background.


Black color preview on #6D5FE4 background

This text has black color on #6D5FE4 background.


White color preview on #6D5FE4 background

This text has white color on #6D5FE4 background.


Related colors

Complementary color

Complementary color for #hex is #92A01B.


I love getcolorcode.com

Triadic colors

1 #E46D5F and #5FE46D with #6D5FE4 are triadic colors.

2 #E45F6D and #5F6DE4 with #6D5FE4 are triadic colors.