COLOR #6E4FC3

HEX: #6E4FC3
RGB: (110,79,195)

Color info

#6E4FC3 contains mainly blue color. Web safe color of #6E4FC3 is #6666CC (or #66C).

RGB color model

#6E4FC3 color RGB value is (110,79,195).

  • red value is 110;
  • green value is 79;
  • blue value is 195.
RGB:
(110,79,195)
(43%,31%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 195 of 255 = 76%

110
79
195

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

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 195 = 384 (100%)
R 110 of 384 ~ 28.65%
G 79 of 384 ~ 20.57%
B 195 of 384 ~ 50.78%

%28.65
%20.57
%50.78

CMYK color model

#6E4FC3 color CMYK value is (44,59,0,24).

  • cyan value is 43.59%
  • magenta value is 59.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(44,59,0,24)
C44M59Y0K24 
(44%,59%,0%,24%)
(0.44/0.59/0.00/0.24)	

CMYK percentages

%43.59
%59.49
%0
%23.53

Codes

Color #6E4FC3 in popluar color models

6E4FC3
RGB11079195
HSL256°49.15%53.73%
HSB/HSV256°59.49%76.47%
CMYK43.59%59.49%0.00%
23.53%

Color #6E4FC3 in popluar number systems.

HEX6E4FC3
Decimal11079195
Binary1101110100111111000011
Octal156117303

Shades and tints

Shades of #6E4FC3

#6E4FC3
(110,79,195)
#6448B2
(100,72,178)
#5A41A1
(90,65,161)
#503A90
(80,58,144)
#46337F
(70,51,127)
#3C2C6E
(60,44,110)
#32255D
(50,37,93)
#281E4C
(40,30,76)
#1E173B
(30,23,59)
#14102A
(20,16,42)
#0A0919
(10,9,25)
#000000
(0,0,0)

Tints of #6E4FC3

#6E4FC3
(110,79,195)
#7B5FC8
(123,95,200)
#886FCD
(136,111,205)
#957FD2
(149,127,210)
#A28FD7
(162,143,215)
#AF9FDC
(175,159,220)
#BCAFE1
(188,175,225)
#C9BFE6
(201,191,230)
#D6CFEB
(214,207,235)
#E3DFF0
(227,223,240)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4FC3 color. Also use rgb(110,79,195) instead hex code.

Text Font Color

.myTextColor { color: #6E4FC3; }

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

This text font color is #6E4FC3.


Background Color

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

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

This div background color is #6E4FC3.


Border color

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

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

This div border color is #6E4FC3.


Opacity

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

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

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

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

This text has shadow with #6E4FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4FC3 on black background.


Color preview on white background

This text has color #6E4FC3 on white background.



Black color preview on #6E4FC3 background

This text has black color on #6E4FC3 background.


White color preview on #6E4FC3 background

This text has white color on #6E4FC3 background.