COLOR #6776C8

HEX: #6776C8
RGB: (103,118,200)

Color info

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

RGB color model

#6776C8 color RGB value is (103,118,200).

  • red value is 103;
  • green value is 118;
  • blue value is 200.
RGB:
(103,118,200)
(40%,46%,78%)

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 200 of 255 = 78%

103
118
200

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

Portions of RGB colors in percentages

R + G + B =
103 + 118 + 200 = 421 (100%)
R 103 of 421 ~ 24.47%
G 118 of 421 ~ 28.03%
B 200 of 421 ~ 47.51%

%24.47
%28.03
%47.51

CMYK color model

#6776C8 color CMYK value is (49,41,0,22).

  • cyan value is 48.50%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(49,41,0,22)
C49M41Y0K22 
(49%,41%,0%,22%)
(0.49/0.41/0.00/0.22)	

CMYK percentages

%48.5
%41
%0
%21.57

Codes

Color #6776C8 in popluar color models

6776C8
RGB103118200
HSL231°46.86%59.41%
HSB/HSV231°48.50%78.43%
CMYK48.50%41.00%0.00%
21.57%

Color #6776C8 in popluar number systems.

HEX6776C8
Decimal103118200
Binary1100111111011011001000
Octal147166310

Shades and tints

Shades of #6776C8

#6776C8
(103,118,200)
#5E6CB6
(94,108,182)
#5562A4
(85,98,164)
#4C5892
(76,88,146)
#434E80
(67,78,128)
#3A446E
(58,68,110)
#313A5C
(49,58,92)
#28304A
(40,48,74)
#1F2638
(31,38,56)
#161C26
(22,28,38)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #6776C8

#6776C8
(103,118,200)
#7482CD
(116,130,205)
#818ED2
(129,142,210)
#8E9AD7
(142,154,215)
#9BA6DC
(155,166,220)
#A8B2E1
(168,178,225)
#B5BEE6
(181,190,230)
#C2CAEB
(194,202,235)
#CFD6F0
(207,214,240)
#DCE2F5
(220,226,245)
#E9EEFA
(233,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6776C8 color. Also use rgb(103,118,200) instead hex code.

Text Font Color

.myTextColor { color: #6776C8; }

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

This text font color is #6776C8.


Background Color

.myBgColor { background-color: #6776C8; }

<div style="background-color:#6776C8">Inner text</div>

This div background color is #6776C8.


Border color

.myBorderColor { border: 1px solid #6776C8; }

<div style="border:3px solid #6776C8">Div</div>

This div border color is #6776C8.


Opacity

.myOpacity80 { color: #6776C8; opacity: 0.8; }

<p style="color:#6776C8;opacity:0.8;">80%</p>

Text with #6776C8 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 #6776C8;}

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

This text has shadow with #6776C8 color.

.textShadow {text-shadow: 3px 3px 1px #6776C8, 3px 3px 1px red;}

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

This text has shadow with #6776C8 primary color and red secondary color.


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

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

This text has shadow with #6776C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6776C8 on black background.


Color preview on white background

This text has color #6776C8 on white background.



Black color preview on #6776C8 background

This text has black color on #6776C8 background.


White color preview on #6776C8 background

This text has white color on #6776C8 background.