COLOR #6E6BB4

HEX: #6E6BB4
RGB: (110,107,180)

Color info

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

RGB color model

#6E6BB4 color RGB value is (110,107,180).

  • red value is 110;
  • green value is 107;
  • blue value is 180.
RGB:
(110,107,180)
(43%,42%,71%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 180 of 255 = 71%

110
107
180

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 180 = 397 (100%)
R 110 of 397 ~ 27.71%
G 107 of 397 ~ 26.95%
B 180 of 397 ~ 45.34%

%27.71
%26.95
%45.34

CMYK color model

#6E6BB4 color CMYK value is (39,41,0,29).

  • cyan value is 38.89%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(39,41,0,29)
C39M41Y0K29 
(39%,41%,0%,29%)
(0.39/0.41/0.00/0.29)	

CMYK percentages

%38.89
%40.56
%0
%29.41

Codes

Color #6E6BB4 in popluar color models

6E6BB4
RGB110107180
HSL242°32.74%56.27%
HSB/HSV242°40.56%70.59%
CMYK38.89%40.56%0.00%
29.41%

Color #6E6BB4 in popluar number systems.

HEX6E6BB4
Decimal110107180
Binary1101110110101110110100
Octal156153264

Shades and tints

Shades of #6E6BB4

#6E6BB4
(110,107,180)
#6462A4
(100,98,164)
#5A5994
(90,89,148)
#505084
(80,80,132)
#464774
(70,71,116)
#3C3E64
(60,62,100)
#323554
(50,53,84)
#282C44
(40,44,68)
#1E2334
(30,35,52)
#141A24
(20,26,36)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6E6BB4

#6E6BB4
(110,107,180)
#7B78BA
(123,120,186)
#8885C0
(136,133,192)
#9592C6
(149,146,198)
#A29FCC
(162,159,204)
#AFACD2
(175,172,210)
#BCB9D8
(188,185,216)
#C9C6DE
(201,198,222)
#D6D3E4
(214,211,228)
#E3E0EA
(227,224,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6BB4 color. Also use rgb(110,107,180) instead hex code.

Text Font Color

.myTextColor { color: #6E6BB4; }

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

This text font color is #6E6BB4.


Background Color

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

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

This div background color is #6E6BB4.


Border color

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

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

This div border color is #6E6BB4.


Opacity

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

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

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

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

This text has shadow with #6E6BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6BB4 on black background.


Color preview on white background

This text has color #6E6BB4 on white background.



Black color preview on #6E6BB4 background

This text has black color on #6E6BB4 background.


White color preview on #6E6BB4 background

This text has white color on #6E6BB4 background.