COLOR #6E1BF1

HEX: #6E1BF1
RGB: (110,27,241)

Color info

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

RGB color model

#6E1BF1 color RGB value is (110,27,241).

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

RGB channels and saturation

R 110 of 255 = 43%
G 27 of 255 = 11%
B 241 of 255 = 95%

110
27
241

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

Portions of RGB colors in percentages

R + G + B =
110 + 27 + 241 = 378 (100%)
R 110 of 378 ~ 29.1%
G 27 of 378 ~ 7.14%
B 241 of 378 ~ 63.76%

%29.1
%63.76

CMYK color model

#6E1BF1 color CMYK value is (54,89,0,5).

  • cyan value is 54.36%
  • magenta value is 88.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(54,89,0,5)
C54M89Y0K5 
(54%,89%,0%,5%)
(0.54/0.89/0.00/0.05)	

CMYK percentages

%54.36
%88.8
%0
%5.49

Codes

Color #6E1BF1 in popluar color models

6E1BF1
RGB11027241
HSL263°88.43%52.55%
HSB/HSV263°88.80%94.51%
CMYK54.36%88.80%0.00%
5.49%

Color #6E1BF1 in popluar number systems.

HEX6E1BF1
Decimal11027241
Binary11011101101111110001
Octal15633361

Shades and tints

Shades of #6E1BF1

#6E1BF1
(110,27,241)
#6419DC
(100,25,220)
#5A17C7
(90,23,199)
#5015B2
(80,21,178)
#46139D
(70,19,157)
#3C1188
(60,17,136)
#320F73
(50,15,115)
#280D5E
(40,13,94)
#1E0B49
(30,11,73)
#140934
(20,9,52)
#0A071F
(10,7,31)
#000000
(0,0,0)

Tints of #6E1BF1

#6E1BF1
(110,27,241)
#7B2FF2
(123,47,242)
#8843F3
(136,67,243)
#9557F4
(149,87,244)
#A26BF5
(162,107,245)
#AF7FF6
(175,127,246)
#BC93F7
(188,147,247)
#C9A7F8
(201,167,248)
#D6BBF9
(214,187,249)
#E3CFFA
(227,207,250)
#F0E3FB
(240,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1BF1; }

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

This text font color is #6E1BF1.


Background Color

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

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

This div background color is #6E1BF1.


Border color

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

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

This div border color is #6E1BF1.


Opacity

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

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

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

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

This text has shadow with #6E1BF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1BF1 on black background.


Color preview on white background

This text has color #6E1BF1 on white background.



Black color preview on #6E1BF1 background

This text has black color on #6E1BF1 background.


White color preview on #6E1BF1 background

This text has white color on #6E1BF1 background.