COLOR #6EAAF5

HEX: #6EAAF5
RGB: (110,170,245)

Color info

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

RGB color model

#6EAAF5 color RGB value is (110,170,245).

  • red value is 110;
  • green value is 170;
  • blue value is 245.
RGB:
(110,170,245)
(43%,67%,96%)

RGB channels and saturation

R 110 of 255 = 43%
G 170 of 255 = 67%
B 245 of 255 = 96%

110
170
245

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

Portions of RGB colors in percentages

R + G + B =
110 + 170 + 245 = 525 (100%)
R 110 of 525 ~ 20.95%
G 170 of 525 ~ 32.38%
B 245 of 525 ~ 46.67%

%20.95
%32.38
%46.67

CMYK color model

#6EAAF5 color CMYK value is (55,31,0,4).

  • cyan value is 55.10%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(55,31,0,4)
C55M31Y0K4 
(55%,31%,0%,4%)
(0.55/0.31/0.00/0.04)	

CMYK percentages

%55.1
%30.61
%0
%3.92

Codes

Color #6EAAF5 in popluar color models

6EAAF5
RGB110170245
HSL213°87.10%69.61%
HSB/HSV213°55.10%96.08%
CMYK55.10%30.61%0.00%
3.92%

Color #6EAAF5 in popluar number systems.

HEX6EAAF5
Decimal110170245
Binary11011101010101011110101
Octal156252365

Shades and tints

Shades of #6EAAF5

#6EAAF5
(110,170,245)
#649BDF
(100,155,223)
#5A8CC9
(90,140,201)
#507DB3
(80,125,179)
#466E9D
(70,110,157)
#3C5F87
(60,95,135)
#325071
(50,80,113)
#28415B
(40,65,91)
#1E3245
(30,50,69)
#14232F
(20,35,47)
#0A1419
(10,20,25)
#000000
(0,0,0)

Tints of #6EAAF5

#6EAAF5
(110,170,245)
#7BB1F5
(123,177,245)
#88B8F5
(136,184,245)
#95BFF5
(149,191,245)
#A2C6F5
(162,198,245)
#AFCDF5
(175,205,245)
#BCD4F5
(188,212,245)
#C9DBF5
(201,219,245)
#D6E2F5
(214,226,245)
#E3E9F5
(227,233,245)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAAF5 color. Also use rgb(110,170,245) instead hex code.

Text Font Color

.myTextColor { color: #6EAAF5; }

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

This text font color is #6EAAF5.


Background Color

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

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

This div background color is #6EAAF5.


Border color

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

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

This div border color is #6EAAF5.


Opacity

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

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

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

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

This text has shadow with #6EAAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAAF5 on black background.


Color preview on white background

This text has color #6EAAF5 on white background.



Black color preview on #6EAAF5 background

This text has black color on #6EAAF5 background.


White color preview on #6EAAF5 background

This text has white color on #6EAAF5 background.