COLOR #6780D7

HEX: #6780D7
RGB: (103,128,215)

Color info

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

RGB color model

#6780D7 color RGB value is (103,128,215).

  • red value is 103;
  • green value is 128;
  • blue value is 215.
RGB:
(103,128,215)
(40%,50%,84%)

RGB channels and saturation

R 103 of 255 = 40%
G 128 of 255 = 50%
B 215 of 255 = 84%

103
128
215

R + G + B ~ 58%. #6780D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 128 + 215 = 446 (100%)
R 103 of 446 ~ 23.09%
G 128 of 446 ~ 28.7%
B 215 of 446 ~ 48.21%

%23.09
%28.7
%48.21

CMYK color model

#6780D7 color CMYK value is (52,40,0,16).

  • cyan value is 52.09%
  • magenta value is 40.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(52,40,0,16)
C52M40Y0K16 
(52%,40%,0%,16%)
(0.52/0.40/0.00/0.16)	

CMYK percentages

%52.09
%40.47
%0
%15.69

Codes

Color #6780D7 in popluar color models

6780D7
RGB103128215
HSL227°58.33%62.35%
HSB/HSV227°52.09%84.31%
CMYK52.09%40.47%0.00%
15.69%

Color #6780D7 in popluar number systems.

HEX6780D7
Decimal103128215
Binary11001111000000011010111
Octal147200327

Shades and tints

Shades of #6780D7

#6780D7
(103,128,215)
#5E75C4
(94,117,196)
#556AB1
(85,106,177)
#4C5F9E
(76,95,158)
#43548B
(67,84,139)
#3A4978
(58,73,120)
#313E65
(49,62,101)
#283352
(40,51,82)
#1F283F
(31,40,63)
#161D2C
(22,29,44)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #6780D7

#6780D7
(103,128,215)
#748BDA
(116,139,218)
#8196DD
(129,150,221)
#8EA1E0
(142,161,224)
#9BACE3
(155,172,227)
#A8B7E6
(168,183,230)
#B5C2E9
(181,194,233)
#C2CDEC
(194,205,236)
#CFD8EF
(207,216,239)
#DCE3F2
(220,227,242)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6780D7 color. Also use rgb(103,128,215) instead hex code.

Text Font Color

.myTextColor { color: #6780D7; }

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

This text font color is #6780D7.


Background Color

.myBgColor { background-color: #6780D7; }

<div style="background-color:#6780D7">Inner text</div>

This div background color is #6780D7.


Border color

.myBorderColor { border: 1px solid #6780D7; }

<div style="border:3px solid #6780D7">Div</div>

This div border color is #6780D7.


Opacity

.myOpacity80 { color: #6780D7; opacity: 0.8; }

<p style="color:#6780D7;opacity:0.8;">80%</p>

Text with #6780D7 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 #6780D7;}

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

This text has shadow with #6780D7 color.

.textShadow {text-shadow: 3px 3px 1px #6780D7, 3px 3px 1px red;}

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

This text has shadow with #6780D7 primary color and red secondary color.


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

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

This text has shadow with #6780D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6780D7 on black background.


Color preview on white background

This text has color #6780D7 on white background.



Black color preview on #6780D7 background

This text has black color on #6780D7 background.


White color preview on #6780D7 background

This text has white color on #6780D7 background.