COLOR #6EC6EC

HEX: #6EC6EC
RGB: (110,198,236)

Color info

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

RGB color model

#6EC6EC color RGB value is (110,198,236).

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

RGB channels and saturation

R 110 of 255 = 43%
G 198 of 255 = 78%
B 236 of 255 = 93%

110
198
236

R + G + B ~ 71%. #6EC6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 198 + 236 = 544 (100%)
R 110 of 544 ~ 20.22%
G 198 of 544 ~ 36.4%
B 236 of 544 ~ 43.38%

%20.22
%36.4
%43.38

CMYK color model

#6EC6EC color CMYK value is (53,16,0,7).

  • cyan value is 53.39%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,16,0,7)
C53M16Y0K7 
(53%,16%,0%,7%)
(0.53/0.16/0.00/0.07)	

CMYK percentages

%53.39
%16.1
%0
%7.45

Codes

Color #6EC6EC in popluar color models

6EC6EC
RGB110198236
HSL198°76.83%67.84%
HSB/HSV198°53.39%92.55%
CMYK53.39%16.10%0.00%
7.45%

Color #6EC6EC in popluar number systems.

HEX6EC6EC
Decimal110198236
Binary11011101100011011101100
Octal156306354

Shades and tints

Shades of #6EC6EC

#6EC6EC
(110,198,236)
#64B4D7
(100,180,215)
#5AA2C2
(90,162,194)
#5090AD
(80,144,173)
#467E98
(70,126,152)
#3C6C83
(60,108,131)
#325A6E
(50,90,110)
#284859
(40,72,89)
#1E3644
(30,54,68)
#14242F
(20,36,47)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #6EC6EC

#6EC6EC
(110,198,236)
#7BCBED
(123,203,237)
#88D0EE
(136,208,238)
#95D5EF
(149,213,239)
#A2DAF0
(162,218,240)
#AFDFF1
(175,223,241)
#BCE4F2
(188,228,242)
#C9E9F3
(201,233,243)
#D6EEF4
(214,238,244)
#E3F3F5
(227,243,245)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC6EC; }

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

This text font color is #6EC6EC.


Background Color

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

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

This div background color is #6EC6EC.


Border color

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

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

This div border color is #6EC6EC.


Opacity

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

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

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

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

This text has shadow with #6EC6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC6EC on black background.


Color preview on white background

This text has color #6EC6EC on white background.



Black color preview on #6EC6EC background

This text has black color on #6EC6EC background.


White color preview on #6EC6EC background

This text has white color on #6EC6EC background.