COLOR #6C6479

HEX: #6C6479
RGB: (108,100,121)

Color info

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

RGB color model

#6C6479 color RGB value is (108,100,121).

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

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 121 of 255 = 47%

108
100
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 121 = 329 (100%)
R 108 of 329 ~ 32.83%
G 100 of 329 ~ 30.4%
B 121 of 329 ~ 36.78%

%32.83
%30.4
%36.78

CMYK color model

#6C6479 color CMYK value is (11,17,0,53).

  • cyan value is 10.74%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(11,17,0,53)
C11M17Y0K53 
(11%,17%,0%,53%)
(0.11/0.17/0.00/0.53)	

CMYK percentages

%10.74
%17.36
%0
%52.55

Codes

Color #6C6479 in popluar color models

6C6479
RGB108100121
HSL263°9.50%43.33%
HSB/HSV263°17.36%47.45%
CMYK10.74%17.36%0.00%
52.55%

Color #6C6479 in popluar number systems.

HEX6C6479
Decimal108100121
Binary110110011001001111001
Octal154144171

Shades and tints

Shades of #6C6479

#6C6479
(108,100,121)
#635B6E
(99,91,110)
#5A5263
(90,82,99)
#514958
(81,73,88)
#48404D
(72,64,77)
#3F3742
(63,55,66)
#362E37
(54,46,55)
#2D252C
(45,37,44)
#241C21
(36,28,33)
#1B1316
(27,19,22)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C6479

#6C6479
(108,100,121)
#797285
(121,114,133)
#868091
(134,128,145)
#938E9D
(147,142,157)
#A09CA9
(160,156,169)
#ADAAB5
(173,170,181)
#BAB8C1
(186,184,193)
#C7C6CD
(199,198,205)
#D4D4D9
(212,212,217)
#E1E2E5
(225,226,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6479; }

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

This text font color is #6C6479.


Background Color

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

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

This div background color is #6C6479.


Border color

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

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

This div border color is #6C6479.


Opacity

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

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

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

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

This text has shadow with #6C6479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6479 on black background.


Color preview on white background

This text has color #6C6479 on white background.



Black color preview on #6C6479 background

This text has black color on #6C6479 background.


White color preview on #6C6479 background

This text has white color on #6C6479 background.