COLOR #6E5EF3

HEX: #6E5EF3
RGB: (110,94,243)

Color info

#6E5EF3 contains mainly blue color. Web safe color of #6E5EF3 is #6666FF (or #66F).

RGB color model

#6E5EF3 color RGB value is (110,94,243).

  • red value is 110;
  • green value is 94;
  • blue value is 243.
RGB:
(110,94,243)
(43%,37%,95%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 243 of 255 = 95%

110
94
243

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

Portions of RGB colors in percentages

R + G + B =
110 + 94 + 243 = 447 (100%)
R 110 of 447 ~ 24.61%
G 94 of 447 ~ 21.03%
B 243 of 447 ~ 54.36%

%24.61
%21.03
%54.36

CMYK color model

#6E5EF3 color CMYK value is (55,61,0,5).

  • cyan value is 54.73%
  • magenta value is 61.32%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(55,61,0,5)
C55M61Y0K5 
(55%,61%,0%,5%)
(0.55/0.61/0.00/0.05)	

CMYK percentages

%54.73
%61.32
%0
%4.71

Codes

Color #6E5EF3 in popluar color models

6E5EF3
RGB11094243
HSL246°86.13%66.08%
HSB/HSV246°61.32%95.29%
CMYK54.73%61.32%0.00%
4.71%

Color #6E5EF3 in popluar number systems.

HEX6E5EF3
Decimal11094243
Binary1101110101111011110011
Octal156136363

Shades and tints

Shades of #6E5EF3

#6E5EF3
(110,94,243)
#6456DD
(100,86,221)
#5A4EC7
(90,78,199)
#5046B1
(80,70,177)
#463E9B
(70,62,155)
#3C3685
(60,54,133)
#322E6F
(50,46,111)
#282659
(40,38,89)
#1E1E43
(30,30,67)
#14162D
(20,22,45)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #6E5EF3

#6E5EF3
(110,94,243)
#7B6CF4
(123,108,244)
#887AF5
(136,122,245)
#9588F6
(149,136,246)
#A296F7
(162,150,247)
#AFA4F8
(175,164,248)
#BCB2F9
(188,178,249)
#C9C0FA
(201,192,250)
#D6CEFB
(214,206,251)
#E3DCFC
(227,220,252)
#F0EAFD
(240,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5EF3 color. Also use rgb(110,94,243) instead hex code.

Text Font Color

.myTextColor { color: #6E5EF3; }

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

This text font color is #6E5EF3.


Background Color

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

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

This div background color is #6E5EF3.


Border color

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

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

This div border color is #6E5EF3.


Opacity

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

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

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

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

This text has shadow with #6E5EF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5EF3 on black background.


Color preview on white background

This text has color #6E5EF3 on white background.



Black color preview on #6E5EF3 background

This text has black color on #6E5EF3 background.


White color preview on #6E5EF3 background

This text has white color on #6E5EF3 background.