COLOR #6E6ED3

HEX: #6E6ED3
RGB: (110,110,211)

Color info

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

RGB color model

#6E6ED3 color RGB value is (110,110,211).

  • red value is 110;
  • green value is 110;
  • blue value is 211.
RGB:
(110,110,211)
(43%,43%,83%)

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 211 of 255 = 83%

110
110
211

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

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 211 = 431 (100%)
R 110 of 431 ~ 25.52%
G 110 of 431 ~ 25.52%
B 211 of 431 ~ 48.96%

%25.52
%25.52
%48.96

CMYK color model

#6E6ED3 color CMYK value is (48,48,0,17).

  • cyan value is 47.87%
  • magenta value is 47.87%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(48,48,0,17)
C48M48Y0K17 
(48%,48%,0%,17%)
(0.48/0.48/0.00/0.17)	

CMYK percentages

%47.87
%47.87
%0
%17.25

Codes

Color #6E6ED3 in popluar color models

6E6ED3
RGB110110211
HSL240°53.44%62.94%
HSB/HSV240°47.87%82.75%
CMYK47.87%47.87%0.00%
17.25%

Color #6E6ED3 in popluar number systems.

HEX6E6ED3
Decimal110110211
Binary1101110110111011010011
Octal156156323

Shades and tints

Shades of #6E6ED3

#6E6ED3
(110,110,211)
#6464C0
(100,100,192)
#5A5AAD
(90,90,173)
#50509A
(80,80,154)
#464687
(70,70,135)
#3C3C74
(60,60,116)
#323261
(50,50,97)
#28284E
(40,40,78)
#1E1E3B
(30,30,59)
#141428
(20,20,40)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #6E6ED3

#6E6ED3
(110,110,211)
#7B7BD7
(123,123,215)
#8888DB
(136,136,219)
#9595DF
(149,149,223)
#A2A2E3
(162,162,227)
#AFAFE7
(175,175,231)
#BCBCEB
(188,188,235)
#C9C9EF
(201,201,239)
#D6D6F3
(214,214,243)
#E3E3F7
(227,227,247)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6ED3; }

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

This text font color is #6E6ED3.


Background Color

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

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

This div background color is #6E6ED3.


Border color

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

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

This div border color is #6E6ED3.


Opacity

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

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

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

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

This text has shadow with #6E6ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6ED3 on black background.


Color preview on white background

This text has color #6E6ED3 on white background.



Black color preview on #6E6ED3 background

This text has black color on #6E6ED3 background.


White color preview on #6E6ED3 background

This text has white color on #6E6ED3 background.