COLOR #6CC0DF

HEX: #6CC0DF
RGB: (108,192,223)

Color info

#6CC0DF contains mainly green and blue colors. Web safe color of #6CC0DF is #66CCCC (or #6CC).

RGB color model

#6CC0DF color RGB value is (108,192,223).

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

RGB channels and saturation

R 108 of 255 = 42%
G 192 of 255 = 75%
B 223 of 255 = 87%

108
192
223

R + G + B ~ 68%. #6CC0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 192 + 223 = 523 (100%)
R 108 of 523 ~ 20.65%
G 192 of 523 ~ 36.71%
B 223 of 523 ~ 42.64%

%20.65
%36.71
%42.64

CMYK color model

#6CC0DF color CMYK value is (52,14,0,13).

  • cyan value is 51.57%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(52,14,0,13)
C52M14Y0K13 
(52%,14%,0%,13%)
(0.52/0.14/0.00/0.13)	

CMYK percentages

%51.57
%13.9
%0
%12.55

Codes

Color #6CC0DF in popluar color models

6CC0DF
RGB108192223
HSL196°64.25%64.90%
HSB/HSV196°51.57%87.45%
CMYK51.57%13.90%0.00%
12.55%

Color #6CC0DF in popluar number systems.

HEX6CC0DF
Decimal108192223
Binary11011001100000011011111
Octal154300337

Shades and tints

Shades of #6CC0DF

#6CC0DF
(108,192,223)
#63AFCB
(99,175,203)
#5A9EB7
(90,158,183)
#518DA3
(81,141,163)
#487C8F
(72,124,143)
#3F6B7B
(63,107,123)
#365A67
(54,90,103)
#2D4953
(45,73,83)
#24383F
(36,56,63)
#1B272B
(27,39,43)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #6CC0DF

#6CC0DF
(108,192,223)
#79C5E1
(121,197,225)
#86CAE3
(134,202,227)
#93CFE5
(147,207,229)
#A0D4E7
(160,212,231)
#ADD9E9
(173,217,233)
#BADEEB
(186,222,235)
#C7E3ED
(199,227,237)
#D4E8EF
(212,232,239)
#E1EDF1
(225,237,241)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC0DF; }

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

This text font color is #6CC0DF.


Background Color

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

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

This div background color is #6CC0DF.


Border color

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

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

This div border color is #6CC0DF.


Opacity

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

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

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

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

This text has shadow with #6CC0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC0DF on black background.


Color preview on white background

This text has color #6CC0DF on white background.



Black color preview on #6CC0DF background

This text has black color on #6CC0DF background.


White color preview on #6CC0DF background

This text has white color on #6CC0DF background.