COLOR #6DE0F5

HEX: #6DE0F5 RGB: (109,224,245)

Color info

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

RGB color model

#6DE0F5 color RGB value is (109,224,245).

RGB: (109,224,245) (43%, 88%, 96%)

RGB channels and saturation

R 109 of 255 = 43%
G 224 of 255 = 88%
B 245 of 255 = 96%

109
224
245

R + G + B ~ 76%. #6DE0F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 224 + 245 = 578 (100%)
R 109 of 578 ~ 18.86%
G 224 of 578 ~ 38.75%
B 245 of 578 ~ 42.39'%

%18.86
%38.75
%42.39

CMYK color model

#6DE0F5 color CMYK value is (56,9,0,4).

  • cyan value is 55.51%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (56,9,0,4)
C56M9Y0K4 (56%, 9%, 0%, 4%)
(0.56 / 0.09 / 0.00 / 0.04)

CMYK percentages

%55.51
%8.57
%0
%3.92

Codes

Color #6DE0F5 in popluar color models

6D E0 F5
RGB 109 224 245
HSL 189° 87.18% 69.41%
HSB/HSV 189° 55.51% 96.08%
CMYK 55.51% 8.57% 0.00%
3.92%

Color #6DE0F5 in popluar number systems.

HEX 6D E0 F5
Decimal 109 224 245
Binary 1101101 11100000 11110101
Octal 155 340 365

Shades and tints

Shades of #6DE0F5

#6DE0F5
(109,224,245)
#64CCDF
(100,204,223)
#5BB8C9
(91,184,201)
#52A4B3
(82,164,179)
#49909D
(73,144,157)
#407C87
(64,124,135)
#376871
(55,104,113)
#2E545B
(46,84,91)
#254045
(37,64,69)
#1C2C2F
(28,44,47)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #6DE0F5

#6DE0F5
(109,224,245)
#7AE2F5
(122,226,245)
#87E4F5
(135,228,245)
#94E6F5
(148,230,245)
#A1E8F5
(161,232,245)
#AEEAF5
(174,234,245)
#BBECF5
(187,236,245)
#C8EEF5
(200,238,245)
#D5F0F5
(213,240,245)
#E2F2F5
(226,242,245)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE0F5; }

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

This text font color is #6DE0F5.

Background Color

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

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

This div background color is #6DE0F5.

Border color

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

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

This div border color is #6DE0F5.

Opacity

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

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

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

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

This text has shadow with #6DE0F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE0F5.

Preview

Color preview on black background

This text has color #6DE0F5 on black background.


Color preview on white background

This text has color #6DE0F5 on white background.


Black color preview on #6DE0F5 background

This text has black color on #6DE0F5 background.


White color preview on #6DE0F5 background

This text has white color on #6DE0F5 background.


Related colors

Complementary color

Complementary color for #hex is #921F0A.


I love getcolorcode.com

Triadic colors

1 #F56DE0 and #E0F56D with #6DE0F5 are triadic colors.

2 #F5E06D and #E06DF5 with #6DE0F5 are triadic colors.