COLOR #6DD7F3

HEX: #6DD7F3
RGB: (109,215,243)

Color info

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

RGB color model

#6DD7F3 color RGB value is (109,215,243).

  • red value is 109;
  • green value is 215;
  • blue value is 243.
RGB:
(109,215,243)
(43%,84%,95%)

RGB channels and saturation

R 109 of 255 = 43%
G 215 of 255 = 84%
B 243 of 255 = 95%

109
215
243

R + G + B ~ 74%. #6DD7F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 215 + 243 = 567 (100%)
R 109 of 567 ~ 19.22%
G 215 of 567 ~ 37.92%
B 243 of 567 ~ 42.86%

%19.22
%37.92
%42.86

CMYK color model

#6DD7F3 color CMYK value is (55,12,0,5).

  • cyan value is 55.14%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(55,12,0,5)
C55M12Y0K5 
(55%,12%,0%,5%)
(0.55/0.12/0.00/0.05)	

CMYK percentages

%55.14
%11.52
%0
%4.71

Codes

Color #6DD7F3 in popluar color models

6DD7F3
RGB109215243
HSL193°84.81%69.02%
HSB/HSV193°55.14%95.29%
CMYK55.14%11.52%0.00%
4.71%

Color #6DD7F3 in popluar number systems.

HEX6DD7F3
Decimal109215243
Binary11011011101011111110011
Octal155327363

Shades and tints

Shades of #6DD7F3

#6DD7F3
(109,215,243)
#64C4DD
(100,196,221)
#5BB1C7
(91,177,199)
#529EB1
(82,158,177)
#498B9B
(73,139,155)
#407885
(64,120,133)
#37656F
(55,101,111)
#2E5259
(46,82,89)
#253F43
(37,63,67)
#1C2C2D
(28,44,45)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #6DD7F3

#6DD7F3
(109,215,243)
#7ADAF4
(122,218,244)
#87DDF5
(135,221,245)
#94E0F6
(148,224,246)
#A1E3F7
(161,227,247)
#AEE6F8
(174,230,248)
#BBE9F9
(187,233,249)
#C8ECFA
(200,236,250)
#D5EFFB
(213,239,251)
#E2F2FC
(226,242,252)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD7F3 color. Also use rgb(109,215,243) instead hex code.

Text Font Color

.myTextColor { color: #6DD7F3; }

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

This text font color is #6DD7F3.


Background Color

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

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

This div background color is #6DD7F3.


Border color

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

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

This div border color is #6DD7F3.


Opacity

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

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

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

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

This text has shadow with #6DD7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD7F3 on black background.


Color preview on white background

This text has color #6DD7F3 on white background.



Black color preview on #6DD7F3 background

This text has black color on #6DD7F3 background.


White color preview on #6DD7F3 background

This text has white color on #6DD7F3 background.