COLOR #6DF2ED

HEX: #6DF2ED
RGB: (109,242,237)

Color info

#6DF2ED contains mainly green and blue colors. Web safe color of #6DF2ED is #66FFFF (or #6FF).

RGB color model

#6DF2ED color RGB value is (109,242,237).

  • red value is 109;
  • green value is 242;
  • blue value is 237.
RGB:
(109,242,237)
(43%,95%,93%)

RGB channels and saturation

R 109 of 255 = 43%
G 242 of 255 = 95%
B 237 of 255 = 93%

109
242
237

R + G + B ~ 77%. #6DF2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 242 + 237 = 588 (100%)
R 109 of 588 ~ 18.54%
G 242 of 588 ~ 41.16%
B 237 of 588 ~ 40.31%

%18.54
%41.16
%40.31

CMYK color model

#6DF2ED color CMYK value is (55,0,2,5).

  • cyan value is 54.96%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK:
(55,0,2,5)
C55M0Y2K5 
(55%,0%,2%,5%)
(0.55/0.00/0.02/0.05)	

CMYK percentages

%54.96
%0
%2.07
%5.1

Codes

Color #6DF2ED in popluar color models

6DF2ED
RGB109242237
HSL178°83.65%68.82%
HSB/HSV178°54.96%94.90%
CMYK54.96%0.00%2.07%
5.10%

Color #6DF2ED in popluar number systems.

HEX6DF2ED
Decimal109242237
Binary11011011111001011101101
Octal155362355

Shades and tints

Shades of #6DF2ED

#6DF2ED
(109,242,237)
#64DCD8
(100,220,216)
#5BC6C3
(91,198,195)
#52B0AE
(82,176,174)
#499A99
(73,154,153)
#408484
(64,132,132)
#376E6F
(55,110,111)
#2E585A
(46,88,90)
#254245
(37,66,69)
#1C2C30
(28,44,48)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #6DF2ED

#6DF2ED
(109,242,237)
#7AF3EE
(122,243,238)
#87F4EF
(135,244,239)
#94F5F0
(148,245,240)
#A1F6F1
(161,246,241)
#AEF7F2
(174,247,242)
#BBF8F3
(187,248,243)
#C8F9F4
(200,249,244)
#D5FAF5
(213,250,245)
#E2FBF6
(226,251,246)
#EFFCF7
(239,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF2ED color. Also use rgb(109,242,237) instead hex code.

Text Font Color

.myTextColor { color: #6DF2ED; }

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

This text font color is #6DF2ED.


Background Color

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

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

This div background color is #6DF2ED.


Border color

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

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

This div border color is #6DF2ED.


Opacity

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

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

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

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

This text has shadow with #6DF2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF2ED on black background.


Color preview on white background

This text has color #6DF2ED on white background.



Black color preview on #6DF2ED background

This text has black color on #6DF2ED background.


White color preview on #6DF2ED background

This text has white color on #6DF2ED background.