COLOR #6C6877

HEX: #6C6877
RGB: (108,104,119)

Color info

#6C6877 contains red, green and blue colors in about the same proportion. Web safe color of #6C6877 is #666666 (or #666).

RGB color model

#6C6877 color RGB value is (108,104,119).

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

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 119 of 255 = 47%

108
104
119

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 119 = 331 (100%)
R 108 of 331 ~ 32.63%
G 104 of 331 ~ 31.42%
B 119 of 331 ~ 35.95%

%32.63
%31.42
%35.95

CMYK color model

#6C6877 color CMYK value is (9,13,0,53).

  • cyan value is 9.24%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(9,13,0,53)
C9M13Y0K53 
(9%,13%,0%,53%)
(0.09/0.13/0.00/0.53)	

CMYK percentages

%9.24
%12.61
%0
%53.33

Codes

Color #6C6877 in popluar color models

6C6877
RGB108104119
HSL256°6.73%43.73%
HSB/HSV256°12.61%46.67%
CMYK9.24%12.61%0.00%
53.33%

Color #6C6877 in popluar number systems.

HEX6C6877
Decimal108104119
Binary110110011010001110111
Octal154150167

Shades and tints

Shades of #6C6877

#6C6877
(108,104,119)
#635F6D
(99,95,109)
#5A5663
(90,86,99)
#514D59
(81,77,89)
#48444F
(72,68,79)
#3F3B45
(63,59,69)
#36323B
(54,50,59)
#2D2931
(45,41,49)
#242027
(36,32,39)
#1B171D
(27,23,29)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C6877

#6C6877
(108,104,119)
#797583
(121,117,131)
#86828F
(134,130,143)
#938F9B
(147,143,155)
#A09CA7
(160,156,167)
#ADA9B3
(173,169,179)
#BAB6BF
(186,182,191)
#C7C3CB
(199,195,203)
#D4D0D7
(212,208,215)
#E1DDE3
(225,221,227)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6877; }

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

This text font color is #6C6877.


Background Color

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

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

This div background color is #6C6877.


Border color

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

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

This div border color is #6C6877.


Opacity

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

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

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

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

This text has shadow with #6C6877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6877 on black background.


Color preview on white background

This text has color #6C6877 on white background.



Black color preview on #6C6877 background

This text has black color on #6C6877 background.


White color preview on #6C6877 background

This text has white color on #6C6877 background.