COLOR #6E3F9F

HEX: #6E3F9F
RGB: (110,63,159)

Color info

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

RGB color model

#6E3F9F color RGB value is (110,63,159).

  • red value is 110;
  • green value is 63;
  • blue value is 159.
RGB:
(110,63,159)
(43%,25%,62%)

RGB channels and saturation

R 110 of 255 = 43%
G 63 of 255 = 25%
B 159 of 255 = 62%

110
63
159

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

Portions of RGB colors in percentages

R + G + B =
110 + 63 + 159 = 332 (100%)
R 110 of 332 ~ 33.13%
G 63 of 332 ~ 18.98%
B 159 of 332 ~ 47.89%

%33.13
%18.98
%47.89

CMYK color model

#6E3F9F color CMYK value is (31,60,0,38).

  • cyan value is 30.82%
  • magenta value is 60.38%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(31,60,0,38)
C31M60Y0K38 
(31%,60%,0%,38%)
(0.31/0.60/0.00/0.38)	

CMYK percentages

%30.82
%60.38
%0
%37.65

Codes

Color #6E3F9F in popluar color models

6E3F9F
RGB11063159
HSL269°43.24%43.53%
HSB/HSV269°60.38%62.35%
CMYK30.82%60.38%0.00%
37.65%

Color #6E3F9F in popluar number systems.

HEX6E3F9F
Decimal11063159
Binary110111011111110011111
Octal15677237

Shades and tints

Shades of #6E3F9F

#6E3F9F
(110,63,159)
#643A91
(100,58,145)
#5A3583
(90,53,131)
#503075
(80,48,117)
#462B67
(70,43,103)
#3C2659
(60,38,89)
#32214B
(50,33,75)
#281C3D
(40,28,61)
#1E172F
(30,23,47)
#141221
(20,18,33)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E3F9F

#6E3F9F
(110,63,159)
#7B50A7
(123,80,167)
#8861AF
(136,97,175)
#9572B7
(149,114,183)
#A283BF
(162,131,191)
#AF94C7
(175,148,199)
#BCA5CF
(188,165,207)
#C9B6D7
(201,182,215)
#D6C7DF
(214,199,223)
#E3D8E7
(227,216,231)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3F9F color. Also use rgb(110,63,159) instead hex code.

Text Font Color

.myTextColor { color: #6E3F9F; }

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

This text font color is #6E3F9F.


Background Color

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

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

This div background color is #6E3F9F.


Border color

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

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

This div border color is #6E3F9F.


Opacity

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

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

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

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

This text has shadow with #6E3F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3F9F on black background.


Color preview on white background

This text has color #6E3F9F on white background.



Black color preview on #6E3F9F background

This text has black color on #6E3F9F background.


White color preview on #6E3F9F background

This text has white color on #6E3F9F background.