COLOR #6E2CF1

HEX: #6E2CF1
RGB: (110,44,241)

Color info

#6E2CF1 contains mainly blue color. Web safe color of #6E2CF1 is #6633FF (or #63F).

RGB color model

#6E2CF1 color RGB value is (110,44,241).

  • red value is 110;
  • green value is 44;
  • blue value is 241.
RGB:
(110,44,241)
(43%,17%,95%)

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 241 of 255 = 95%

110
44
241

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

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 241 = 395 (100%)
R 110 of 395 ~ 27.85%
G 44 of 395 ~ 11.14%
B 241 of 395 ~ 61.01%

%27.85
%11.14
%61.01

CMYK color model

#6E2CF1 color CMYK value is (54,82,0,5).

  • cyan value is 54.36%
  • magenta value is 81.74%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(54,82,0,5)
C54M82Y0K5 
(54%,82%,0%,5%)
(0.54/0.82/0.00/0.05)	

CMYK percentages

%54.36
%81.74
%0
%5.49

Codes

Color #6E2CF1 in popluar color models

6E2CF1
RGB11044241
HSL260°87.56%55.88%
HSB/HSV260°81.74%94.51%
CMYK54.36%81.74%0.00%
5.49%

Color #6E2CF1 in popluar number systems.

HEX6E2CF1
Decimal11044241
Binary110111010110011110001
Octal15654361

Shades and tints

Shades of #6E2CF1

#6E2CF1
(110,44,241)
#6428DC
(100,40,220)
#5A24C7
(90,36,199)
#5020B2
(80,32,178)
#461C9D
(70,28,157)
#3C1888
(60,24,136)
#321473
(50,20,115)
#28105E
(40,16,94)
#1E0C49
(30,12,73)
#140834
(20,8,52)
#0A041F
(10,4,31)
#000000
(0,0,0)

Tints of #6E2CF1

#6E2CF1
(110,44,241)
#7B3FF2
(123,63,242)
#8852F3
(136,82,243)
#9565F4
(149,101,244)
#A278F5
(162,120,245)
#AF8BF6
(175,139,246)
#BC9EF7
(188,158,247)
#C9B1F8
(201,177,248)
#D6C4F9
(214,196,249)
#E3D7FA
(227,215,250)
#F0EAFB
(240,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2CF1 color. Also use rgb(110,44,241) instead hex code.

Text Font Color

.myTextColor { color: #6E2CF1; }

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

This text font color is #6E2CF1.


Background Color

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

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

This div background color is #6E2CF1.


Border color

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

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

This div border color is #6E2CF1.


Opacity

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

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

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

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

This text has shadow with #6E2CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2CF1 on black background.


Color preview on white background

This text has color #6E2CF1 on white background.



Black color preview on #6E2CF1 background

This text has black color on #6E2CF1 background.


White color preview on #6E2CF1 background

This text has white color on #6E2CF1 background.