COLOR #6D8DD8

HEX: #6D8DD8
RGB: (109,141,216)

Color info

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

RGB color model

#6D8DD8 color RGB value is (109,141,216).

  • red value is 109;
  • green value is 141;
  • blue value is 216.
RGB:
(109,141,216)
(43%,55%,85%)

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 216 of 255 = 85%

109
141
216

R + G + B ~ 61%. #6D8DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 216 = 466 (100%)
R 109 of 466 ~ 23.39%
G 141 of 466 ~ 30.26%
B 216 of 466 ~ 46.35%

%23.39
%30.26
%46.35

CMYK color model

#6D8DD8 color CMYK value is (50,35,0,15).

  • cyan value is 49.54%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(50,35,0,15)
C50M35Y0K15 
(50%,35%,0%,15%)
(0.50/0.35/0.00/0.15)	

CMYK percentages

%49.54
%34.72
%0
%15.29

Codes

Color #6D8DD8 in popluar color models

6D8DD8
RGB109141216
HSL222°57.84%63.73%
HSB/HSV222°49.54%84.71%
CMYK49.54%34.72%0.00%
15.29%

Color #6D8DD8 in popluar number systems.

HEX6D8DD8
Decimal109141216
Binary11011011000110111011000
Octal155215330

Shades and tints

Shades of #6D8DD8

#6D8DD8
(109,141,216)
#6481C5
(100,129,197)
#5B75B2
(91,117,178)
#52699F
(82,105,159)
#495D8C
(73,93,140)
#405179
(64,81,121)
#374566
(55,69,102)
#2E3953
(46,57,83)
#252D40
(37,45,64)
#1C212D
(28,33,45)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #6D8DD8

#6D8DD8
(109,141,216)
#7A97DB
(122,151,219)
#87A1DE
(135,161,222)
#94ABE1
(148,171,225)
#A1B5E4
(161,181,228)
#AEBFE7
(174,191,231)
#BBC9EA
(187,201,234)
#C8D3ED
(200,211,237)
#D5DDF0
(213,221,240)
#E2E7F3
(226,231,243)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8DD8 color. Also use rgb(109,141,216) instead hex code.

Text Font Color

.myTextColor { color: #6D8DD8; }

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

This text font color is #6D8DD8.


Background Color

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

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

This div background color is #6D8DD8.


Border color

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

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

This div border color is #6D8DD8.


Opacity

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

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

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

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

This text has shadow with #6D8DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8DD8 on black background.


Color preview on white background

This text has color #6D8DD8 on white background.



Black color preview on #6D8DD8 background

This text has black color on #6D8DD8 background.


White color preview on #6D8DD8 background

This text has white color on #6D8DD8 background.