COLOR #6C516D

HEX: #6C516D
RGB: (108,81,109)

Color info

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

RGB color model

#6C516D color RGB value is (108,81,109).

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

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 109 of 255 = 43%

108
81
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 109 = 298 (100%)
R 108 of 298 ~ 36.24%
G 81 of 298 ~ 27.18%
B 109 of 298 ~ 36.58%

%36.24
%27.18
%36.58

CMYK color model

#6C516D color CMYK value is (1,26,0,57).

  • cyan value is 0.92%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(1,26,0,57)
C1M26Y0K57 
(1%,26%,0%,57%)
(0.01/0.26/0.00/0.57)	

CMYK percentages

%0.92
%25.69
%0
%57.25

Codes

Color #6C516D in popluar color models

6C516D
RGB10881109
HSL298°14.74%37.25%
HSB/HSV298°25.69%42.75%
CMYK0.92%25.69%0.00%
57.25%

Color #6C516D in popluar number systems.

HEX6C516D
Decimal10881109
Binary110110010100011101101
Octal154121155

Shades and tints

Shades of #6C516D

#6C516D
(108,81,109)
#634A64
(99,74,100)
#5A435B
(90,67,91)
#513C52
(81,60,82)
#483549
(72,53,73)
#3F2E40
(63,46,64)
#362737
(54,39,55)
#2D202E
(45,32,46)
#241925
(36,25,37)
#1B121C
(27,18,28)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #6C516D

#6C516D
(108,81,109)
#79607A
(121,96,122)
#866F87
(134,111,135)
#937E94
(147,126,148)
#A08DA1
(160,141,161)
#AD9CAE
(173,156,174)
#BAABBB
(186,171,187)
#C7BAC8
(199,186,200)
#D4C9D5
(212,201,213)
#E1D8E2
(225,216,226)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C516D; }

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

This text font color is #6C516D.


Background Color

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

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

This div background color is #6C516D.


Border color

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

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

This div border color is #6C516D.


Opacity

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

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

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

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

This text has shadow with #6C516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C516D on black background.


Color preview on white background

This text has color #6C516D on white background.



Black color preview on #6C516D background

This text has black color on #6C516D background.


White color preview on #6C516D background

This text has white color on #6C516D background.