COLOR #6CC0EA

HEX: #6CC0EA
RGB: (108,192,234)

Color info

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

RGB color model

#6CC0EA color RGB value is (108,192,234).

  • red value is 108;
  • green value is 192;
  • blue value is 234.
RGB:
(108,192,234)
(42%,75%,92%)

RGB channels and saturation

R 108 of 255 = 42%
G 192 of 255 = 75%
B 234 of 255 = 92%

108
192
234

R + G + B ~ 70%. #6CC0EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 192 + 234 = 534 (100%)
R 108 of 534 ~ 20.22%
G 192 of 534 ~ 35.96%
B 234 of 534 ~ 43.82%

%20.22
%35.96
%43.82

CMYK color model

#6CC0EA color CMYK value is (54,18,0,8).

  • cyan value is 53.85%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(54,18,0,8)
C54M18Y0K8 
(54%,18%,0%,8%)
(0.54/0.18/0.00/0.08)	

CMYK percentages

%53.85
%17.95
%0
%8.24

Codes

Color #6CC0EA in popluar color models

6CC0EA
RGB108192234
HSL200°75.00%67.06%
HSB/HSV200°53.85%91.76%
CMYK53.85%17.95%0.00%
8.24%

Color #6CC0EA in popluar number systems.

HEX6CC0EA
Decimal108192234
Binary11011001100000011101010
Octal154300352

Shades and tints

Shades of #6CC0EA

#6CC0EA
(108,192,234)
#63AFD5
(99,175,213)
#5A9EC0
(90,158,192)
#518DAB
(81,141,171)
#487C96
(72,124,150)
#3F6B81
(63,107,129)
#365A6C
(54,90,108)
#2D4957
(45,73,87)
#243842
(36,56,66)
#1B272D
(27,39,45)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #6CC0EA

#6CC0EA
(108,192,234)
#79C5EB
(121,197,235)
#86CAEC
(134,202,236)
#93CFED
(147,207,237)
#A0D4EE
(160,212,238)
#ADD9EF
(173,217,239)
#BADEF0
(186,222,240)
#C7E3F1
(199,227,241)
#D4E8F2
(212,232,242)
#E1EDF3
(225,237,243)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC0EA color. Also use rgb(108,192,234) instead hex code.

Text Font Color

.myTextColor { color: #6CC0EA; }

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

This text font color is #6CC0EA.


Background Color

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

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

This div background color is #6CC0EA.


Border color

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

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

This div border color is #6CC0EA.


Opacity

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

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

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

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

This text has shadow with #6CC0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC0EA on black background.


Color preview on white background

This text has color #6CC0EA on white background.



Black color preview on #6CC0EA background

This text has black color on #6CC0EA background.


White color preview on #6CC0EA background

This text has white color on #6CC0EA background.