COLOR #6CC0C8

HEX: #6CC0C8
RGB: (108,192,200)

Color info

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

RGB color model

#6CC0C8 color RGB value is (108,192,200).

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

RGB channels and saturation

R 108 of 255 = 42%
G 192 of 255 = 75%
B 200 of 255 = 78%

108
192
200

R + G + B ~ 65%. #6CC0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 192 + 200 = 500 (100%)
R 108 of 500 ~ 21.6%
G 192 of 500 ~ 38.4%
B 200 of 500 ~ 40%

%21.6
%38.4
%40

CMYK color model

#6CC0C8 color CMYK value is (46,4,0,22).

  • cyan value is 46.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(46,4,0,22)
C46M4Y0K22 
(46%,4%,0%,22%)
(0.46/0.04/0.00/0.22)	

CMYK percentages

%46
%4
%0
%21.57

Codes

Color #6CC0C8 in popluar color models

6CC0C8
RGB108192200
HSL185°45.54%60.39%
HSB/HSV185°46.00%78.43%
CMYK46.00%4.00%0.00%
21.57%

Color #6CC0C8 in popluar number systems.

HEX6CC0C8
Decimal108192200
Binary11011001100000011001000
Octal154300310

Shades and tints

Shades of #6CC0C8

#6CC0C8
(108,192,200)
#63AFB6
(99,175,182)
#5A9EA4
(90,158,164)
#518D92
(81,141,146)
#487C80
(72,124,128)
#3F6B6E
(63,107,110)
#365A5C
(54,90,92)
#2D494A
(45,73,74)
#243838
(36,56,56)
#1B2726
(27,39,38)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6CC0C8

#6CC0C8
(108,192,200)
#79C5CD
(121,197,205)
#86CAD2
(134,202,210)
#93CFD7
(147,207,215)
#A0D4DC
(160,212,220)
#ADD9E1
(173,217,225)
#BADEE6
(186,222,230)
#C7E3EB
(199,227,235)
#D4E8F0
(212,232,240)
#E1EDF5
(225,237,245)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC0C8; }

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

This text font color is #6CC0C8.


Background Color

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

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

This div background color is #6CC0C8.


Border color

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

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

This div border color is #6CC0C8.


Opacity

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

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

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

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

This text has shadow with #6CC0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC0C8 on black background.


Color preview on white background

This text has color #6CC0C8 on white background.



Black color preview on #6CC0C8 background

This text has black color on #6CC0C8 background.


White color preview on #6CC0C8 background

This text has white color on #6CC0C8 background.