COLOR #6E41DE

HEX: #6E41DE
RGB: (110,65,222)

Color info

#6E41DE contains mainly blue color. Web safe color of #6E41DE is #6633CC (or #63C).

RGB color model

#6E41DE color RGB value is (110,65,222).

  • red value is 110;
  • green value is 65;
  • blue value is 222.
RGB:
(110,65,222)
(43%,25%,87%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 222 of 255 = 87%

110
65
222

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

Portions of RGB colors in percentages

R + G + B =
110 + 65 + 222 = 397 (100%)
R 110 of 397 ~ 27.71%
G 65 of 397 ~ 16.37%
B 222 of 397 ~ 55.92%

%27.71
%16.37
%55.92

CMYK color model

#6E41DE color CMYK value is (50,71,0,13).

  • cyan value is 50.45%
  • magenta value is 70.72%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(50,71,0,13)
C50M71Y0K13 
(50%,71%,0%,13%)
(0.50/0.71/0.00/0.13)	

CMYK percentages

%50.45
%70.72
%0
%12.94

Codes

Color #6E41DE in popluar color models

6E41DE
RGB11065222
HSL257°70.40%56.27%
HSB/HSV257°70.72%87.06%
CMYK50.45%70.72%0.00%
12.94%

Color #6E41DE in popluar number systems.

HEX6E41DE
Decimal11065222
Binary1101110100000111011110
Octal156101336

Shades and tints

Shades of #6E41DE

#6E41DE
(110,65,222)
#643CCA
(100,60,202)
#5A37B6
(90,55,182)
#5032A2
(80,50,162)
#462D8E
(70,45,142)
#3C287A
(60,40,122)
#322366
(50,35,102)
#281E52
(40,30,82)
#1E193E
(30,25,62)
#14142A
(20,20,42)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6E41DE

#6E41DE
(110,65,222)
#7B52E1
(123,82,225)
#8863E4
(136,99,228)
#9574E7
(149,116,231)
#A285EA
(162,133,234)
#AF96ED
(175,150,237)
#BCA7F0
(188,167,240)
#C9B8F3
(201,184,243)
#D6C9F6
(214,201,246)
#E3DAF9
(227,218,249)
#F0EBFC
(240,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E41DE color. Also use rgb(110,65,222) instead hex code.

Text Font Color

.myTextColor { color: #6E41DE; }

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

This text font color is #6E41DE.


Background Color

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

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

This div background color is #6E41DE.


Border color

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

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

This div border color is #6E41DE.


Opacity

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

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

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

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

This text has shadow with #6E41DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E41DE on black background.


Color preview on white background

This text has color #6E41DE on white background.



Black color preview on #6E41DE background

This text has black color on #6E41DE background.


White color preview on #6E41DE background

This text has white color on #6E41DE background.