COLOR #6784B8

HEX: #6784B8
RGB: (103,132,184)

Color info

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

RGB color model

#6784B8 color RGB value is (103,132,184).

  • red value is 103;
  • green value is 132;
  • blue value is 184.
RGB:
(103,132,184)
(40%,52%,72%)

RGB channels and saturation

R 103 of 255 = 40%
G 132 of 255 = 52%
B 184 of 255 = 72%

103
132
184

R + G + B ~ 55%. #6784B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 132 + 184 = 419 (100%)
R 103 of 419 ~ 24.58%
G 132 of 419 ~ 31.5%
B 184 of 419 ~ 43.91%

%24.58
%31.5
%43.91

CMYK color model

#6784B8 color CMYK value is (44,28,0,28).

  • cyan value is 44.02%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(44,28,0,28)
C44M28Y0K28 
(44%,28%,0%,28%)
(0.44/0.28/0.00/0.28)	

CMYK percentages

%44.02
%28.26
%0
%27.84

Codes

Color #6784B8 in popluar color models

6784B8
RGB103132184
HSL219°36.32%56.27%
HSB/HSV219°44.02%72.16%
CMYK44.02%28.26%0.00%
27.84%

Color #6784B8 in popluar number systems.

HEX6784B8
Decimal103132184
Binary11001111000010010111000
Octal147204270

Shades and tints

Shades of #6784B8

#6784B8
(103,132,184)
#5E78A8
(94,120,168)
#556C98
(85,108,152)
#4C6088
(76,96,136)
#435478
(67,84,120)
#3A4868
(58,72,104)
#313C58
(49,60,88)
#283048
(40,48,72)
#1F2438
(31,36,56)
#161828
(22,24,40)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #6784B8

#6784B8
(103,132,184)
#748FBE
(116,143,190)
#819AC4
(129,154,196)
#8EA5CA
(142,165,202)
#9BB0D0
(155,176,208)
#A8BBD6
(168,187,214)
#B5C6DC
(181,198,220)
#C2D1E2
(194,209,226)
#CFDCE8
(207,220,232)
#DCE7EE
(220,231,238)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6784B8 color. Also use rgb(103,132,184) instead hex code.

Text Font Color

.myTextColor { color: #6784B8; }

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

This text font color is #6784B8.


Background Color

.myBgColor { background-color: #6784B8; }

<div style="background-color:#6784B8">Inner text</div>

This div background color is #6784B8.


Border color

.myBorderColor { border: 1px solid #6784B8; }

<div style="border:3px solid #6784B8">Div</div>

This div border color is #6784B8.


Opacity

.myOpacity80 { color: #6784B8; opacity: 0.8; }

<p style="color:#6784B8;opacity:0.8;">80%</p>

Text with #6784B8 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 #6784B8;}

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

This text has shadow with #6784B8 color.

.textShadow {text-shadow: 3px 3px 1px #6784B8, 3px 3px 1px red;}

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

This text has shadow with #6784B8 primary color and red secondary color.


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

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

This text has shadow with #6784B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6784B8 on black background.


Color preview on white background

This text has color #6784B8 on white background.



Black color preview on #6784B8 background

This text has black color on #6784B8 background.


White color preview on #6784B8 background

This text has white color on #6784B8 background.