COLOR #6E8CE9

HEX: #6E8CE9 RGB: (110,140,233)

Color info

#6E8CE9 contains mainly blue color. Web safe color of #6E8CE9 is #6699FF (or #69F).

RGB color model

#6E8CE9 color RGB value is (110,140,233).

RGB: (110,140,233) (43%, 55%, 91%)

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 233 of 255 = 91%

110
140
233

R + G + B ~ 63%. #6E8CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 140 + 233 = 483 (100%)
R 110 of 483 ~ 22.77%
G 140 of 483 ~ 28.99%
B 233 of 483 ~ 48.24'%

%22.77
%28.99
%48.24

CMYK color model

#6E8CE9 color CMYK value is (53,40,0,9).

  • cyan value is 52.79%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (53,40,0,9)
C53M40Y0K9 (53%, 40%, 0%, 9%)
(0.53 / 0.40 / 0.00 / 0.09)

CMYK percentages

%52.79
%39.91
%0
%8.63

Codes

Color #6E8CE9 in popluar color models

6E 8C E9
RGB 110 140 233
HSL 225° 73.65% 67.25%
HSB/HSV 225° 52.79% 91.37%
CMYK 52.79% 39.91% 0.00%
8.63%

Color #6E8CE9 in popluar number systems.

HEX 6E 8C E9
Decimal 110 140 233
Binary 1101110 10001100 11101001
Octal 156 214 351

Shades and tints

Shades of #6E8CE9

#6E8CE9
(110,140,233)
#6480D4
(100,128,212)
#5A74BF
(90,116,191)
#5068AA
(80,104,170)
#465C95
(70,92,149)
#3C5080
(60,80,128)
#32446B
(50,68,107)
#283856
(40,56,86)
#1E2C41
(30,44,65)
#14202C
(20,32,44)
#0A1417
(10,20,23)
#000000
(0,0,0)

Tints of #6E8CE9

#6E8CE9
(110,140,233)
#7B96EB
(123,150,235)
#88A0ED
(136,160,237)
#95AAEF
(149,170,239)
#A2B4F1
(162,180,241)
#AFBEF3
(175,190,243)
#BCC8F5
(188,200,245)
#C9D2F7
(201,210,247)
#D6DCF9
(214,220,249)
#E3E6FB
(227,230,251)
#F0F0FD
(240,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8CE9; }

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

This text font color is #6E8CE9.

Background Color

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

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

This div background color is #6E8CE9.

Border color

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

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

This div border color is #6E8CE9.

Opacity

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

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

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

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

This text has shadow with #6E8CE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8CE9.

Preview

Color preview on black background

This text has color #6E8CE9 on black background.


Color preview on white background

This text has color #6E8CE9 on white background.


Black color preview on #6E8CE9 background

This text has black color on #6E8CE9 background.


White color preview on #6E8CE9 background

This text has white color on #6E8CE9 background.


Related colors

Complementary color

Complementary color for #hex is #917316.


I love getcolorcode.com

Triadic colors

1 #E96E8C and #8CE96E with #6E8CE9 are triadic colors.

2 #E98C6E and #8C6EE9 with #6E8CE9 are triadic colors.