COLOR #6E4BCD

HEX: #6E4BCD
RGB: (110,75,205)

Color info

#6E4BCD contains mainly blue color. Web safe color of #6E4BCD is #6633CC (or #63C).

RGB color model

#6E4BCD color RGB value is (110,75,205).

  • red value is 110;
  • green value is 75;
  • blue value is 205.
RGB:
(110,75,205)
(43%,29%,80%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 205 of 255 = 80%

110
75
205

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

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 205 = 390 (100%)
R 110 of 390 ~ 28.21%
G 75 of 390 ~ 19.23%
B 205 of 390 ~ 52.56%

%28.21
%19.23
%52.56

CMYK color model

#6E4BCD color CMYK value is (46,63,0,20).

  • cyan value is 46.34%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(46,63,0,20)
C46M63Y0K20 
(46%,63%,0%,20%)
(0.46/0.63/0.00/0.20)	

CMYK percentages

%46.34
%63.41
%0
%19.61

Codes

Color #6E4BCD in popluar color models

6E4BCD
RGB11075205
HSL256°56.52%54.90%
HSB/HSV256°63.41%80.39%
CMYK46.34%63.41%0.00%
19.61%

Color #6E4BCD in popluar number systems.

HEX6E4BCD
Decimal11075205
Binary1101110100101111001101
Octal156113315

Shades and tints

Shades of #6E4BCD

#6E4BCD
(110,75,205)
#6445BB
(100,69,187)
#5A3FA9
(90,63,169)
#503997
(80,57,151)
#463385
(70,51,133)
#3C2D73
(60,45,115)
#322761
(50,39,97)
#28214F
(40,33,79)
#1E1B3D
(30,27,61)
#14152B
(20,21,43)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #6E4BCD

#6E4BCD
(110,75,205)
#7B5BD1
(123,91,209)
#886BD5
(136,107,213)
#957BD9
(149,123,217)
#A28BDD
(162,139,221)
#AF9BE1
(175,155,225)
#BCABE5
(188,171,229)
#C9BBE9
(201,187,233)
#D6CBED
(214,203,237)
#E3DBF1
(227,219,241)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4BCD color. Also use rgb(110,75,205) instead hex code.

Text Font Color

.myTextColor { color: #6E4BCD; }

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

This text font color is #6E4BCD.


Background Color

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

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

This div background color is #6E4BCD.


Border color

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

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

This div border color is #6E4BCD.


Opacity

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

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

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

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

This text has shadow with #6E4BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4BCD on black background.


Color preview on white background

This text has color #6E4BCD on white background.



Black color preview on #6E4BCD background

This text has black color on #6E4BCD background.


White color preview on #6E4BCD background

This text has white color on #6E4BCD background.