COLOR #6E6EEC

HEX: #6E6EEC
RGB: (110,110,236)

Color info

#6E6EEC contains mainly blue color. Web safe color of #6E6EEC is #6666FF (or #66F).

RGB color model

#6E6EEC color RGB value is (110,110,236).

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

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 236 of 255 = 93%

110
110
236

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

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 236 = 456 (100%)
R 110 of 456 ~ 24.12%
G 110 of 456 ~ 24.12%
B 236 of 456 ~ 51.75%

%24.12
%24.12
%51.75

CMYK color model

#6E6EEC color CMYK value is (53,53,0,7).

  • cyan value is 53.39%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,53,0,7)
C53M53Y0K7 
(53%,53%,0%,7%)
(0.53/0.53/0.00/0.07)	

CMYK percentages

%53.39
%53.39
%0
%7.45

Codes

Color #6E6EEC in popluar color models

6E6EEC
RGB110110236
HSL240°76.83%67.84%
HSB/HSV240°53.39%92.55%
CMYK53.39%53.39%0.00%
7.45%

Color #6E6EEC in popluar number systems.

HEX6E6EEC
Decimal110110236
Binary1101110110111011101100
Octal156156354

Shades and tints

Shades of #6E6EEC

#6E6EEC
(110,110,236)
#6464D7
(100,100,215)
#5A5AC2
(90,90,194)
#5050AD
(80,80,173)
#464698
(70,70,152)
#3C3C83
(60,60,131)
#32326E
(50,50,110)
#282859
(40,40,89)
#1E1E44
(30,30,68)
#14142F
(20,20,47)
#0A0A1A
(10,10,26)
#000000
(0,0,0)

Tints of #6E6EEC

#6E6EEC
(110,110,236)
#7B7BED
(123,123,237)
#8888EE
(136,136,238)
#9595EF
(149,149,239)
#A2A2F0
(162,162,240)
#AFAFF1
(175,175,241)
#BCBCF2
(188,188,242)
#C9C9F3
(201,201,243)
#D6D6F4
(214,214,244)
#E3E3F5
(227,227,245)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6EEC; }

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

This text font color is #6E6EEC.


Background Color

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

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

This div background color is #6E6EEC.


Border color

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

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

This div border color is #6E6EEC.


Opacity

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

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

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

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

This text has shadow with #6E6EEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6EEC on black background.


Color preview on white background

This text has color #6E6EEC on white background.



Black color preview on #6E6EEC background

This text has black color on #6E6EEC background.


White color preview on #6E6EEC background

This text has white color on #6E6EEC background.