COLOR #6E48E2

HEX: #6E48E2 RGB: (110,72,226)

Color info

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

RGB color model

#6E48E2 color RGB value is (110,72,226).

RGB: (110,72,226) (43%, 28%, 89%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 226 of 255 = 89%

110
72
226

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

Portions of RGB colors in percentages

R + G + B = 110 + 72 + 226 = 408 (100%)
R 110 of 408 ~ 26.96%
G 72 of 408 ~ 17.65%
B 226 of 408 ~ 55.39'%

%26.96
%17.65
%55.39

CMYK color model

#6E48E2 color CMYK value is (51,68,0,11).

  • cyan value is 51.33%
  • magenta value is 68.14%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (51,68,0,11)
C51M68Y0K11 (51%, 68%, 0%, 11%)
(0.51 / 0.68 / 0.00 / 0.11)

CMYK percentages

%51.33
%68.14
%0
%11.37

Codes

Color #6E48E2 in popluar color models

6E 48 E2
RGB 110 72 226
HSL 255° 72.64% 58.43%
HSB/HSV 255° 68.14% 88.63%
CMYK 51.33% 68.14% 0.00%
11.37%

Color #6E48E2 in popluar number systems.

HEX 6E 48 E2
Decimal 110 72 226
Binary 1101110 1001000 11100010
Octal 156 110 342

Shades and tints

Shades of #6E48E2

#6E48E2
(110,72,226)
#6442CE
(100,66,206)
#5A3CBA
(90,60,186)
#5036A6
(80,54,166)
#463092
(70,48,146)
#3C2A7E
(60,42,126)
#32246A
(50,36,106)
#281E56
(40,30,86)
#1E1842
(30,24,66)
#14122E
(20,18,46)
#0A0C1A
(10,12,26)
#000000
(0,0,0)

Tints of #6E48E2

#6E48E2
(110,72,226)
#7B58E4
(123,88,228)
#8868E6
(136,104,230)
#9578E8
(149,120,232)
#A288EA
(162,136,234)
#AF98EC
(175,152,236)
#BCA8EE
(188,168,238)
#C9B8F0
(201,184,240)
#D6C8F2
(214,200,242)
#E3D8F4
(227,216,244)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E48E2 color. Also use rgb(110,72,226) instead hex code.

Text Font Color

.myTextColor { color: #6E48E2; }

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

This text font color is #6E48E2.

Background Color

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

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

This div background color is #6E48E2.

Border color

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

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

This div border color is #6E48E2.

Opacity

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

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

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

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

This text has shadow with #6E48E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E48E2.

Preview

Color preview on black background

This text has color #6E48E2 on black background.


Color preview on white background

This text has color #6E48E2 on white background.


Black color preview on #6E48E2 background

This text has black color on #6E48E2 background.


White color preview on #6E48E2 background

This text has white color on #6E48E2 background.


Related colors

Complementary color

Complementary color for #hex is #91B71D.


I love getcolorcode.com

Triadic colors

1 #E26E48 and #48E26E with #6E48E2 are triadic colors.

2 #E2486E and #486EE2 with #6E48E2 are triadic colors.