COLOR #6DA7DB

HEX: #6DA7DB
RGB: (109,167,219)

Color info

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

RGB color model

#6DA7DB color RGB value is (109,167,219).

  • red value is 109;
  • green value is 167;
  • blue value is 219.
RGB:
(109,167,219)
(43%,65%,86%)

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 219 of 255 = 86%

109
167
219

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 219 = 495 (100%)
R 109 of 495 ~ 22.02%
G 167 of 495 ~ 33.74%
B 219 of 495 ~ 44.24%

%22.02
%33.74
%44.24

CMYK color model

#6DA7DB color CMYK value is (50,24,0,14).

  • cyan value is 50.23%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(50,24,0,14)
C50M24Y0K14 
(50%,24%,0%,14%)
(0.50/0.24/0.00/0.14)	

CMYK percentages

%50.23
%23.74
%0
%14.12

Codes

Color #6DA7DB in popluar color models

6DA7DB
RGB109167219
HSL208°60.44%64.31%
HSB/HSV208°50.23%85.88%
CMYK50.23%23.74%0.00%
14.12%

Color #6DA7DB in popluar number systems.

HEX6DA7DB
Decimal109167219
Binary11011011010011111011011
Octal155247333

Shades and tints

Shades of #6DA7DB

#6DA7DB
(109,167,219)
#6498C8
(100,152,200)
#5B89B5
(91,137,181)
#527AA2
(82,122,162)
#496B8F
(73,107,143)
#405C7C
(64,92,124)
#374D69
(55,77,105)
#2E3E56
(46,62,86)
#252F43
(37,47,67)
#1C2030
(28,32,48)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #6DA7DB

#6DA7DB
(109,167,219)
#7AAFDE
(122,175,222)
#87B7E1
(135,183,225)
#94BFE4
(148,191,228)
#A1C7E7
(161,199,231)
#AECFEA
(174,207,234)
#BBD7ED
(187,215,237)
#C8DFF0
(200,223,240)
#D5E7F3
(213,231,243)
#E2EFF6
(226,239,246)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA7DB color. Also use rgb(109,167,219) instead hex code.

Text Font Color

.myTextColor { color: #6DA7DB; }

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

This text font color is #6DA7DB.


Background Color

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

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

This div background color is #6DA7DB.


Border color

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

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

This div border color is #6DA7DB.


Opacity

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

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

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

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

This text has shadow with #6DA7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA7DB on black background.


Color preview on white background

This text has color #6DA7DB on white background.



Black color preview on #6DA7DB background

This text has black color on #6DA7DB background.


White color preview on #6DA7DB background

This text has white color on #6DA7DB background.