COLOR #6C6679

HEX: #6C6679
RGB: (108,102,121)

Color info

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

RGB color model

#6C6679 color RGB value is (108,102,121).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 121 of 255 = 47%

108
102
121

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 121 = 331 (100%)
R 108 of 331 ~ 32.63%
G 102 of 331 ~ 30.82%
B 121 of 331 ~ 36.56%

%32.63
%30.82
%36.56

CMYK color model

#6C6679 color CMYK value is (11,16,0,53).

  • cyan value is 10.74%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(11,16,0,53)
C11M16Y0K53 
(11%,16%,0%,53%)
(0.11/0.16/0.00/0.53)	

CMYK percentages

%10.74
%15.7
%0
%52.55

Codes

Color #6C6679 in popluar color models

6C6679
RGB108102121
HSL259°8.52%43.73%
HSB/HSV259°15.70%47.45%
CMYK10.74%15.70%0.00%
52.55%

Color #6C6679 in popluar number systems.

HEX6C6679
Decimal108102121
Binary110110011001101111001
Octal154146171

Shades and tints

Shades of #6C6679

#6C6679
(108,102,121)
#635D6E
(99,93,110)
#5A5463
(90,84,99)
#514B58
(81,75,88)
#48424D
(72,66,77)
#3F3942
(63,57,66)
#363037
(54,48,55)
#2D272C
(45,39,44)
#241E21
(36,30,33)
#1B1516
(27,21,22)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #6C6679

#6C6679
(108,102,121)
#797385
(121,115,133)
#868091
(134,128,145)
#938D9D
(147,141,157)
#A09AA9
(160,154,169)
#ADA7B5
(173,167,181)
#BAB4C1
(186,180,193)
#C7C1CD
(199,193,205)
#D4CED9
(212,206,217)
#E1DBE5
(225,219,229)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6679; }

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

This text font color is #6C6679.


Background Color

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

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

This div background color is #6C6679.


Border color

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

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

This div border color is #6C6679.


Opacity

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

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

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

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

This text has shadow with #6C6679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6679 on black background.


Color preview on white background

This text has color #6C6679 on white background.



Black color preview on #6C6679 background

This text has black color on #6C6679 background.


White color preview on #6C6679 background

This text has white color on #6C6679 background.