COLOR #6E3B99

HEX: #6E3B99
RGB: (110,59,153)

Color info

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

RGB color model

#6E3B99 color RGB value is (110,59,153).

  • red value is 110;
  • green value is 59;
  • blue value is 153.
RGB:
(110,59,153)
(43%,23%,60%)

RGB channels and saturation

R 110 of 255 = 43%
G 59 of 255 = 23%
B 153 of 255 = 60%

110
59
153

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

Portions of RGB colors in percentages

R + G + B =
110 + 59 + 153 = 322 (100%)
R 110 of 322 ~ 34.16%
G 59 of 322 ~ 18.32%
B 153 of 322 ~ 47.52%

%34.16
%18.32
%47.52

CMYK color model

#6E3B99 color CMYK value is (28,61,0,40).

  • cyan value is 28.10%
  • magenta value is 61.44%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(28,61,0,40)
C28M61Y0K40 
(28%,61%,0%,40%)
(0.28/0.61/0.00/0.40)	

CMYK percentages

%28.1
%61.44
%0
%40

Codes

Color #6E3B99 in popluar color models

6E3B99
RGB11059153
HSL273°44.34%41.57%
HSB/HSV273°61.44%60.00%
CMYK28.10%61.44%0.00%
40.00%

Color #6E3B99 in popluar number systems.

HEX6E3B99
Decimal11059153
Binary110111011101110011001
Octal15673231

Shades and tints

Shades of #6E3B99

#6E3B99
(110,59,153)
#64368C
(100,54,140)
#5A317F
(90,49,127)
#502C72
(80,44,114)
#462765
(70,39,101)
#3C2258
(60,34,88)
#321D4B
(50,29,75)
#28183E
(40,24,62)
#1E1331
(30,19,49)
#140E24
(20,14,36)
#0A0917
(10,9,23)
#000000
(0,0,0)

Tints of #6E3B99

#6E3B99
(110,59,153)
#7B4CA2
(123,76,162)
#885DAB
(136,93,171)
#956EB4
(149,110,180)
#A27FBD
(162,127,189)
#AF90C6
(175,144,198)
#BCA1CF
(188,161,207)
#C9B2D8
(201,178,216)
#D6C3E1
(214,195,225)
#E3D4EA
(227,212,234)
#F0E5F3
(240,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3B99 color. Also use rgb(110,59,153) instead hex code.

Text Font Color

.myTextColor { color: #6E3B99; }

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

This text font color is #6E3B99.


Background Color

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

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

This div background color is #6E3B99.


Border color

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

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

This div border color is #6E3B99.


Opacity

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

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

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

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

This text has shadow with #6E3B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3B99 on black background.


Color preview on white background

This text has color #6E3B99 on white background.



Black color preview on #6E3B99 background

This text has black color on #6E3B99 background.


White color preview on #6E3B99 background

This text has white color on #6E3B99 background.