COLOR #6E4294

HEX: #6E4294
RGB: (110,66,148)

Color info

#6E4294 contains mainly red and blue colors. Web safe color of #6E4294 is #663399 (or #639).

RGB color model

#6E4294 color RGB value is (110,66,148).

  • red value is 110;
  • green value is 66;
  • blue value is 148.
RGB:
(110,66,148)
(43%,26%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 148 of 255 = 58%

110
66
148

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

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 148 = 324 (100%)
R 110 of 324 ~ 33.95%
G 66 of 324 ~ 20.37%
B 148 of 324 ~ 45.68%

%33.95
%20.37
%45.68

CMYK color model

#6E4294 color CMYK value is (26,55,0,42).

  • cyan value is 25.68%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(26,55,0,42)
C26M55Y0K42 
(26%,55%,0%,42%)
(0.26/0.55/0.00/0.42)	

CMYK percentages

%25.68
%55.41
%0
%41.96

Codes

Color #6E4294 in popluar color models

6E4294
RGB11066148
HSL272°38.32%41.96%
HSB/HSV272°55.41%58.04%
CMYK25.68%55.41%0.00%
41.96%

Color #6E4294 in popluar number systems.

HEX6E4294
Decimal11066148
Binary1101110100001010010100
Octal156102224

Shades and tints

Shades of #6E4294

#6E4294
(110,66,148)
#643C87
(100,60,135)
#5A367A
(90,54,122)
#50306D
(80,48,109)
#462A60
(70,42,96)
#3C2453
(60,36,83)
#321E46
(50,30,70)
#281839
(40,24,57)
#1E122C
(30,18,44)
#140C1F
(20,12,31)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #6E4294

#6E4294
(110,66,148)
#7B539D
(123,83,157)
#8864A6
(136,100,166)
#9575AF
(149,117,175)
#A286B8
(162,134,184)
#AF97C1
(175,151,193)
#BCA8CA
(188,168,202)
#C9B9D3
(201,185,211)
#D6CADC
(214,202,220)
#E3DBE5
(227,219,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4294 color. Also use rgb(110,66,148) instead hex code.

Text Font Color

.myTextColor { color: #6E4294; }

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

This text font color is #6E4294.


Background Color

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

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

This div background color is #6E4294.


Border color

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

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

This div border color is #6E4294.


Opacity

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

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

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

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

This text has shadow with #6E4294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4294 on black background.


Color preview on white background

This text has color #6E4294 on white background.



Black color preview on #6E4294 background

This text has black color on #6E4294 background.


White color preview on #6E4294 background

This text has white color on #6E4294 background.