COLOR #6C6B79

HEX: #6C6B79
RGB: (108,107,121)

Color info

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

RGB color model

#6C6B79 color RGB value is (108,107,121).

  • red value is 108;
  • green value is 107;
  • blue value is 121.
RGB:
(108,107,121)
(42%,42%,47%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 121 of 255 = 47%

108
107
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 121 = 336 (100%)
R 108 of 336 ~ 32.14%
G 107 of 336 ~ 31.85%
B 121 of 336 ~ 36.01%

%32.14
%31.85
%36.01

CMYK color model

#6C6B79 color CMYK value is (11,12,0,53).

  • cyan value is 10.74%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(11,12,0,53)
C11M12Y0K53 
(11%,12%,0%,53%)
(0.11/0.12/0.00/0.53)	

CMYK percentages

%10.74
%11.57
%0
%52.55

Codes

Color #6C6B79 in popluar color models

6C6B79
RGB108107121
HSL244°6.14%44.71%
HSB/HSV244°11.57%47.45%
CMYK10.74%11.57%0.00%
52.55%

Color #6C6B79 in popluar number systems.

HEX6C6B79
Decimal108107121
Binary110110011010111111001
Octal154153171

Shades and tints

Shades of #6C6B79

#6C6B79
(108,107,121)
#63626E
(99,98,110)
#5A5963
(90,89,99)
#515058
(81,80,88)
#48474D
(72,71,77)
#3F3E42
(63,62,66)
#363537
(54,53,55)
#2D2C2C
(45,44,44)
#242321
(36,35,33)
#1B1A16
(27,26,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #6C6B79

#6C6B79
(108,107,121)
#797885
(121,120,133)
#868591
(134,133,145)
#93929D
(147,146,157)
#A09FA9
(160,159,169)
#ADACB5
(173,172,181)
#BAB9C1
(186,185,193)
#C7C6CD
(199,198,205)
#D4D3D9
(212,211,217)
#E1E0E5
(225,224,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6B79; }

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

This text font color is #6C6B79.


Background Color

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

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

This div background color is #6C6B79.


Border color

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

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

This div border color is #6C6B79.


Opacity

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

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

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

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

This text has shadow with #6C6B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B79 on black background.


Color preview on white background

This text has color #6C6B79 on white background.



Black color preview on #6C6B79 background

This text has black color on #6C6B79 background.


White color preview on #6C6B79 background

This text has white color on #6C6B79 background.