COLOR #6E52DE

HEX: #6E52DE RGB: (110,82,222)

Color info

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

RGB color model

#6E52DE color RGB value is (110,82,222).

RGB: (110,82,222) (43%, 32%, 87%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 222 of 255 = 87%

110
82
222

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

Portions of RGB colors in percentages

R + G + B = 110 + 82 + 222 = 414 (100%)
R 110 of 414 ~ 26.57%
G 82 of 414 ~ 19.81%
B 222 of 414 ~ 53.62'%

%26.57
%19.81
%53.62

CMYK color model

#6E52DE color CMYK value is (50,63,0,13).

  • cyan value is 50.45%
  • magenta value is 63.06%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (50,63,0,13)
C50M63Y0K13 (50%, 63%, 0%, 13%)
(0.50 / 0.63 / 0.00 / 0.13)

CMYK percentages

%50.45
%63.06
%0
%12.94

Codes

Color #6E52DE in popluar color models

6E 52 DE
RGB 110 82 222
HSL 252° 67.96% 59.61%
HSB/HSV 252° 63.06% 87.06%
CMYK 50.45% 63.06% 0.00%
12.94%

Color #6E52DE in popluar number systems.

HEX 6E 52 DE
Decimal 110 82 222
Binary 1101110 1010010 11011110
Octal 156 122 336

Shades and tints

Shades of #6E52DE

#6E52DE
(110,82,222)
#644BCA
(100,75,202)
#5A44B6
(90,68,182)
#503DA2
(80,61,162)
#46368E
(70,54,142)
#3C2F7A
(60,47,122)
#322866
(50,40,102)
#282152
(40,33,82)
#1E1A3E
(30,26,62)
#14132A
(20,19,42)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #6E52DE

#6E52DE
(110,82,222)
#7B61E1
(123,97,225)
#8870E4
(136,112,228)
#957FE7
(149,127,231)
#A28EEA
(162,142,234)
#AF9DED
(175,157,237)
#BCACF0
(188,172,240)
#C9BBF3
(201,187,243)
#D6CAF6
(214,202,246)
#E3D9F9
(227,217,249)
#F0E8FC
(240,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E52DE; }

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

This text font color is #6E52DE.

Background Color

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

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

This div background color is #6E52DE.

Border color

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

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

This div border color is #6E52DE.

Opacity

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

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

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

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

This text has shadow with #6E52DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E52DE.

Preview

Color preview on black background

This text has color #6E52DE on black background.


Color preview on white background

This text has color #6E52DE on white background.


Black color preview on #6E52DE background

This text has black color on #6E52DE background.


White color preview on #6E52DE background

This text has white color on #6E52DE background.


Related colors

Complementary color

Complementary color for #6E52DE is #91AD21.


I love getcolorcode.com

Triadic colors

1 #DE6E52 and #52DE6E with #6E52DE are triadic colors.

2 #DE526E and #526EDE with #6E52DE are triadic colors.