COLOR #6E50D1

HEX: #6E50D1 RGB: (110,80,209)

Color info

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

RGB color model

#6E50D1 color RGB value is (110,80,209).

RGB: (110,80,209) (43%, 31%, 82%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 209 of 255 = 82%

110
80
209

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

Portions of RGB colors in percentages

R + G + B = 110 + 80 + 209 = 399 (100%)
R 110 of 399 ~ 27.57%
G 80 of 399 ~ 20.05%
B 209 of 399 ~ 52.38'%

%27.57
%20.05
%52.38

CMYK color model

#6E50D1 color CMYK value is (47,62,0,18).

  • cyan value is 47.37%
  • magenta value is 61.72%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (47,62,0,18)
C47M62Y0K18 (47%, 62%, 0%, 18%)
(0.47 / 0.62 / 0.00 / 0.18)

CMYK percentages

%47.37
%61.72
%0
%18.04

Codes

Color #6E50D1 in popluar color models

6E 50 D1
RGB 110 80 209
HSL 254° 58.37% 56.67%
HSB/HSV 254° 61.72% 81.96%
CMYK 47.37% 61.72% 0.00%
18.04%

Color #6E50D1 in popluar number systems.

HEX 6E 50 D1
Decimal 110 80 209
Binary 1101110 1010000 11010001
Octal 156 120 321

Shades and tints

Shades of #6E50D1

#6E50D1
(110,80,209)
#6449BE
(100,73,190)
#5A42AB
(90,66,171)
#503B98
(80,59,152)
#463485
(70,52,133)
#3C2D72
(60,45,114)
#32265F
(50,38,95)
#281F4C
(40,31,76)
#1E1839
(30,24,57)
#141126
(20,17,38)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #6E50D1

#6E50D1
(110,80,209)
#7B5FD5
(123,95,213)
#886ED9
(136,110,217)
#957DDD
(149,125,221)
#A28CE1
(162,140,225)
#AF9BE5
(175,155,229)
#BCAAE9
(188,170,233)
#C9B9ED
(201,185,237)
#D6C8F1
(214,200,241)
#E3D7F5
(227,215,245)
#F0E6F9
(240,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E50D1 color. Also use rgb(110,80,209) instead hex code.

Text Font Color

.myTextColor { color: #6E50D1; }

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

This text font color is #6E50D1.

Background Color

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

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

This div background color is #6E50D1.

Border color

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

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

This div border color is #6E50D1.

Opacity

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

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

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

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

This text has shadow with #6E50D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E50D1.

Preview

Color preview on black background

This text has color #6E50D1 on black background.


Color preview on white background

This text has color #6E50D1 on white background.


Black color preview on #6E50D1 background

This text has black color on #6E50D1 background.


White color preview on #6E50D1 background

This text has white color on #6E50D1 background.


Related colors

Complementary color

Complementary color for #6E50D1 is #91AF2E.


I love getcolorcode.com

Triadic colors

1 #D16E50 and #50D16E with #6E50D1 are triadic colors.

2 #D1506E and #506ED1 with #6E50D1 are triadic colors.