COLOR #6E5BAF

HEX: #6E5BAF
RGB: (110,91,175)

Color info

#6E5BAF contains mainly blue color. Web safe color of #6E5BAF is #666699 (or #669).

RGB color model

#6E5BAF color RGB value is (110,91,175).

  • red value is 110;
  • green value is 91;
  • blue value is 175.
RGB:
(110,91,175)
(43%,36%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 175 of 255 = 69%

110
91
175

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

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 175 = 376 (100%)
R 110 of 376 ~ 29.26%
G 91 of 376 ~ 24.2%
B 175 of 376 ~ 46.54%

%29.26
%24.2
%46.54

CMYK color model

#6E5BAF color CMYK value is (37,48,0,31).

  • cyan value is 37.14%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,48,0,31)
C37M48Y0K31 
(37%,48%,0%,31%)
(0.37/0.48/0.00/0.31)	

CMYK percentages

%37.14
%48
%0
%31.37

Codes

Color #6E5BAF in popluar color models

6E5BAF
RGB11091175
HSL254°34.43%52.16%
HSB/HSV254°48.00%68.63%
CMYK37.14%48.00%0.00%
31.37%

Color #6E5BAF in popluar number systems.

HEX6E5BAF
Decimal11091175
Binary1101110101101110101111
Octal156133257

Shades and tints

Shades of #6E5BAF

#6E5BAF
(110,91,175)
#6453A0
(100,83,160)
#5A4B91
(90,75,145)
#504382
(80,67,130)
#463B73
(70,59,115)
#3C3364
(60,51,100)
#322B55
(50,43,85)
#282346
(40,35,70)
#1E1B37
(30,27,55)
#141328
(20,19,40)
#0A0B19
(10,11,25)
#000000
(0,0,0)

Tints of #6E5BAF

#6E5BAF
(110,91,175)
#7B69B6
(123,105,182)
#8877BD
(136,119,189)
#9585C4
(149,133,196)
#A293CB
(162,147,203)
#AFA1D2
(175,161,210)
#BCAFD9
(188,175,217)
#C9BDE0
(201,189,224)
#D6CBE7
(214,203,231)
#E3D9EE
(227,217,238)
#F0E7F5
(240,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5BAF color. Also use rgb(110,91,175) instead hex code.

Text Font Color

.myTextColor { color: #6E5BAF; }

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

This text font color is #6E5BAF.


Background Color

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

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

This div background color is #6E5BAF.


Border color

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

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

This div border color is #6E5BAF.


Opacity

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

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

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

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

This text has shadow with #6E5BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5BAF on black background.


Color preview on white background

This text has color #6E5BAF on white background.



Black color preview on #6E5BAF background

This text has black color on #6E5BAF background.


White color preview on #6E5BAF background

This text has white color on #6E5BAF background.