COLOR #6E6EF9

HEX: #6E6EF9
RGB: (110,110,249)

Color info

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

RGB color model

#6E6EF9 color RGB value is (110,110,249).

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

RGB channels and saturation

R 110 of 255 = 43%
G 110 of 255 = 43%
B 249 of 255 = 98%

110
110
249

R + G + B ~ 61%. #6E6EF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 110 + 249 = 469 (100%)
R 110 of 469 ~ 23.45%
G 110 of 469 ~ 23.45%
B 249 of 469 ~ 53.09%

%23.45
%23.45
%53.09

CMYK color model

#6E6EF9 color CMYK value is (56,56,0,2).

  • cyan value is 55.82%
  • magenta value is 55.82%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(56,56,0,2)
C56M56Y0K2 
(56%,56%,0%,2%)
(0.56/0.56/0.00/0.02)	

CMYK percentages

%55.82
%55.82
%0
%2.35

Codes

Color #6E6EF9 in popluar color models

6E6EF9
RGB110110249
HSL240°92.05%70.39%
HSB/HSV240°55.82%97.65%
CMYK55.82%55.82%0.00%
2.35%

Color #6E6EF9 in popluar number systems.

HEX6E6EF9
Decimal110110249
Binary1101110110111011111001
Octal156156371

Shades and tints

Shades of #6E6EF9

#6E6EF9
(110,110,249)
#6464E3
(100,100,227)
#5A5ACD
(90,90,205)
#5050B7
(80,80,183)
#4646A1
(70,70,161)
#3C3C8B
(60,60,139)
#323275
(50,50,117)
#28285F
(40,40,95)
#1E1E49
(30,30,73)
#141433
(20,20,51)
#0A0A1D
(10,10,29)
#000000
(0,0,0)

Tints of #6E6EF9

#6E6EF9
(110,110,249)
#7B7BF9
(123,123,249)
#8888F9
(136,136,249)
#9595F9
(149,149,249)
#A2A2F9
(162,162,249)
#AFAFF9
(175,175,249)
#BCBCF9
(188,188,249)
#C9C9F9
(201,201,249)
#D6D6F9
(214,214,249)
#E3E3F9
(227,227,249)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6EF9; }

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

This text font color is #6E6EF9.


Background Color

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

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

This div background color is #6E6EF9.


Border color

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

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

This div border color is #6E6EF9.


Opacity

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

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

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

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

This text has shadow with #6E6EF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6EF9 on black background.


Color preview on white background

This text has color #6E6EF9 on white background.



Black color preview on #6E6EF9 background

This text has black color on #6E6EF9 background.


White color preview on #6E6EF9 background

This text has white color on #6E6EF9 background.