COLOR #6D9CDF

HEX: #6D9CDF
RGB: (109,156,223)

Color info

#6D9CDF contains mainly blue color. Web safe color of #6D9CDF is #6699CC (or #69C).

RGB color model

#6D9CDF color RGB value is (109,156,223).

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

RGB channels and saturation

R 109 of 255 = 43%
G 156 of 255 = 61%
B 223 of 255 = 87%

109
156
223

R + G + B ~ 64%. #6D9CDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 156 + 223 = 488 (100%)
R 109 of 488 ~ 22.34%
G 156 of 488 ~ 31.97%
B 223 of 488 ~ 45.7%

%22.34
%31.97
%45.7

CMYK color model

#6D9CDF color CMYK value is (51,30,0,13).

  • cyan value is 51.12%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(51,30,0,13)
C51M30Y0K13 
(51%,30%,0%,13%)
(0.51/0.30/0.00/0.13)	

CMYK percentages

%51.12
%30.04
%0
%12.55

Codes

Color #6D9CDF in popluar color models

6D9CDF
RGB109156223
HSL215°64.04%65.10%
HSB/HSV215°51.12%87.45%
CMYK51.12%30.04%0.00%
12.55%

Color #6D9CDF in popluar number systems.

HEX6D9CDF
Decimal109156223
Binary11011011001110011011111
Octal155234337

Shades and tints

Shades of #6D9CDF

#6D9CDF
(109,156,223)
#648ECB
(100,142,203)
#5B80B7
(91,128,183)
#5272A3
(82,114,163)
#49648F
(73,100,143)
#40567B
(64,86,123)
#374867
(55,72,103)
#2E3A53
(46,58,83)
#252C3F
(37,44,63)
#1C1E2B
(28,30,43)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #6D9CDF

#6D9CDF
(109,156,223)
#7AA5E1
(122,165,225)
#87AEE3
(135,174,227)
#94B7E5
(148,183,229)
#A1C0E7
(161,192,231)
#AEC9E9
(174,201,233)
#BBD2EB
(187,210,235)
#C8DBED
(200,219,237)
#D5E4EF
(213,228,239)
#E2EDF1
(226,237,241)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9CDF; }

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

This text font color is #6D9CDF.


Background Color

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

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

This div background color is #6D9CDF.


Border color

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

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

This div border color is #6D9CDF.


Opacity

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

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

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

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

This text has shadow with #6D9CDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9CDF on black background.


Color preview on white background

This text has color #6D9CDF on white background.



Black color preview on #6D9CDF background

This text has black color on #6D9CDF background.


White color preview on #6D9CDF background

This text has white color on #6D9CDF background.