COLOR #6DA0D1

HEX: #6DA0D1
RGB: (109,160,209)

Color info

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

RGB color model

#6DA0D1 color RGB value is (109,160,209).

  • red value is 109;
  • green value is 160;
  • blue value is 209.
RGB:
(109,160,209)
(43%,63%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 209 of 255 = 82%

109
160
209

R + G + B ~ 63%. #6DA0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 160 + 209 = 478 (100%)
R 109 of 478 ~ 22.8%
G 160 of 478 ~ 33.47%
B 209 of 478 ~ 43.72%

%22.8
%33.47
%43.72

CMYK color model

#6DA0D1 color CMYK value is (48,23,0,18).

  • cyan value is 47.85%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(48,23,0,18)
C48M23Y0K18 
(48%,23%,0%,18%)
(0.48/0.23/0.00/0.18)	

CMYK percentages

%47.85
%23.44
%0
%18.04

Codes

Color #6DA0D1 in popluar color models

6DA0D1
RGB109160209
HSL209°52.08%62.35%
HSB/HSV209°47.85%81.96%
CMYK47.85%23.44%0.00%
18.04%

Color #6DA0D1 in popluar number systems.

HEX6DA0D1
Decimal109160209
Binary11011011010000011010001
Octal155240321

Shades and tints

Shades of #6DA0D1

#6DA0D1
(109,160,209)
#6492BE
(100,146,190)
#5B84AB
(91,132,171)
#527698
(82,118,152)
#496885
(73,104,133)
#405A72
(64,90,114)
#374C5F
(55,76,95)
#2E3E4C
(46,62,76)
#253039
(37,48,57)
#1C2226
(28,34,38)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #6DA0D1

#6DA0D1
(109,160,209)
#7AA8D5
(122,168,213)
#87B0D9
(135,176,217)
#94B8DD
(148,184,221)
#A1C0E1
(161,192,225)
#AEC8E5
(174,200,229)
#BBD0E9
(187,208,233)
#C8D8ED
(200,216,237)
#D5E0F1
(213,224,241)
#E2E8F5
(226,232,245)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA0D1 color. Also use rgb(109,160,209) instead hex code.

Text Font Color

.myTextColor { color: #6DA0D1; }

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

This text font color is #6DA0D1.


Background Color

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

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

This div background color is #6DA0D1.


Border color

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

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

This div border color is #6DA0D1.


Opacity

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

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

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

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

This text has shadow with #6DA0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA0D1 on black background.


Color preview on white background

This text has color #6DA0D1 on white background.



Black color preview on #6DA0D1 background

This text has black color on #6DA0D1 background.


White color preview on #6DA0D1 background

This text has white color on #6DA0D1 background.