COLOR #6DC2DD

HEX: #6DC2DD
RGB: (109,194,221)

Color info

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

RGB color model

#6DC2DD color RGB value is (109,194,221).

  • red value is 109;
  • green value is 194;
  • blue value is 221.
RGB:
(109,194,221)
(43%,76%,87%)

RGB channels and saturation

R 109 of 255 = 43%
G 194 of 255 = 76%
B 221 of 255 = 87%

109
194
221

R + G + B ~ 69%. #6DC2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 194 + 221 = 524 (100%)
R 109 of 524 ~ 20.8%
G 194 of 524 ~ 37.02%
B 221 of 524 ~ 42.18%

%20.8
%37.02
%42.18

CMYK color model

#6DC2DD color CMYK value is (51,12,0,13).

  • cyan value is 50.68%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(51,12,0,13)
C51M12Y0K13 
(51%,12%,0%,13%)
(0.51/0.12/0.00/0.13)	

CMYK percentages

%50.68
%12.22
%0
%13.33

Codes

Color #6DC2DD in popluar color models

6DC2DD
RGB109194221
HSL194°62.22%64.71%
HSB/HSV194°50.68%86.67%
CMYK50.68%12.22%0.00%
13.33%

Color #6DC2DD in popluar number systems.

HEX6DC2DD
Decimal109194221
Binary11011011100001011011101
Octal155302335

Shades and tints

Shades of #6DC2DD

#6DC2DD
(109,194,221)
#64B1C9
(100,177,201)
#5BA0B5
(91,160,181)
#528FA1
(82,143,161)
#497E8D
(73,126,141)
#406D79
(64,109,121)
#375C65
(55,92,101)
#2E4B51
(46,75,81)
#253A3D
(37,58,61)
#1C2929
(28,41,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #6DC2DD

#6DC2DD
(109,194,221)
#7AC7E0
(122,199,224)
#87CCE3
(135,204,227)
#94D1E6
(148,209,230)
#A1D6E9
(161,214,233)
#AEDBEC
(174,219,236)
#BBE0EF
(187,224,239)
#C8E5F2
(200,229,242)
#D5EAF5
(213,234,245)
#E2EFF8
(226,239,248)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC2DD color. Also use rgb(109,194,221) instead hex code.

Text Font Color

.myTextColor { color: #6DC2DD; }

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

This text font color is #6DC2DD.


Background Color

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

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

This div background color is #6DC2DD.


Border color

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

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

This div border color is #6DC2DD.


Opacity

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

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

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

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

This text has shadow with #6DC2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC2DD on black background.


Color preview on white background

This text has color #6DC2DD on white background.



Black color preview on #6DC2DD background

This text has black color on #6DC2DD background.


White color preview on #6DC2DD background

This text has white color on #6DC2DD background.