COLOR #6E52CA

HEX: #6E52CA RGB: (110,82,202)

Color info

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

RGB color model

#6E52CA color RGB value is (110,82,202).

RGB: (110,82,202) (43%, 32%, 79%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 202 of 255 = 79%

110
82
202

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

Portions of RGB colors in percentages

R + G + B = 110 + 82 + 202 = 394 (100%)
R 110 of 394 ~ 27.92%
G 82 of 394 ~ 20.81%
B 202 of 394 ~ 51.27'%

%27.92
%20.81
%51.27

CMYK color model

#6E52CA color CMYK value is (46,59,0,21).

  • cyan value is 45.54%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (46,59,0,21)
C46M59Y0K21 (46%, 59%, 0%, 21%)
(0.46 / 0.59 / 0.00 / 0.21)

CMYK percentages

%45.54
%59.41
%0
%20.78

Codes

Color #6E52CA in popluar color models

6E 52 CA
RGB 110 82 202
HSL 254° 53.10% 55.69%
HSB/HSV 254° 59.41% 79.22%
CMYK 45.54% 59.41% 0.00%
20.78%

Color #6E52CA in popluar number systems.

HEX 6E 52 CA
Decimal 110 82 202
Binary 1101110 1010010 11001010
Octal 156 122 312

Shades and tints

Shades of #6E52CA

#6E52CA
(110,82,202)
#644BB8
(100,75,184)
#5A44A6
(90,68,166)
#503D94
(80,61,148)
#463682
(70,54,130)
#3C2F70
(60,47,112)
#32285E
(50,40,94)
#28214C
(40,33,76)
#1E1A3A
(30,26,58)
#141328
(20,19,40)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #6E52CA

#6E52CA
(110,82,202)
#7B61CE
(123,97,206)
#8870D2
(136,112,210)
#957FD6
(149,127,214)
#A28EDA
(162,142,218)
#AF9DDE
(175,157,222)
#BCACE2
(188,172,226)
#C9BBE6
(201,187,230)
#D6CAEA
(214,202,234)
#E3D9EE
(227,217,238)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E52CA; }

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

This text font color is #6E52CA.

Background Color

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

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

This div background color is #6E52CA.

Border color

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

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

This div border color is #6E52CA.

Opacity

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

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

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

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

This text has shadow with #6E52CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E52CA.

Preview

Color preview on black background

This text has color #6E52CA on black background.


Color preview on white background

This text has color #6E52CA on white background.


Black color preview on #6E52CA background

This text has black color on #6E52CA background.


White color preview on #6E52CA background

This text has white color on #6E52CA background.


Related colors

Complementary color

Complementary color for #hex is #91AD35.


I love getcolorcode.com

Triadic colors

1 #CA6E52 and #52CA6E with #6E52CA are triadic colors.

2 #CA526E and #526ECA with #6E52CA are triadic colors.