COLOR #6EA8F7

HEX: #6EA8F7
RGB: (110,168,247)

Color info

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

RGB color model

#6EA8F7 color RGB value is (110,168,247).

  • red value is 110;
  • green value is 168;
  • blue value is 247.
RGB:
(110,168,247)
(43%,66%,97%)

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 247 of 255 = 97%

110
168
247

R + G + B ~ 69%. #6EA8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 168 + 247 = 525 (100%)
R 110 of 525 ~ 20.95%
G 168 of 525 ~ 32%
B 247 of 525 ~ 47.05%

%20.95
%32
%47.05

CMYK color model

#6EA8F7 color CMYK value is (55,32,0,3).

  • cyan value is 55.47%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(55,32,0,3)
C55M32Y0K3 
(55%,32%,0%,3%)
(0.55/0.32/0.00/0.03)	

CMYK percentages

%55.47
%31.98
%0
%3.14

Codes

Color #6EA8F7 in popluar color models

6EA8F7
RGB110168247
HSL215°89.54%70.00%
HSB/HSV215°55.47%96.86%
CMYK55.47%31.98%0.00%
3.14%

Color #6EA8F7 in popluar number systems.

HEX6EA8F7
Decimal110168247
Binary11011101010100011110111
Octal156250367

Shades and tints

Shades of #6EA8F7

#6EA8F7
(110,168,247)
#6499E1
(100,153,225)
#5A8ACB
(90,138,203)
#507BB5
(80,123,181)
#466C9F
(70,108,159)
#3C5D89
(60,93,137)
#324E73
(50,78,115)
#283F5D
(40,63,93)
#1E3047
(30,48,71)
#142131
(20,33,49)
#0A121B
(10,18,27)
#000000
(0,0,0)

Tints of #6EA8F7

#6EA8F7
(110,168,247)
#7BAFF7
(123,175,247)
#88B6F7
(136,182,247)
#95BDF7
(149,189,247)
#A2C4F7
(162,196,247)
#AFCBF7
(175,203,247)
#BCD2F7
(188,210,247)
#C9D9F7
(201,217,247)
#D6E0F7
(214,224,247)
#E3E7F7
(227,231,247)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA8F7; }

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

This text font color is #6EA8F7.


Background Color

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

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

This div background color is #6EA8F7.


Border color

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

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

This div border color is #6EA8F7.


Opacity

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

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

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

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

This text has shadow with #6EA8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA8F7 on black background.


Color preview on white background

This text has color #6EA8F7 on white background.



Black color preview on #6EA8F7 background

This text has black color on #6EA8F7 background.


White color preview on #6EA8F7 background

This text has white color on #6EA8F7 background.