COLOR #6DB5DE

HEX: #6DB5DE RGB: (109,181,222)

Color info

#6DB5DE contains mainly green and blue colors. Web safe color of #6DB5DE is #66CCCC (or #6CC).

RGB color model

#6DB5DE color RGB value is (109,181,222).

RGB: (109,181,222) (43%, 71%, 87%)

RGB channels and saturation

R 109 of 255 = 43%
G 181 of 255 = 71%
B 222 of 255 = 87%

109
181
222

R + G + B ~ 67%. #6DB5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 181 + 222 = 512 (100%)
R 109 of 512 ~ 21.29%
G 181 of 512 ~ 35.35%
B 222 of 512 ~ 43.36'%

%21.29
%35.35
%43.36

CMYK color model

#6DB5DE color CMYK value is (51,18,0,13).

  • cyan value is 50.90%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (51,18,0,13)
C51M18Y0K13 (51%, 18%, 0%, 13%)
(0.51 / 0.18 / 0.00 / 0.13)

CMYK percentages

%50.9
%18.47
%0
%12.94

Codes

Color #6DB5DE in popluar color models

6D B5 DE
RGB 109 181 222
HSL 202° 63.13% 64.90%
HSB/HSV 202° 50.90% 87.06%
CMYK 50.90% 18.47% 0.00%
12.94%

Color #6DB5DE in popluar number systems.

HEX 6D B5 DE
Decimal 109 181 222
Binary 1101101 10110101 11011110
Octal 155 265 336

Shades and tints

Shades of #6DB5DE

#6DB5DE
(109,181,222)
#64A5CA
(100,165,202)
#5B95B6
(91,149,182)
#5285A2
(82,133,162)
#49758E
(73,117,142)
#40657A
(64,101,122)
#375566
(55,85,102)
#2E4552
(46,69,82)
#25353E
(37,53,62)
#1C252A
(28,37,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #6DB5DE

#6DB5DE
(109,181,222)
#7ABBE1
(122,187,225)
#87C1E4
(135,193,228)
#94C7E7
(148,199,231)
#A1CDEA
(161,205,234)
#AED3ED
(174,211,237)
#BBD9F0
(187,217,240)
#C8DFF3
(200,223,243)
#D5E5F6
(213,229,246)
#E2EBF9
(226,235,249)
#EFF1FC
(239,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB5DE color. Also use rgb(109,181,222) instead hex code.

Text Font Color

.myTextColor { color: #6DB5DE; }

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

This text font color is #6DB5DE.

Background Color

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

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

This div background color is #6DB5DE.

Border color

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

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

This div border color is #6DB5DE.

Opacity

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

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

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

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

This text has shadow with #6DB5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB5DE.

Preview

Color preview on black background

This text has color #6DB5DE on black background.


Color preview on white background

This text has color #6DB5DE on white background.


Black color preview on #6DB5DE background

This text has black color on #6DB5DE background.


White color preview on #6DB5DE background

This text has white color on #6DB5DE background.


Related colors

Complementary color

Complementary color for #hex is #924A21.


I love getcolorcode.com

Triadic colors

1 #DE6DB5 and #B5DE6D with #6DB5DE are triadic colors.

2 #DEB56D and #B56DDE with #6DB5DE are triadic colors.