COLOR #6780A5

HEX: #6780A5
RGB: (103,128,165)

Color info

#6780A5 contains mainly green and blue colors. Web safe color of #6780A5 is #666699 (or #669).

RGB color model

#6780A5 color RGB value is (103,128,165).

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

RGB channels and saturation

R 103 of 255 = 40%
G 128 of 255 = 50%
B 165 of 255 = 65%

103
128
165

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

Portions of RGB colors in percentages

R + G + B =
103 + 128 + 165 = 396 (100%)
R 103 of 396 ~ 26.01%
G 128 of 396 ~ 32.32%
B 165 of 396 ~ 41.67%

%26.01
%32.32
%41.67

CMYK color model

#6780A5 color CMYK value is (38,22,0,35).

  • cyan value is 37.58%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,22,0,35)
C38M22Y0K35 
(38%,22%,0%,35%)
(0.38/0.22/0.00/0.35)	

CMYK percentages

%37.58
%22.42
%0
%35.29

Codes

Color #6780A5 in popluar color models

6780A5
RGB103128165
HSL216°25.62%52.55%
HSB/HSV216°37.58%64.71%
CMYK37.58%22.42%0.00%
35.29%

Color #6780A5 in popluar number systems.

HEX6780A5
Decimal103128165
Binary11001111000000010100101
Octal147200245

Shades and tints

Shades of #6780A5

#6780A5
(103,128,165)
#5E7596
(94,117,150)
#556A87
(85,106,135)
#4C5F78
(76,95,120)
#435469
(67,84,105)
#3A495A
(58,73,90)
#313E4B
(49,62,75)
#28333C
(40,51,60)
#1F282D
(31,40,45)
#161D1E
(22,29,30)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #6780A5

#6780A5
(103,128,165)
#748BAD
(116,139,173)
#8196B5
(129,150,181)
#8EA1BD
(142,161,189)
#9BACC5
(155,172,197)
#A8B7CD
(168,183,205)
#B5C2D5
(181,194,213)
#C2CDDD
(194,205,221)
#CFD8E5
(207,216,229)
#DCE3ED
(220,227,237)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6780A5; }

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

This text font color is #6780A5.


Background Color

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

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

This div background color is #6780A5.


Border color

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

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

This div border color is #6780A5.


Opacity

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

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

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

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

This text has shadow with #6780A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6780A5 on black background.


Color preview on white background

This text has color #6780A5 on white background.



Black color preview on #6780A5 background

This text has black color on #6780A5 background.


White color preview on #6780A5 background

This text has white color on #6780A5 background.