COLOR #6DB9DD

HEX: #6DB9DD RGB: (109,185,221)

Color info

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

RGB color model

#6DB9DD color RGB value is (109,185,221).

RGB: (109,185,221) (43%, 73%, 87%)

RGB channels and saturation

R 109 of 255 = 43%
G 185 of 255 = 73%
B 221 of 255 = 87%

109
185
221

R + G + B ~ 68%. #6DB9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 185 + 221 = 515 (100%)
R 109 of 515 ~ 21.17%
G 185 of 515 ~ 35.92%
B 221 of 515 ~ 42.91'%

%21.17
%35.92
%42.91

CMYK color model

#6DB9DD color CMYK value is (51,16,0,13).

  • cyan value is 50.68%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (51,16,0,13) C51M16Y0K13 (51%,16%,0%,13%) (0.51/0.16/0.00/0.13) 

CMYK percentages

%50.68
%16.29
%0
%13.33

Codes

Color #6DB9DD in popluar color models

6D B9 DD
RGB 109 185 221
HSL 199° 62.22% 64.71%
HSB/HSV 199° 50.68% 86.67%
CMYK 50.68% 16.29% 0.00%
13.33%

Color #6DB9DD in popluar number systems.

HEX 6D B9 DD
Decimal 109 185 221
Binary 1101101 10111001 11011101
Octal 155 271 335

Shades and tints

Shades of #6DB9DD

#6DB9DD
(109,185,221)
#64A9C9
(100,169,201)
#5B99B5
(91,153,181)
#5289A1
(82,137,161)
#49798D
(73,121,141)
#406979
(64,105,121)
#375965
(55,89,101)
#2E4951
(46,73,81)
#25393D
(37,57,61)
#1C2929
(28,41,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #6DB9DD

#6DB9DD
(109,185,221)
#7ABFE0
(122,191,224)
#87C5E3
(135,197,227)
#94CBE6
(148,203,230)
#A1D1E9
(161,209,233)
#AED7EC
(174,215,236)
#BBDDEF
(187,221,239)
#C8E3F2
(200,227,242)
#D5E9F5
(213,233,245)
#E2EFF8
(226,239,248)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB9DD color. Also use rgb(109,185,221) instead hex code.

Text Font Color

.myTextColor { color: #6DB9DD; }

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

This text font color is #6DB9DD.

Background Color

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

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

This div background color is #6DB9DD.

Border color

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

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

This div border color is #6DB9DD.

Opacity

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

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

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

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

This text has shadow with #6DB9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB9DD.

Preview

Color preview on black background

This text has color #6DB9DD on black background.


Color preview on white background

This text has color #6DB9DD on white background.


Black color preview on #6DB9DD background

This text has black color on #6DB9DD background.


White color preview on #6DB9DD background

This text has white color on #6DB9DD background.


Related colors

Complementary color

Complementary color for #hex is #924622.


I love getcolorcode.com

Triadic colors

1 #DD6DB9 and #B9DD6D with #6DB9DD are triadic colors.

2 #DDB96D and #B96DDD with #6DB9DD are triadic colors.