COLOR #6C6879

HEX: #6C6879 RGB: (108,104,121)

Color info

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

RGB color model

#6C6879 color RGB value is (108,104,121).

RGB: (108,104,121) (42%, 41%, 47%)

RGB channels and saturation

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

108
104
121

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

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 121 = 333 (100%)
R 108 of 333 ~ 32.43%
G 104 of 333 ~ 31.23%
B 121 of 333 ~ 36.34'%

%32.43
%31.23
%36.34

CMYK color model

#6C6879 color CMYK value is (11,14,0,53).

  • cyan value is 10.74%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (11,14,0,53)
C11M14Y0K53 (11%, 14%, 0%, 53%)
(0.11 / 0.14 / 0.00 / 0.53)

CMYK percentages

%10.74
%14.05
%0
%52.55

Codes

Color #6C6879 in popluar color models

6C 68 79
RGB 108 104 121
HSL 254° 7.56% 44.12%
HSB/HSV 254° 14.05% 47.45%
CMYK 10.74% 14.05% 0.00%
52.55%

Color #6C6879 in popluar number systems.

HEX 6C 68 79
Decimal 108 104 121
Binary 1101100 1101000 1111001
Octal 154 150 171

Shades and tints

Shades of #6C6879

#6C6879
(108,104,121)
#635F6E
(99,95,110)
#5A5663
(90,86,99)
#514D58
(81,77,88)
#48444D
(72,68,77)
#3F3B42
(63,59,66)
#363237
(54,50,55)
#2D292C
(45,41,44)
#242021
(36,32,33)
#1B1716
(27,23,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C6879

#6C6879
(108,104,121)
#797585
(121,117,133)
#868291
(134,130,145)
#938F9D
(147,143,157)
#A09CA9
(160,156,169)
#ADA9B5
(173,169,181)
#BAB6C1
(186,182,193)
#C7C3CD
(199,195,205)
#D4D0D9
(212,208,217)
#E1DDE5
(225,221,229)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6879; }

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

This text font color is #6C6879.

Background Color

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

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

This div background color is #6C6879.

Border color

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

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

This div border color is #6C6879.

Opacity

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

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

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

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

This text has shadow with #6C6879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6879.

Preview

Color preview on black background

This text has color #6C6879 on black background.


Color preview on white background

This text has color #6C6879 on white background.


Black color preview on #6C6879 background

This text has black color on #6C6879 background.


White color preview on #6C6879 background

This text has white color on #6C6879 background.


Related colors

Complementary color

Complementary color for #hex is #939786.


I love getcolorcode.com

Triadic colors

1 #796C68 and #68796C with #6C6879 are triadic colors.

2 #79686C and #686C79 with #6C6879 are triadic colors.