COLOR #6A778E

HEX: #6A778E RGB: (106,119,142)

Color info

#6A778E contains red, green and blue colors in about the same proportion. Web safe color of #6A778E is #666699 (or #669).

RGB color model

#6A778E color RGB value is (106,119,142).

RGB: (106,119,142) (42%, 47%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 142 of 255 = 56%

106
119
142

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

Portions of RGB colors in percentages

R + G + B = 106 + 119 + 142 = 367 (100%)
R 106 of 367 ~ 28.88%
G 119 of 367 ~ 32.43%
B 142 of 367 ~ 38.69'%

%28.88
%32.43
%38.69

CMYK color model

#6A778E color CMYK value is (25,16,0,44).

  • cyan value is 25.35%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (25,16,0,44) C25M16Y0K44 (25%,16%,0%,44%) (0.25/0.16/0.00/0.44) 

CMYK percentages

%25.35
%16.2
%0
%44.31

Codes

Color #6A778E in popluar color models

6A 77 8E
RGB 106 119 142
HSL 218° 14.52% 48.63%
HSB/HSV 218° 25.35% 55.69%
CMYK 25.35% 16.20% 0.00%
44.31%

Color #6A778E in popluar number systems.

HEX 6A 77 8E
Decimal 106 119 142
Binary 1101010 1110111 10001110
Octal 152 167 216

Shades and tints

Shades of #6A778E

#6A778E
(106,119,142)
#616D82
(97,109,130)
#586376
(88,99,118)
#4F596A
(79,89,106)
#464F5E
(70,79,94)
#3D4552
(61,69,82)
#343B46
(52,59,70)
#2B313A
(43,49,58)
#22272E
(34,39,46)
#191D22
(25,29,34)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #6A778E

#6A778E
(106,119,142)
#778398
(119,131,152)
#848FA2
(132,143,162)
#919BAC
(145,155,172)
#9EA7B6
(158,167,182)
#ABB3C0
(171,179,192)
#B8BFCA
(184,191,202)
#C5CBD4
(197,203,212)
#D2D7DE
(210,215,222)
#DFE3E8
(223,227,232)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A778E color. Also use rgb(106,119,142) instead hex code.

Text Font Color

.myTextColor { color: #6A778E; }

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

This text font color is #6A778E.

Background Color

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

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

This div background color is #6A778E.

Border color

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

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

This div border color is #6A778E.

Opacity

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

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

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

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

This text has shadow with #6A778E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A778E.

Preview

Color preview on black background

This text has color #6A778E on black background.


Color preview on white background

This text has color #6A778E on white background.


Black color preview on #6A778E background

This text has black color on #6A778E background.


White color preview on #6A778E background

This text has white color on #6A778E background.


Related colors

Complementary color

Complementary color for #hex is #958871.


I love getcolorcode.com

Triadic colors

1 #8E6A77 and #778E6A with #6A778E are triadic colors.

2 #8E776A and #776A8E with #6A778E are triadic colors.