COLOR #6E8FD1

HEX: #6E8FD1
RGB: (110,143,209)

Color info

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

RGB color model

#6E8FD1 color RGB value is (110,143,209).

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

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 209 of 255 = 82%

110
143
209

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 209 = 462 (100%)
R 110 of 462 ~ 23.81%
G 143 of 462 ~ 30.95%
B 209 of 462 ~ 45.24%

%23.81
%30.95
%45.24

CMYK color model

#6E8FD1 color CMYK value is (47,32,0,18).

  • cyan value is 47.37%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(47,32,0,18)
C47M32Y0K18 
(47%,32%,0%,18%)
(0.47/0.32/0.00/0.18)	

CMYK percentages

%47.37
%31.58
%0
%18.04

Codes

Color #6E8FD1 in popluar color models

6E8FD1
RGB110143209
HSL220°51.83%62.55%
HSB/HSV220°47.37%81.96%
CMYK47.37%31.58%0.00%
18.04%

Color #6E8FD1 in popluar number systems.

HEX6E8FD1
Decimal110143209
Binary11011101000111111010001
Octal156217321

Shades and tints

Shades of #6E8FD1

#6E8FD1
(110,143,209)
#6482BE
(100,130,190)
#5A75AB
(90,117,171)
#506898
(80,104,152)
#465B85
(70,91,133)
#3C4E72
(60,78,114)
#32415F
(50,65,95)
#28344C
(40,52,76)
#1E2739
(30,39,57)
#141A26
(20,26,38)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E8FD1

#6E8FD1
(110,143,209)
#7B99D5
(123,153,213)
#88A3D9
(136,163,217)
#95ADDD
(149,173,221)
#A2B7E1
(162,183,225)
#AFC1E5
(175,193,229)
#BCCBE9
(188,203,233)
#C9D5ED
(201,213,237)
#D6DFF1
(214,223,241)
#E3E9F5
(227,233,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8FD1; }

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

This text font color is #6E8FD1.


Background Color

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

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

This div background color is #6E8FD1.


Border color

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

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

This div border color is #6E8FD1.


Opacity

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

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

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

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

This text has shadow with #6E8FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8FD1 on black background.


Color preview on white background

This text has color #6E8FD1 on white background.



Black color preview on #6E8FD1 background

This text has black color on #6E8FD1 background.


White color preview on #6E8FD1 background

This text has white color on #6E8FD1 background.