COLOR #6D8DC8

HEX: #6D8DC8
RGB: (109,141,200)

Color info

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

RGB color model

#6D8DC8 color RGB value is (109,141,200).

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

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 200 of 255 = 78%

109
141
200

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

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 200 = 450 (100%)
R 109 of 450 ~ 24.22%
G 141 of 450 ~ 31.33%
B 200 of 450 ~ 44.44%

%24.22
%31.33
%44.44

CMYK color model

#6D8DC8 color CMYK value is (46,30,0,22).

  • cyan value is 45.50%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(46,30,0,22)
C46M30Y0K22 
(46%,30%,0%,22%)
(0.46/0.30/0.00/0.22)	

CMYK percentages

%45.5
%29.5
%0
%21.57

Codes

Color #6D8DC8 in popluar color models

6D8DC8
RGB109141200
HSL219°45.27%60.59%
HSB/HSV219°45.50%78.43%
CMYK45.50%29.50%0.00%
21.57%

Color #6D8DC8 in popluar number systems.

HEX6D8DC8
Decimal109141200
Binary11011011000110111001000
Octal155215310

Shades and tints

Shades of #6D8DC8

#6D8DC8
(109,141,200)
#6481B6
(100,129,182)
#5B75A4
(91,117,164)
#526992
(82,105,146)
#495D80
(73,93,128)
#40516E
(64,81,110)
#37455C
(55,69,92)
#2E394A
(46,57,74)
#252D38
(37,45,56)
#1C2126
(28,33,38)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #6D8DC8

#6D8DC8
(109,141,200)
#7A97CD
(122,151,205)
#87A1D2
(135,161,210)
#94ABD7
(148,171,215)
#A1B5DC
(161,181,220)
#AEBFE1
(174,191,225)
#BBC9E6
(187,201,230)
#C8D3EB
(200,211,235)
#D5DDF0
(213,221,240)
#E2E7F5
(226,231,245)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8DC8; }

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

This text font color is #6D8DC8.


Background Color

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

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

This div background color is #6D8DC8.


Border color

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

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

This div border color is #6D8DC8.


Opacity

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

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

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

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

This text has shadow with #6D8DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8DC8 on black background.


Color preview on white background

This text has color #6D8DC8 on white background.



Black color preview on #6D8DC8 background

This text has black color on #6D8DC8 background.


White color preview on #6D8DC8 background

This text has white color on #6D8DC8 background.