COLOR #6E8AF8

HEX: #6E8AF8
RGB: (110,138,248)

Color info

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

RGB color model

#6E8AF8 color RGB value is (110,138,248).

  • red value is 110;
  • green value is 138;
  • blue value is 248.
RGB:
(110,138,248)
(43%,54%,97%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 248 of 255 = 97%

110
138
248

R + G + B ~ 65%. #6E8AF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 248 = 496 (100%)
R 110 of 496 ~ 22.18%
G 138 of 496 ~ 27.82%
B 248 of 496 ~ 50%

%22.18
%27.82
%50

CMYK color model

#6E8AF8 color CMYK value is (56,44,0,3).

  • cyan value is 55.65%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(56,44,0,3)
C56M44Y0K3 
(56%,44%,0%,3%)
(0.56/0.44/0.00/0.03)	

CMYK percentages

%55.65
%44.35
%0
%2.75

Codes

Color #6E8AF8 in popluar color models

6E8AF8
RGB110138248
HSL228°90.79%70.20%
HSB/HSV228°55.65%97.25%
CMYK55.65%44.35%0.00%
2.75%

Color #6E8AF8 in popluar number systems.

HEX6E8AF8
Decimal110138248
Binary11011101000101011111000
Octal156212370

Shades and tints

Shades of #6E8AF8

#6E8AF8
(110,138,248)
#647EE2
(100,126,226)
#5A72CC
(90,114,204)
#5066B6
(80,102,182)
#465AA0
(70,90,160)
#3C4E8A
(60,78,138)
#324274
(50,66,116)
#28365E
(40,54,94)
#1E2A48
(30,42,72)
#141E32
(20,30,50)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #6E8AF8

#6E8AF8
(110,138,248)
#7B94F8
(123,148,248)
#889EF8
(136,158,248)
#95A8F8
(149,168,248)
#A2B2F8
(162,178,248)
#AFBCF8
(175,188,248)
#BCC6F8
(188,198,248)
#C9D0F8
(201,208,248)
#D6DAF8
(214,218,248)
#E3E4F8
(227,228,248)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8AF8; }

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

This text font color is #6E8AF8.


Background Color

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

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

This div background color is #6E8AF8.


Border color

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

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

This div border color is #6E8AF8.


Opacity

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

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

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

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

This text has shadow with #6E8AF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8AF8 on black background.


Color preview on white background

This text has color #6E8AF8 on white background.



Black color preview on #6E8AF8 background

This text has black color on #6E8AF8 background.


White color preview on #6E8AF8 background

This text has white color on #6E8AF8 background.