COLOR #6DA8DA

HEX: #6DA8DA RGB: (109,168,218)

Color info

#6DA8DA contains mainly green and blue colors. Web safe color of #6DA8DA is #6699CC (or #69C).

RGB color model

#6DA8DA color RGB value is (109,168,218).

RGB: (109,168,218) (43%, 66%, 85%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 218 of 255 = 85%

109
168
218

R + G + B ~ 65%. #6DA8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 168 + 218 = 495 (100%)
R 109 of 495 ~ 22.02%
G 168 of 495 ~ 33.94%
B 218 of 495 ~ 44.04'%

%22.02
%33.94
%44.04

CMYK color model

#6DA8DA color CMYK value is (50,23,0,15).

  • cyan value is 50.00%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (50,23,0,15)
C50M23Y0K15 (50%, 23%, 0%, 15%)
(0.50 / 0.23 / 0.00 / 0.15)

CMYK percentages

%50
%22.94
%0
%14.51

Codes

Color #6DA8DA in popluar color models

6D A8 DA
RGB 109 168 218
HSL 208° 59.56% 64.12%
HSB/HSV 208° 50.00% 85.49%
CMYK 50.00% 22.94% 0.00%
14.51%

Color #6DA8DA in popluar number systems.

HEX 6D A8 DA
Decimal 109 168 218
Binary 1101101 10101000 11011010
Octal 155 250 332

Shades and tints

Shades of #6DA8DA

#6DA8DA
(109,168,218)
#6499C7
(100,153,199)
#5B8AB4
(91,138,180)
#527BA1
(82,123,161)
#496C8E
(73,108,142)
#405D7B
(64,93,123)
#374E68
(55,78,104)
#2E3F55
(46,63,85)
#253042
(37,48,66)
#1C212F
(28,33,47)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #6DA8DA

#6DA8DA
(109,168,218)
#7AAFDD
(122,175,221)
#87B6E0
(135,182,224)
#94BDE3
(148,189,227)
#A1C4E6
(161,196,230)
#AECBE9
(174,203,233)
#BBD2EC
(187,210,236)
#C8D9EF
(200,217,239)
#D5E0F2
(213,224,242)
#E2E7F5
(226,231,245)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA8DA color. Also use rgb(109,168,218) instead hex code.

Text Font Color

.myTextColor { color: #6DA8DA; }

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

This text font color is #6DA8DA.

Background Color

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

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

This div background color is #6DA8DA.

Border color

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

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

This div border color is #6DA8DA.

Opacity

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

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

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

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

This text has shadow with #6DA8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA8DA.

Preview

Color preview on black background

This text has color #6DA8DA on black background.


Color preview on white background

This text has color #6DA8DA on white background.


Black color preview on #6DA8DA background

This text has black color on #6DA8DA background.


White color preview on #6DA8DA background

This text has white color on #6DA8DA background.


Related colors

Complementary color

Complementary color for #hex is #925725.


I love getcolorcode.com

Triadic colors

1 #DA6DA8 and #A8DA6D with #6DA8DA are triadic colors.

2 #DAA86D and #A86DDA with #6DA8DA are triadic colors.