COLOR #6E6BB6

HEX: #6E6BB6
RGB: (110,107,182)

Color info

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

RGB color model

#6E6BB6 color RGB value is (110,107,182).

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

RGB channels and saturation

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

110
107
182

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 182 = 399 (100%)
R 110 of 399 ~ 27.57%
G 107 of 399 ~ 26.82%
B 182 of 399 ~ 45.61%

%27.57
%26.82
%45.61

CMYK color model

#6E6BB6 color CMYK value is (40,41,0,29).

  • cyan value is 39.56%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(40,41,0,29)
C40M41Y0K29 
(40%,41%,0%,29%)
(0.40/0.41/0.00/0.29)	

CMYK percentages

%39.56
%41.21
%0
%28.63

Codes

Color #6E6BB6 in popluar color models

6E6BB6
RGB110107182
HSL242°33.94%56.67%
HSB/HSV242°41.21%71.37%
CMYK39.56%41.21%0.00%
28.63%

Color #6E6BB6 in popluar number systems.

HEX6E6BB6
Decimal110107182
Binary1101110110101110110110
Octal156153266

Shades and tints

Shades of #6E6BB6

#6E6BB6
(110,107,182)
#6462A6
(100,98,166)
#5A5996
(90,89,150)
#505086
(80,80,134)
#464776
(70,71,118)
#3C3E66
(60,62,102)
#323556
(50,53,86)
#282C46
(40,44,70)
#1E2336
(30,35,54)
#141A26
(20,26,38)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #6E6BB6

#6E6BB6
(110,107,182)
#7B78BC
(123,120,188)
#8885C2
(136,133,194)
#9592C8
(149,146,200)
#A29FCE
(162,159,206)
#AFACD4
(175,172,212)
#BCB9DA
(188,185,218)
#C9C6E0
(201,198,224)
#D6D3E6
(214,211,230)
#E3E0EC
(227,224,236)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6BB6; }

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

This text font color is #6E6BB6.


Background Color

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

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

This div background color is #6E6BB6.


Border color

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

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

This div border color is #6E6BB6.


Opacity

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

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

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

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

This text has shadow with #6E6BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6BB6 on black background.


Color preview on white background

This text has color #6E6BB6 on white background.



Black color preview on #6E6BB6 background

This text has black color on #6E6BB6 background.


White color preview on #6E6BB6 background

This text has white color on #6E6BB6 background.