COLOR #6C778A

HEX: #6C778A
RGB: (108,119,138)

Color info

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

RGB color model

#6C778A color RGB value is (108,119,138).

  • red value is 108;
  • green value is 119;
  • blue value is 138.
RGB:
(108,119,138)
(42%,47%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 138 of 255 = 54%

108
119
138

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 138 = 365 (100%)
R 108 of 365 ~ 29.59%
G 119 of 365 ~ 32.6%
B 138 of 365 ~ 37.81%

%29.59
%32.6
%37.81

CMYK color model

#6C778A color CMYK value is (22,14,0,46).

  • cyan value is 21.74%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,14,0,46)
C22M14Y0K46 
(22%,14%,0%,46%)
(0.22/0.14/0.00/0.46)	

CMYK percentages

%21.74
%13.77
%0
%45.88

Codes

Color #6C778A in popluar color models

6C778A
RGB108119138
HSL218°12.20%48.24%
HSB/HSV218°21.74%54.12%
CMYK21.74%13.77%0.00%
45.88%

Color #6C778A in popluar number systems.

HEX6C778A
Decimal108119138
Binary1101100111011110001010
Octal154167212

Shades and tints

Shades of #6C778A

#6C778A
(108,119,138)
#636D7E
(99,109,126)
#5A6372
(90,99,114)
#515966
(81,89,102)
#484F5A
(72,79,90)
#3F454E
(63,69,78)
#363B42
(54,59,66)
#2D3136
(45,49,54)
#24272A
(36,39,42)
#1B1D1E
(27,29,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #6C778A

#6C778A
(108,119,138)
#798394
(121,131,148)
#868F9E
(134,143,158)
#939BA8
(147,155,168)
#A0A7B2
(160,167,178)
#ADB3BC
(173,179,188)
#BABFC6
(186,191,198)
#C7CBD0
(199,203,208)
#D4D7DA
(212,215,218)
#E1E3E4
(225,227,228)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C778A; }

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

This text font color is #6C778A.


Background Color

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

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

This div background color is #6C778A.


Border color

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

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

This div border color is #6C778A.


Opacity

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

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

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

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

This text has shadow with #6C778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C778A on black background.


Color preview on white background

This text has color #6C778A on white background.



Black color preview on #6C778A background

This text has black color on #6C778A background.


White color preview on #6C778A background

This text has white color on #6C778A background.