COLOR #6C77AA

HEX: #6C77AA RGB: (108,119,170)

Color info

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

RGB color model

#6C77AA color RGB value is (108,119,170).

RGB: (108,119,170) (42%, 47%, 67%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 170 of 255 = 67%

108
119
170

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

Portions of RGB colors in percentages

R + G + B = 108 + 119 + 170 = 397 (100%)
R 108 of 397 ~ 27.2%
G 119 of 397 ~ 29.97%
B 170 of 397 ~ 42.82'%

%27.2
%29.97
%42.82

CMYK color model

#6C77AA color CMYK value is (36,30,0,33).

  • cyan value is 36.47%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (36,30,0,33) C36M30Y0K33 (36%,30%,0%,33%) (0.36/0.30/0.00/0.33) 

CMYK percentages

%36.47
%30
%0
%33.33

Codes

Color #6C77AA in popluar color models

6C 77 AA
RGB 108 119 170
HSL 229° 26.72% 54.51%
HSB/HSV 229° 36.47% 66.67%
CMYK 36.47% 30.00% 0.00%
33.33%

Color #6C77AA in popluar number systems.

HEX 6C 77 AA
Decimal 108 119 170
Binary 1101100 1110111 10101010
Octal 154 167 252

Shades and tints

Shades of #6C77AA

#6C77AA
(108,119,170)
#636D9B
(99,109,155)
#5A638C
(90,99,140)
#51597D
(81,89,125)
#484F6E
(72,79,110)
#3F455F
(63,69,95)
#363B50
(54,59,80)
#2D3141
(45,49,65)
#242732
(36,39,50)
#1B1D23
(27,29,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C77AA

#6C77AA
(108,119,170)
#7983B1
(121,131,177)
#868FB8
(134,143,184)
#939BBF
(147,155,191)
#A0A7C6
(160,167,198)
#ADB3CD
(173,179,205)
#BABFD4
(186,191,212)
#C7CBDB
(199,203,219)
#D4D7E2
(212,215,226)
#E1E3E9
(225,227,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C77AA color. Also use rgb(108,119,170) instead hex code.

Text Font Color

.myTextColor { color: #6C77AA; }

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

This text font color is #6C77AA.

Background Color

.myBgColor { background-color: #6C77AA; }

<div style="background-color:#6C77AA">Inner text</div>

This div background color is #6C77AA.

Border color

.myBorderColor { border: 1px solid #6C77AA; }

<div style="border:3px solid #6C77AA">Div</div>

This div border color is #6C77AA.

Opacity

.myOpacity80 { color: #6C77AA; opacity: 0.8; }

<p style="color:#6C77AA;opacity:0.8;">80%</p>

Text with #6C77AA 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 #6C77AA;}

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

This text has shadow with #6C77AA color.


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

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

This text has shadow with #6C77AA primary color and red secondary color.


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

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

This text has shadow with #6C77AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C77AA.

Preview

Color preview on black background

This text has color #6C77AA on black background.


Color preview on white background

This text has color #6C77AA on white background.


Black color preview on #6C77AA background

This text has black color on #6C77AA background.


White color preview on #6C77AA background

This text has white color on #6C77AA background.


Related colors

Complementary color

Complementary color for #hex is #938855.


I love getcolorcode.com

Triadic colors

1 #AA6C77 and #77AA6C with #6C77AA are triadic colors.

2 #AA776C and #776CAA with #6C77AA are triadic colors.