COLOR #6776A8

HEX: #6776A8
RGB: (103,118,168)

Color info

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

RGB color model

#6776A8 color RGB value is (103,118,168).

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

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 168 of 255 = 66%

103
118
168

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

Portions of RGB colors in percentages

R + G + B =
103 + 118 + 168 = 389 (100%)
R 103 of 389 ~ 26.48%
G 118 of 389 ~ 30.33%
B 168 of 389 ~ 43.19%

%26.48
%30.33
%43.19

CMYK color model

#6776A8 color CMYK value is (39,30,0,34).

  • cyan value is 38.69%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,30,0,34)
C39M30Y0K34 
(39%,30%,0%,34%)
(0.39/0.30/0.00/0.34)	

CMYK percentages

%38.69
%29.76
%0
%34.12

Codes

Color #6776A8 in popluar color models

6776A8
RGB103118168
HSL226°27.20%53.14%
HSB/HSV226°38.69%65.88%
CMYK38.69%29.76%0.00%
34.12%

Color #6776A8 in popluar number systems.

HEX6776A8
Decimal103118168
Binary1100111111011010101000
Octal147166250

Shades and tints

Shades of #6776A8

#6776A8
(103,118,168)
#5E6C99
(94,108,153)
#55628A
(85,98,138)
#4C587B
(76,88,123)
#434E6C
(67,78,108)
#3A445D
(58,68,93)
#313A4E
(49,58,78)
#28303F
(40,48,63)
#1F2630
(31,38,48)
#161C21
(22,28,33)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #6776A8

#6776A8
(103,118,168)
#7482AF
(116,130,175)
#818EB6
(129,142,182)
#8E9ABD
(142,154,189)
#9BA6C4
(155,166,196)
#A8B2CB
(168,178,203)
#B5BED2
(181,190,210)
#C2CAD9
(194,202,217)
#CFD6E0
(207,214,224)
#DCE2E7
(220,226,231)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6776A8; }

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

This text font color is #6776A8.


Background Color

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

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

This div background color is #6776A8.


Border color

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

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

This div border color is #6776A8.


Opacity

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

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

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

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

This text has shadow with #6776A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6776A8 on black background.


Color preview on white background

This text has color #6776A8 on white background.



Black color preview on #6776A8 background

This text has black color on #6776A8 background.


White color preview on #6776A8 background

This text has white color on #6776A8 background.