COLOR #6DA0BB

HEX: #6DA0BB
RGB: (109,160,187)

Color info

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

RGB color model

#6DA0BB color RGB value is (109,160,187).

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

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 187 of 255 = 73%

109
160
187

R + G + B ~ 60%. #6DA0BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 160 + 187 = 456 (100%)
R 109 of 456 ~ 23.9%
G 160 of 456 ~ 35.09%
B 187 of 456 ~ 41.01%

%23.9
%35.09
%41.01

CMYK color model

#6DA0BB color CMYK value is (42,14,0,27).

  • cyan value is 41.71%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,14,0,27)
C42M14Y0K27 
(42%,14%,0%,27%)
(0.42/0.14/0.00/0.27)	

CMYK percentages

%41.71
%14.44
%0
%26.67

Codes

Color #6DA0BB in popluar color models

6DA0BB
RGB109160187
HSL201°36.45%58.04%
HSB/HSV201°41.71%73.33%
CMYK41.71%14.44%0.00%
26.67%

Color #6DA0BB in popluar number systems.

HEX6DA0BB
Decimal109160187
Binary11011011010000010111011
Octal155240273

Shades and tints

Shades of #6DA0BB

#6DA0BB
(109,160,187)
#6492AA
(100,146,170)
#5B8499
(91,132,153)
#527688
(82,118,136)
#496877
(73,104,119)
#405A66
(64,90,102)
#374C55
(55,76,85)
#2E3E44
(46,62,68)
#253033
(37,48,51)
#1C2222
(28,34,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6DA0BB

#6DA0BB
(109,160,187)
#7AA8C1
(122,168,193)
#87B0C7
(135,176,199)
#94B8CD
(148,184,205)
#A1C0D3
(161,192,211)
#AEC8D9
(174,200,217)
#BBD0DF
(187,208,223)
#C8D8E5
(200,216,229)
#D5E0EB
(213,224,235)
#E2E8F1
(226,232,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA0BB; }

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

This text font color is #6DA0BB.


Background Color

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

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

This div background color is #6DA0BB.


Border color

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

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

This div border color is #6DA0BB.


Opacity

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

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

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

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

This text has shadow with #6DA0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA0BB on black background.


Color preview on white background

This text has color #6DA0BB on white background.



Black color preview on #6DA0BB background

This text has black color on #6DA0BB background.


White color preview on #6DA0BB background

This text has white color on #6DA0BB background.