COLOR #6DB3CF

HEX: #6DB3CF
RGB: (109,179,207)

Color info

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

RGB color model

#6DB3CF color RGB value is (109,179,207).

  • red value is 109;
  • green value is 179;
  • blue value is 207.
RGB:
(109,179,207)
(43%,70%,81%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 207 of 255 = 81%

109
179
207

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

Portions of RGB colors in percentages

R + G + B =
109 + 179 + 207 = 495 (100%)
R 109 of 495 ~ 22.02%
G 179 of 495 ~ 36.16%
B 207 of 495 ~ 41.82%

%22.02
%36.16
%41.82

CMYK color model

#6DB3CF color CMYK value is (47,14,0,19).

  • cyan value is 47.34%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(47,14,0,19)
C47M14Y0K19 
(47%,14%,0%,19%)
(0.47/0.14/0.00/0.19)	

CMYK percentages

%47.34
%13.53
%0
%18.82

Codes

Color #6DB3CF in popluar color models

6DB3CF
RGB109179207
HSL197°50.52%61.96%
HSB/HSV197°47.34%81.18%
CMYK47.34%13.53%0.00%
18.82%

Color #6DB3CF in popluar number systems.

HEX6DB3CF
Decimal109179207
Binary11011011011001111001111
Octal155263317

Shades and tints

Shades of #6DB3CF

#6DB3CF
(109,179,207)
#64A3BD
(100,163,189)
#5B93AB
(91,147,171)
#528399
(82,131,153)
#497387
(73,115,135)
#406375
(64,99,117)
#375363
(55,83,99)
#2E4351
(46,67,81)
#25333F
(37,51,63)
#1C232D
(28,35,45)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #6DB3CF

#6DB3CF
(109,179,207)
#7AB9D3
(122,185,211)
#87BFD7
(135,191,215)
#94C5DB
(148,197,219)
#A1CBDF
(161,203,223)
#AED1E3
(174,209,227)
#BBD7E7
(187,215,231)
#C8DDEB
(200,221,235)
#D5E3EF
(213,227,239)
#E2E9F3
(226,233,243)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB3CF color. Also use rgb(109,179,207) instead hex code.

Text Font Color

.myTextColor { color: #6DB3CF; }

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

This text font color is #6DB3CF.


Background Color

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

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

This div background color is #6DB3CF.


Border color

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

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

This div border color is #6DB3CF.


Opacity

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

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

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

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

This text has shadow with #6DB3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB3CF on black background.


Color preview on white background

This text has color #6DB3CF on white background.



Black color preview on #6DB3CF background

This text has black color on #6DB3CF background.


White color preview on #6DB3CF background

This text has white color on #6DB3CF background.