COLOR #6D78D0

HEX: #6D78D0
RGB: (109,120,208)

Color info

#6D78D0 contains mainly blue color. Web safe color of #6D78D0 is #6666CC (or #66C).

RGB color model

#6D78D0 color RGB value is (109,120,208).

  • red value is 109;
  • green value is 120;
  • blue value is 208.
RGB:
(109,120,208)
(43%,47%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 208 of 255 = 82%

109
120
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 208 = 437 (100%)
R 109 of 437 ~ 24.94%
G 120 of 437 ~ 27.46%
B 208 of 437 ~ 47.6%

%24.94
%27.46
%47.6

CMYK color model

#6D78D0 color CMYK value is (48,42,0,18).

  • cyan value is 47.60%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,42,0,18)
C48M42Y0K18 
(48%,42%,0%,18%)
(0.48/0.42/0.00/0.18)	

CMYK percentages

%47.6
%42.31
%0
%18.43

Codes

Color #6D78D0 in popluar color models

6D78D0
RGB109120208
HSL233°51.30%62.16%
HSB/HSV233°47.60%81.57%
CMYK47.60%42.31%0.00%
18.43%

Color #6D78D0 in popluar number systems.

HEX6D78D0
Decimal109120208
Binary1101101111100011010000
Octal155170320

Shades and tints

Shades of #6D78D0

#6D78D0
(109,120,208)
#646EBE
(100,110,190)
#5B64AC
(91,100,172)
#525A9A
(82,90,154)
#495088
(73,80,136)
#404676
(64,70,118)
#373C64
(55,60,100)
#2E3252
(46,50,82)
#252840
(37,40,64)
#1C1E2E
(28,30,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #6D78D0

#6D78D0
(109,120,208)
#7A84D4
(122,132,212)
#8790D8
(135,144,216)
#949CDC
(148,156,220)
#A1A8E0
(161,168,224)
#AEB4E4
(174,180,228)
#BBC0E8
(187,192,232)
#C8CCEC
(200,204,236)
#D5D8F0
(213,216,240)
#E2E4F4
(226,228,244)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D78D0 color. Also use rgb(109,120,208) instead hex code.

Text Font Color

.myTextColor { color: #6D78D0; }

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

This text font color is #6D78D0.


Background Color

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

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

This div background color is #6D78D0.


Border color

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

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

This div border color is #6D78D0.


Opacity

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

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

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

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

This text has shadow with #6D78D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D78D0 on black background.


Color preview on white background

This text has color #6D78D0 on white background.



Black color preview on #6D78D0 background

This text has black color on #6D78D0 background.


White color preview on #6D78D0 background

This text has white color on #6D78D0 background.