COLOR #6EC6FC

HEX: #6EC6FC
RGB: (110,198,252)

Color info

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

RGB color model

#6EC6FC color RGB value is (110,198,252).

  • red value is 110;
  • green value is 198;
  • blue value is 252.
RGB:
(110,198,252)
(43%,78%,99%)

RGB channels and saturation

R 110 of 255 = 43%
G 198 of 255 = 78%
B 252 of 255 = 99%

110
198
252

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

Portions of RGB colors in percentages

R + G + B =
110 + 198 + 252 = 560 (100%)
R 110 of 560 ~ 19.64%
G 198 of 560 ~ 35.36%
B 252 of 560 ~ 45%

%19.64
%35.36
%45

CMYK color model

#6EC6FC color CMYK value is (56,21,0,1).

  • cyan value is 56.35%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(56,21,0,1)
C56M21Y0K1 
(56%,21%,0%,1%)
(0.56/0.21/0.00/0.01)	

CMYK percentages

%56.35
%21.43
%0
%1.18

Codes

Color #6EC6FC in popluar color models

6EC6FC
RGB110198252
HSL203°95.95%70.98%
HSB/HSV203°56.35%98.82%
CMYK56.35%21.43%0.00%
1.18%

Color #6EC6FC in popluar number systems.

HEX6EC6FC
Decimal110198252
Binary11011101100011011111100
Octal156306374

Shades and tints

Shades of #6EC6FC

#6EC6FC
(110,198,252)
#64B4E6
(100,180,230)
#5AA2D0
(90,162,208)
#5090BA
(80,144,186)
#467EA4
(70,126,164)
#3C6C8E
(60,108,142)
#325A78
(50,90,120)
#284862
(40,72,98)
#1E364C
(30,54,76)
#142436
(20,36,54)
#0A1220
(10,18,32)
#000000
(0,0,0)

Tints of #6EC6FC

#6EC6FC
(110,198,252)
#7BCBFC
(123,203,252)
#88D0FC
(136,208,252)
#95D5FC
(149,213,252)
#A2DAFC
(162,218,252)
#AFDFFC
(175,223,252)
#BCE4FC
(188,228,252)
#C9E9FC
(201,233,252)
#D6EEFC
(214,238,252)
#E3F3FC
(227,243,252)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC6FC color. Also use rgb(110,198,252) instead hex code.

Text Font Color

.myTextColor { color: #6EC6FC; }

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

This text font color is #6EC6FC.


Background Color

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

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

This div background color is #6EC6FC.


Border color

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

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

This div border color is #6EC6FC.


Opacity

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

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

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

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

This text has shadow with #6EC6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC6FC on black background.


Color preview on white background

This text has color #6EC6FC on white background.



Black color preview on #6EC6FC background

This text has black color on #6EC6FC background.


White color preview on #6EC6FC background

This text has white color on #6EC6FC background.