COLOR #6DD8F9

HEX: #6DD8F9
RGB: (109,216,249)

Color info

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

RGB color model

#6DD8F9 color RGB value is (109,216,249).

  • red value is 109;
  • green value is 216;
  • blue value is 249.
RGB:
(109,216,249)
(43%,85%,98%)

RGB channels and saturation

R 109 of 255 = 43%
G 216 of 255 = 85%
B 249 of 255 = 98%

109
216
249

R + G + B ~ 75%. #6DD8F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 216 + 249 = 574 (100%)
R 109 of 574 ~ 18.99%
G 216 of 574 ~ 37.63%
B 249 of 574 ~ 43.38%

%18.99
%37.63
%43.38

CMYK color model

#6DD8F9 color CMYK value is (56,13,0,2).

  • cyan value is 56.22%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(56,13,0,2)
C56M13Y0K2 
(56%,13%,0%,2%)
(0.56/0.13/0.00/0.02)	

CMYK percentages

%56.22
%13.25
%0
%2.35

Codes

Color #6DD8F9 in popluar color models

6DD8F9
RGB109216249
HSL194°92.11%70.20%
HSB/HSV194°56.22%97.65%
CMYK56.22%13.25%0.00%
2.35%

Color #6DD8F9 in popluar number systems.

HEX6DD8F9
Decimal109216249
Binary11011011101100011111001
Octal155330371

Shades and tints

Shades of #6DD8F9

#6DD8F9
(109,216,249)
#64C5E3
(100,197,227)
#5BB2CD
(91,178,205)
#529FB7
(82,159,183)
#498CA1
(73,140,161)
#40798B
(64,121,139)
#376675
(55,102,117)
#2E535F
(46,83,95)
#254049
(37,64,73)
#1C2D33
(28,45,51)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #6DD8F9

#6DD8F9
(109,216,249)
#7ADBF9
(122,219,249)
#87DEF9
(135,222,249)
#94E1F9
(148,225,249)
#A1E4F9
(161,228,249)
#AEE7F9
(174,231,249)
#BBEAF9
(187,234,249)
#C8EDF9
(200,237,249)
#D5F0F9
(213,240,249)
#E2F3F9
(226,243,249)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD8F9 color. Also use rgb(109,216,249) instead hex code.

Text Font Color

.myTextColor { color: #6DD8F9; }

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

This text font color is #6DD8F9.


Background Color

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

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

This div background color is #6DD8F9.


Border color

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

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

This div border color is #6DD8F9.


Opacity

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

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

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

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

This text has shadow with #6DD8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD8F9 on black background.


Color preview on white background

This text has color #6DD8F9 on white background.



Black color preview on #6DD8F9 background

This text has black color on #6DD8F9 background.


White color preview on #6DD8F9 background

This text has white color on #6DD8F9 background.