COLOR #6DEFF5

HEX: #6DEFF5
RGB: (109,239,245)

Color info

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

RGB color model

#6DEFF5 color RGB value is (109,239,245).

  • red value is 109;
  • green value is 239;
  • blue value is 245.
RGB:
(109,239,245)
(43%,94%,96%)

RGB channels and saturation

R 109 of 255 = 43%
G 239 of 255 = 94%
B 245 of 255 = 96%

109
239
245

R + G + B ~ 78%. #6DEFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 239 + 245 = 593 (100%)
R 109 of 593 ~ 18.38%
G 239 of 593 ~ 40.3%
B 245 of 593 ~ 41.32%

%18.38
%40.3
%41.32

CMYK color model

#6DEFF5 color CMYK value is (56,2,0,4).

  • cyan value is 55.51%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(56,2,0,4)
C56M2Y0K4 
(56%,2%,0%,4%)
(0.56/0.02/0.00/0.04)	

CMYK percentages

%55.51
%2.45
%0
%3.92

Codes

Color #6DEFF5 in popluar color models

6DEFF5
RGB109239245
HSL183°87.18%69.41%
HSB/HSV183°55.51%96.08%
CMYK55.51%2.45%0.00%
3.92%

Color #6DEFF5 in popluar number systems.

HEX6DEFF5
Decimal109239245
Binary11011011110111111110101
Octal155357365

Shades and tints

Shades of #6DEFF5

#6DEFF5
(109,239,245)
#64DADF
(100,218,223)
#5BC5C9
(91,197,201)
#52B0B3
(82,176,179)
#499B9D
(73,155,157)
#408687
(64,134,135)
#377171
(55,113,113)
#2E5C5B
(46,92,91)
#254745
(37,71,69)
#1C322F
(28,50,47)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #6DEFF5

#6DEFF5
(109,239,245)
#7AF0F5
(122,240,245)
#87F1F5
(135,241,245)
#94F2F5
(148,242,245)
#A1F3F5
(161,243,245)
#AEF4F5
(174,244,245)
#BBF5F5
(187,245,245)
#C8F6F5
(200,246,245)
#D5F7F5
(213,247,245)
#E2F8F5
(226,248,245)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEFF5 color. Also use rgb(109,239,245) instead hex code.

Text Font Color

.myTextColor { color: #6DEFF5; }

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

This text font color is #6DEFF5.


Background Color

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

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

This div background color is #6DEFF5.


Border color

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

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

This div border color is #6DEFF5.


Opacity

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

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

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

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

This text has shadow with #6DEFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEFF5 on black background.


Color preview on white background

This text has color #6DEFF5 on white background.



Black color preview on #6DEFF5 background

This text has black color on #6DEFF5 background.


White color preview on #6DEFF5 background

This text has white color on #6DEFF5 background.