COLOR #6E12F1

HEX: #6E12F1
RGB: (110,18,241)

Color info

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

RGB color model

#6E12F1 color RGB value is (110,18,241).

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

RGB channels and saturation

R 110 of 255 = 43%
G 18 of 255 = 7%
B 241 of 255 = 95%

110
18
241

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

Portions of RGB colors in percentages

R + G + B =
110 + 18 + 241 = 369 (100%)
R 110 of 369 ~ 29.81%
G 18 of 369 ~ 4.88%
B 241 of 369 ~ 65.31%

%29.81
%65.31

CMYK color model

#6E12F1 color CMYK value is (54,93,0,5).

  • cyan value is 54.36%
  • magenta value is 92.53%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(54,93,0,5)
C54M93Y0K5 
(54%,93%,0%,5%)
(0.54/0.93/0.00/0.05)	

CMYK percentages

%54.36
%92.53
%0
%5.49

Codes

Color #6E12F1 in popluar color models

6E12F1
RGB11018241
HSL265°88.84%50.78%
HSB/HSV265°92.53%94.51%
CMYK54.36%92.53%0.00%
5.49%

Color #6E12F1 in popluar number systems.

HEX6E12F1
Decimal11018241
Binary11011101001011110001
Octal15622361

Shades and tints

Shades of #6E12F1

#6E12F1
(110,18,241)
#6411DC
(100,17,220)
#5A10C7
(90,16,199)
#500FB2
(80,15,178)
#460E9D
(70,14,157)
#3C0D88
(60,13,136)
#320C73
(50,12,115)
#280B5E
(40,11,94)
#1E0A49
(30,10,73)
#140934
(20,9,52)
#0A081F
(10,8,31)
#000000
(0,0,0)

Tints of #6E12F1

#6E12F1
(110,18,241)
#7B27F2
(123,39,242)
#883CF3
(136,60,243)
#9551F4
(149,81,244)
#A266F5
(162,102,245)
#AF7BF6
(175,123,246)
#BC90F7
(188,144,247)
#C9A5F8
(201,165,248)
#D6BAF9
(214,186,249)
#E3CFFA
(227,207,250)
#F0E4FB
(240,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E12F1; }

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

This text font color is #6E12F1.


Background Color

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

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

This div background color is #6E12F1.


Border color

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

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

This div border color is #6E12F1.


Opacity

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

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

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

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

This text has shadow with #6E12F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E12F1 on black background.


Color preview on white background

This text has color #6E12F1 on white background.



Black color preview on #6E12F1 background

This text has black color on #6E12F1 background.


White color preview on #6E12F1 background

This text has white color on #6E12F1 background.