COLOR #6CC3DB

HEX: #6CC3DB
RGB: (108,195,219)

Color info

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

RGB color model

#6CC3DB color RGB value is (108,195,219).

  • red value is 108;
  • green value is 195;
  • blue value is 219.
RGB:
(108,195,219)
(42%,76%,86%)

RGB channels and saturation

R 108 of 255 = 42%
G 195 of 255 = 76%
B 219 of 255 = 86%

108
195
219

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

Portions of RGB colors in percentages

R + G + B =
108 + 195 + 219 = 522 (100%)
R 108 of 522 ~ 20.69%
G 195 of 522 ~ 37.36%
B 219 of 522 ~ 41.95%

%20.69
%37.36
%41.95

CMYK color model

#6CC3DB color CMYK value is (51,11,0,14).

  • cyan value is 50.68%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(51,11,0,14)
C51M11Y0K14 
(51%,11%,0%,14%)
(0.51/0.11/0.00/0.14)	

CMYK percentages

%50.68
%10.96
%0
%14.12

Codes

Color #6CC3DB in popluar color models

6CC3DB
RGB108195219
HSL193°60.66%64.12%
HSB/HSV193°50.68%85.88%
CMYK50.68%10.96%0.00%
14.12%

Color #6CC3DB in popluar number systems.

HEX6CC3DB
Decimal108195219
Binary11011001100001111011011
Octal154303333

Shades and tints

Shades of #6CC3DB

#6CC3DB
(108,195,219)
#63B2C8
(99,178,200)
#5AA1B5
(90,161,181)
#5190A2
(81,144,162)
#487F8F
(72,127,143)
#3F6E7C
(63,110,124)
#365D69
(54,93,105)
#2D4C56
(45,76,86)
#243B43
(36,59,67)
#1B2A30
(27,42,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #6CC3DB

#6CC3DB
(108,195,219)
#79C8DE
(121,200,222)
#86CDE1
(134,205,225)
#93D2E4
(147,210,228)
#A0D7E7
(160,215,231)
#ADDCEA
(173,220,234)
#BAE1ED
(186,225,237)
#C7E6F0
(199,230,240)
#D4EBF3
(212,235,243)
#E1F0F6
(225,240,246)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC3DB color. Also use rgb(108,195,219) instead hex code.

Text Font Color

.myTextColor { color: #6CC3DB; }

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

This text font color is #6CC3DB.


Background Color

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

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

This div background color is #6CC3DB.


Border color

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

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

This div border color is #6CC3DB.


Opacity

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

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

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

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

This text has shadow with #6CC3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC3DB on black background.


Color preview on white background

This text has color #6CC3DB on white background.



Black color preview on #6CC3DB background

This text has black color on #6CC3DB background.


White color preview on #6CC3DB background

This text has white color on #6CC3DB background.