COLOR #6C506D

HEX: #6C506D
RGB: (108,80,109)

Color info

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

RGB color model

#6C506D color RGB value is (108,80,109).

  • red value is 108;
  • green value is 80;
  • blue value is 109.
RGB:
(108,80,109)
(42%,31%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 109 of 255 = 43%

108
80
109

R + G + B ~ 39%. #6C506D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 109 = 297 (100%)
R 108 of 297 ~ 36.36%
G 80 of 297 ~ 26.94%
B 109 of 297 ~ 36.7%

%36.36
%26.94
%36.7

CMYK color model

#6C506D color CMYK value is (1,27,0,57).

  • cyan value is 0.92%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(1,27,0,57)
C1M27Y0K57 
(1%,27%,0%,57%)
(0.01/0.27/0.00/0.57)	

CMYK percentages

%0.92
%26.61
%0
%57.25

Codes

Color #6C506D in popluar color models

6C506D
RGB10880109
HSL298°15.34%37.06%
HSB/HSV298°26.61%42.75%
CMYK0.92%26.61%0.00%
57.25%

Color #6C506D in popluar number systems.

HEX6C506D
Decimal10880109
Binary110110010100001101101
Octal154120155

Shades and tints

Shades of #6C506D

#6C506D
(108,80,109)
#634964
(99,73,100)
#5A425B
(90,66,91)
#513B52
(81,59,82)
#483449
(72,52,73)
#3F2D40
(63,45,64)
#362637
(54,38,55)
#2D1F2E
(45,31,46)
#241825
(36,24,37)
#1B111C
(27,17,28)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #6C506D

#6C506D
(108,80,109)
#795F7A
(121,95,122)
#866E87
(134,110,135)
#937D94
(147,125,148)
#A08CA1
(160,140,161)
#AD9BAE
(173,155,174)
#BAAABB
(186,170,187)
#C7B9C8
(199,185,200)
#D4C8D5
(212,200,213)
#E1D7E2
(225,215,226)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C506D color. Also use rgb(108,80,109) instead hex code.

Text Font Color

.myTextColor { color: #6C506D; }

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

This text font color is #6C506D.


Background Color

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

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

This div background color is #6C506D.


Border color

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

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

This div border color is #6C506D.


Opacity

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

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

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

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

This text has shadow with #6C506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C506D on black background.


Color preview on white background

This text has color #6C506D on white background.



Black color preview on #6C506D background

This text has black color on #6C506D background.


White color preview on #6C506D background

This text has white color on #6C506D background.