COLOR #6C779C

HEX: #6C779C
RGB: (108,119,156)

Color info

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

RGB color model

#6C779C color RGB value is (108,119,156).

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

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 156 of 255 = 61%

108
119
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 156 = 383 (100%)
R 108 of 383 ~ 28.2%
G 119 of 383 ~ 31.07%
B 156 of 383 ~ 40.73%

%28.2
%31.07
%40.73

CMYK color model

#6C779C color CMYK value is (31,24,0,39).

  • cyan value is 30.77%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,24,0,39)
C31M24Y0K39 
(31%,24%,0%,39%)
(0.31/0.24/0.00/0.39)	

CMYK percentages

%30.77
%23.72
%0
%38.82

Codes

Color #6C779C in popluar color models

6C779C
RGB108119156
HSL226°19.51%51.76%
HSB/HSV226°30.77%61.18%
CMYK30.77%23.72%0.00%
38.82%

Color #6C779C in popluar number systems.

HEX6C779C
Decimal108119156
Binary1101100111011110011100
Octal154167234

Shades and tints

Shades of #6C779C

#6C779C
(108,119,156)
#636D8E
(99,109,142)
#5A6380
(90,99,128)
#515972
(81,89,114)
#484F64
(72,79,100)
#3F4556
(63,69,86)
#363B48
(54,59,72)
#2D313A
(45,49,58)
#24272C
(36,39,44)
#1B1D1E
(27,29,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C779C

#6C779C
(108,119,156)
#7983A5
(121,131,165)
#868FAE
(134,143,174)
#939BB7
(147,155,183)
#A0A7C0
(160,167,192)
#ADB3C9
(173,179,201)
#BABFD2
(186,191,210)
#C7CBDB
(199,203,219)
#D4D7E4
(212,215,228)
#E1E3ED
(225,227,237)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C779C; }

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

This text font color is #6C779C.


Background Color

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

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

This div background color is #6C779C.


Border color

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

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

This div border color is #6C779C.


Opacity

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

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

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

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

This text has shadow with #6C779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C779C on black background.


Color preview on white background

This text has color #6C779C on white background.



Black color preview on #6C779C background

This text has black color on #6C779C background.


White color preview on #6C779C background

This text has white color on #6C779C background.