COLOR #6DB1DF

HEX: #6DB1DF
RGB: (109,177,223)

Color info

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

RGB color model

#6DB1DF color RGB value is (109,177,223).

  • red value is 109;
  • green value is 177;
  • blue value is 223.
RGB:
(109,177,223)
(43%,69%,87%)

RGB channels and saturation

R 109 of 255 = 43%
G 177 of 255 = 69%
B 223 of 255 = 87%

109
177
223

R + G + B ~ 66%. #6DB1DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 177 + 223 = 509 (100%)
R 109 of 509 ~ 21.41%
G 177 of 509 ~ 34.77%
B 223 of 509 ~ 43.81%

%21.41
%34.77
%43.81

CMYK color model

#6DB1DF color CMYK value is (51,21,0,13).

  • cyan value is 51.12%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(51,21,0,13)
C51M21Y0K13 
(51%,21%,0%,13%)
(0.51/0.21/0.00/0.13)	

CMYK percentages

%51.12
%20.63
%0
%12.55

Codes

Color #6DB1DF in popluar color models

6DB1DF
RGB109177223
HSL204°64.04%65.10%
HSB/HSV204°51.12%87.45%
CMYK51.12%20.63%0.00%
12.55%

Color #6DB1DF in popluar number systems.

HEX6DB1DF
Decimal109177223
Binary11011011011000111011111
Octal155261337

Shades and tints

Shades of #6DB1DF

#6DB1DF
(109,177,223)
#64A1CB
(100,161,203)
#5B91B7
(91,145,183)
#5281A3
(82,129,163)
#49718F
(73,113,143)
#40617B
(64,97,123)
#375167
(55,81,103)
#2E4153
(46,65,83)
#25313F
(37,49,63)
#1C212B
(28,33,43)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #6DB1DF

#6DB1DF
(109,177,223)
#7AB8E1
(122,184,225)
#87BFE3
(135,191,227)
#94C6E5
(148,198,229)
#A1CDE7
(161,205,231)
#AED4E9
(174,212,233)
#BBDBEB
(187,219,235)
#C8E2ED
(200,226,237)
#D5E9EF
(213,233,239)
#E2F0F1
(226,240,241)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB1DF color. Also use rgb(109,177,223) instead hex code.

Text Font Color

.myTextColor { color: #6DB1DF; }

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

This text font color is #6DB1DF.


Background Color

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

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

This div background color is #6DB1DF.


Border color

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

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

This div border color is #6DB1DF.


Opacity

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

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

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

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

This text has shadow with #6DB1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB1DF on black background.


Color preview on white background

This text has color #6DB1DF on white background.



Black color preview on #6DB1DF background

This text has black color on #6DB1DF background.


White color preview on #6DB1DF background

This text has white color on #6DB1DF background.