COLOR #6E8BD1

HEX: #6E8BD1
RGB: (110,139,209)

Color info

#6E8BD1 contains mainly blue color. Web safe color of #6E8BD1 is #6699CC (or #69C).

RGB color model

#6E8BD1 color RGB value is (110,139,209).

  • red value is 110;
  • green value is 139;
  • blue value is 209.
RGB:
(110,139,209)
(43%,55%,82%)

RGB channels and saturation

R 110 of 255 = 43%
G 139 of 255 = 55%
B 209 of 255 = 82%

110
139
209

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

Portions of RGB colors in percentages

R + G + B =
110 + 139 + 209 = 458 (100%)
R 110 of 458 ~ 24.02%
G 139 of 458 ~ 30.35%
B 209 of 458 ~ 45.63%

%24.02
%30.35
%45.63

CMYK color model

#6E8BD1 color CMYK value is (47,33,0,18).

  • cyan value is 47.37%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(47,33,0,18)
C47M33Y0K18 
(47%,33%,0%,18%)
(0.47/0.33/0.00/0.18)	

CMYK percentages

%47.37
%33.49
%0
%18.04

Codes

Color #6E8BD1 in popluar color models

6E8BD1
RGB110139209
HSL222°51.83%62.55%
HSB/HSV222°47.37%81.96%
CMYK47.37%33.49%0.00%
18.04%

Color #6E8BD1 in popluar number systems.

HEX6E8BD1
Decimal110139209
Binary11011101000101111010001
Octal156213321

Shades and tints

Shades of #6E8BD1

#6E8BD1
(110,139,209)
#647FBE
(100,127,190)
#5A73AB
(90,115,171)
#506798
(80,103,152)
#465B85
(70,91,133)
#3C4F72
(60,79,114)
#32435F
(50,67,95)
#28374C
(40,55,76)
#1E2B39
(30,43,57)
#141F26
(20,31,38)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #6E8BD1

#6E8BD1
(110,139,209)
#7B95D5
(123,149,213)
#889FD9
(136,159,217)
#95A9DD
(149,169,221)
#A2B3E1
(162,179,225)
#AFBDE5
(175,189,229)
#BCC7E9
(188,199,233)
#C9D1ED
(201,209,237)
#D6DBF1
(214,219,241)
#E3E5F5
(227,229,245)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8BD1; }

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

This text font color is #6E8BD1.


Background Color

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

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

This div background color is #6E8BD1.


Border color

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

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

This div border color is #6E8BD1.


Opacity

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

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

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

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

This text has shadow with #6E8BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8BD1 on black background.


Color preview on white background

This text has color #6E8BD1 on white background.



Black color preview on #6E8BD1 background

This text has black color on #6E8BD1 background.


White color preview on #6E8BD1 background

This text has white color on #6E8BD1 background.