COLOR #6EC9F4

HEX: #6EC9F4
RGB: (110,201,244)

Color info

#6EC9F4 contains mainly green and blue colors. Web safe color of #6EC9F4 is #66CCFF (or #6CF).

RGB color model

#6EC9F4 color RGB value is (110,201,244).

  • red value is 110;
  • green value is 201;
  • blue value is 244.
RGB:
(110,201,244)
(43%,79%,96%)

RGB channels and saturation

R 110 of 255 = 43%
G 201 of 255 = 79%
B 244 of 255 = 96%

110
201
244

R + G + B ~ 73%. #6EC9F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 201 + 244 = 555 (100%)
R 110 of 555 ~ 19.82%
G 201 of 555 ~ 36.22%
B 244 of 555 ~ 43.96%

%19.82
%36.22
%43.96

CMYK color model

#6EC9F4 color CMYK value is (55,18,0,4).

  • cyan value is 54.92%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(55,18,0,4)
C55M18Y0K4 
(55%,18%,0%,4%)
(0.55/0.18/0.00/0.04)	

CMYK percentages

%54.92
%17.62
%0
%4.31

Codes

Color #6EC9F4 in popluar color models

6EC9F4
RGB110201244
HSL199°85.90%69.41%
HSB/HSV199°54.92%95.69%
CMYK54.92%17.62%0.00%
4.31%

Color #6EC9F4 in popluar number systems.

HEX6EC9F4
Decimal110201244
Binary11011101100100111110100
Octal156311364

Shades and tints

Shades of #6EC9F4

#6EC9F4
(110,201,244)
#64B7DE
(100,183,222)
#5AA5C8
(90,165,200)
#5093B2
(80,147,178)
#46819C
(70,129,156)
#3C6F86
(60,111,134)
#325D70
(50,93,112)
#284B5A
(40,75,90)
#1E3944
(30,57,68)
#14272E
(20,39,46)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #6EC9F4

#6EC9F4
(110,201,244)
#7BCDF5
(123,205,245)
#88D1F6
(136,209,246)
#95D5F7
(149,213,247)
#A2D9F8
(162,217,248)
#AFDDF9
(175,221,249)
#BCE1FA
(188,225,250)
#C9E5FB
(201,229,251)
#D6E9FC
(214,233,252)
#E3EDFD
(227,237,253)
#F0F1FE
(240,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC9F4 color. Also use rgb(110,201,244) instead hex code.

Text Font Color

.myTextColor { color: #6EC9F4; }

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

This text font color is #6EC9F4.


Background Color

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

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

This div background color is #6EC9F4.


Border color

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

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

This div border color is #6EC9F4.


Opacity

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

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

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

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

This text has shadow with #6EC9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC9F4 on black background.


Color preview on white background

This text has color #6EC9F4 on white background.



Black color preview on #6EC9F4 background

This text has black color on #6EC9F4 background.


White color preview on #6EC9F4 background

This text has white color on #6EC9F4 background.