COLOR #6E559B

HEX: #6E559B
RGB: (110,85,155)

Color info

#6E559B contains mainly red and blue colors. Web safe color of #6E559B is #666699 (or #669).

RGB color model

#6E559B color RGB value is (110,85,155).

  • red value is 110;
  • green value is 85;
  • blue value is 155.
RGB:
(110,85,155)
(43%,33%,61%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 155 of 255 = 61%

110
85
155

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

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 155 = 350 (100%)
R 110 of 350 ~ 31.43%
G 85 of 350 ~ 24.29%
B 155 of 350 ~ 44.29%

%31.43
%24.29
%44.29

CMYK color model

#6E559B color CMYK value is (29,45,0,39).

  • cyan value is 29.03%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(29,45,0,39)
C29M45Y0K39 
(29%,45%,0%,39%)
(0.29/0.45/0.00/0.39)	

CMYK percentages

%29.03
%45.16
%0
%39.22

Codes

Color #6E559B in popluar color models

6E559B
RGB11085155
HSL261°29.17%47.06%
HSB/HSV261°45.16%60.78%
CMYK29.03%45.16%0.00%
39.22%

Color #6E559B in popluar number systems.

HEX6E559B
Decimal11085155
Binary1101110101010110011011
Octal156125233

Shades and tints

Shades of #6E559B

#6E559B
(110,85,155)
#644E8D
(100,78,141)
#5A477F
(90,71,127)
#504071
(80,64,113)
#463963
(70,57,99)
#3C3255
(60,50,85)
#322B47
(50,43,71)
#282439
(40,36,57)
#1E1D2B
(30,29,43)
#14161D
(20,22,29)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E559B

#6E559B
(110,85,155)
#7B64A4
(123,100,164)
#8873AD
(136,115,173)
#9582B6
(149,130,182)
#A291BF
(162,145,191)
#AFA0C8
(175,160,200)
#BCAFD1
(188,175,209)
#C9BEDA
(201,190,218)
#D6CDE3
(214,205,227)
#E3DCEC
(227,220,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E559B color. Also use rgb(110,85,155) instead hex code.

Text Font Color

.myTextColor { color: #6E559B; }

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

This text font color is #6E559B.


Background Color

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

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

This div background color is #6E559B.


Border color

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

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

This div border color is #6E559B.


Opacity

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

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

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

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

This text has shadow with #6E559B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E559B on black background.


Color preview on white background

This text has color #6E559B on white background.



Black color preview on #6E559B background

This text has black color on #6E559B background.


White color preview on #6E559B background

This text has white color on #6E559B background.