COLOR #6777A5

HEX: #6777A5 RGB: (103,119,165)

Color info

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

RGB color model

#6777A5 color RGB value is (103,119,165).

RGB: (103,119,165) (40%, 47%, 65%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 165 of 255 = 65%

103
119
165

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

Portions of RGB colors in percentages

R + G + B = 103 + 119 + 165 = 387 (100%)
R 103 of 387 ~ 26.61%
G 119 of 387 ~ 30.75%
B 165 of 387 ~ 42.64'%

%26.61
%30.75
%42.64

CMYK color model

#6777A5 color CMYK value is (38,28,0,35).

  • cyan value is 37.58%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (38,28,0,35)
C38M28Y0K35 (38%, 28%, 0%, 35%)
(0.38 / 0.28 / 0.00 / 0.35)

CMYK percentages

%37.58
%27.88
%0
%35.29

Codes

Color #6777A5 in popluar color models

67 77 A5
RGB 103 119 165
HSL 225° 25.62% 52.55%
HSB/HSV 225° 37.58% 64.71%
CMYK 37.58% 27.88% 0.00%
35.29%

Color #6777A5 in popluar number systems.

HEX 67 77 A5
Decimal 103 119 165
Binary 1100111 1110111 10100101
Octal 147 167 245

Shades and tints

Shades of #6777A5

#6777A5
(103,119,165)
#5E6D96
(94,109,150)
#556387
(85,99,135)
#4C5978
(76,89,120)
#434F69
(67,79,105)
#3A455A
(58,69,90)
#313B4B
(49,59,75)
#28313C
(40,49,60)
#1F272D
(31,39,45)
#161D1E
(22,29,30)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #6777A5

#6777A5
(103,119,165)
#7483AD
(116,131,173)
#818FB5
(129,143,181)
#8E9BBD
(142,155,189)
#9BA7C5
(155,167,197)
#A8B3CD
(168,179,205)
#B5BFD5
(181,191,213)
#C2CBDD
(194,203,221)
#CFD7E5
(207,215,229)
#DCE3ED
(220,227,237)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6777A5; }

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

This text font color is #6777A5.

Background Color

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

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

This div background color is #6777A5.

Border color

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

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

This div border color is #6777A5.

Opacity

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

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

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

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

This text has shadow with #6777A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6777A5.

Preview

Color preview on black background

This text has color #6777A5 on black background.


Color preview on white background

This text has color #6777A5 on white background.


Black color preview on #6777A5 background

This text has black color on #6777A5 background.


White color preview on #6777A5 background

This text has white color on #6777A5 background.


Related colors

Complementary color

Complementary color for #hex is #98885A.


I love getcolorcode.com

Triadic colors

1 #A56777 and #77A567 with #6777A5 are triadic colors.

2 #A57767 and #7767A5 with #6777A5 are triadic colors.