COLOR #6E5BCE

HEX: #6E5BCE
RGB: (110,91,206)

Color info

#6E5BCE contains mainly blue color. Web safe color of #6E5BCE is #6666CC (or #66C).

RGB color model

#6E5BCE color RGB value is (110,91,206).

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

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 206 of 255 = 81%

110
91
206

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

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 206 = 407 (100%)
R 110 of 407 ~ 27.03%
G 91 of 407 ~ 22.36%
B 206 of 407 ~ 50.61%

%27.03
%22.36
%50.61

CMYK color model

#6E5BCE color CMYK value is (47,56,0,19).

  • cyan value is 46.60%
  • magenta value is 55.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(47,56,0,19)
C47M56Y0K19 
(47%,56%,0%,19%)
(0.47/0.56/0.00/0.19)	

CMYK percentages

%46.6
%55.83
%0
%19.22

Codes

Color #6E5BCE in popluar color models

6E5BCE
RGB11091206
HSL250°53.99%58.24%
HSB/HSV250°55.83%80.78%
CMYK46.60%55.83%0.00%
19.22%

Color #6E5BCE in popluar number systems.

HEX6E5BCE
Decimal11091206
Binary1101110101101111001110
Octal156133316

Shades and tints

Shades of #6E5BCE

#6E5BCE
(110,91,206)
#6453BC
(100,83,188)
#5A4BAA
(90,75,170)
#504398
(80,67,152)
#463B86
(70,59,134)
#3C3374
(60,51,116)
#322B62
(50,43,98)
#282350
(40,35,80)
#1E1B3E
(30,27,62)
#14132C
(20,19,44)
#0A0B1A
(10,11,26)
#000000
(0,0,0)

Tints of #6E5BCE

#6E5BCE
(110,91,206)
#7B69D2
(123,105,210)
#8877D6
(136,119,214)
#9585DA
(149,133,218)
#A293DE
(162,147,222)
#AFA1E2
(175,161,226)
#BCAFE6
(188,175,230)
#C9BDEA
(201,189,234)
#D6CBEE
(214,203,238)
#E3D9F2
(227,217,242)
#F0E7F6
(240,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5BCE; }

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

This text font color is #6E5BCE.


Background Color

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

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

This div background color is #6E5BCE.


Border color

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

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

This div border color is #6E5BCE.


Opacity

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

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

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

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

This text has shadow with #6E5BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5BCE on black background.


Color preview on white background

This text has color #6E5BCE on white background.



Black color preview on #6E5BCE background

This text has black color on #6E5BCE background.


White color preview on #6E5BCE background

This text has white color on #6E5BCE background.