COLOR #6E11FB

HEX: #6E11FB
RGB: (110,17,251)

Color info

#6E11FB contains mainly blue color. Web safe color of #6E11FB is #6600FF (or #60F).

RGB color model

#6E11FB color RGB value is (110,17,251).

  • red value is 110;
  • green value is 17;
  • blue value is 251.
RGB:
(110,17,251)
(43%,7%,98%)

RGB channels and saturation

R 110 of 255 = 43%
G 17 of 255 = 7%
B 251 of 255 = 98%

110
17
251

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

Portions of RGB colors in percentages

R + G + B =
110 + 17 + 251 = 378 (100%)
R 110 of 378 ~ 29.1%
G 17 of 378 ~ 4.5%
B 251 of 378 ~ 66.4%

%29.1
%66.4

CMYK color model

#6E11FB color CMYK value is (56,93,0,2).

  • cyan value is 56.18%
  • magenta value is 93.23%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(56,93,0,2)
C56M93Y0K2 
(56%,93%,0%,2%)
(0.56/0.93/0.00/0.02)	

CMYK percentages

%56.18
%93.23
%0
%1.57

Codes

Color #6E11FB in popluar color models

6E11FB
RGB11017251
HSL264°96.69%52.55%
HSB/HSV264°93.23%98.43%
CMYK56.18%93.23%0.00%
1.57%

Color #6E11FB in popluar number systems.

HEX6E11FB
Decimal11017251
Binary11011101000111111011
Octal15621373

Shades and tints

Shades of #6E11FB

#6E11FB
(110,17,251)
#6410E5
(100,16,229)
#5A0FCF
(90,15,207)
#500EB9
(80,14,185)
#460DA3
(70,13,163)
#3C0C8D
(60,12,141)
#320B77
(50,11,119)
#280A61
(40,10,97)
#1E094B
(30,9,75)
#140835
(20,8,53)
#0A071F
(10,7,31)
#000000
(0,0,0)

Tints of #6E11FB

#6E11FB
(110,17,251)
#7B26FB
(123,38,251)
#883BFB
(136,59,251)
#9550FB
(149,80,251)
#A265FB
(162,101,251)
#AF7AFB
(175,122,251)
#BC8FFB
(188,143,251)
#C9A4FB
(201,164,251)
#D6B9FB
(214,185,251)
#E3CEFB
(227,206,251)
#F0E3FB
(240,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E11FB color. Also use rgb(110,17,251) instead hex code.

Text Font Color

.myTextColor { color: #6E11FB; }

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

This text font color is #6E11FB.


Background Color

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

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

This div background color is #6E11FB.


Border color

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

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

This div border color is #6E11FB.


Opacity

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

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

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

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

This text has shadow with #6E11FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E11FB on black background.


Color preview on white background

This text has color #6E11FB on white background.



Black color preview on #6E11FB background

This text has black color on #6E11FB background.


White color preview on #6E11FB background

This text has white color on #6E11FB background.