COLOR #6C517C

HEX: #6C517C
RGB: (108,81,124)

Color info

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

RGB color model

#6C517C color RGB value is (108,81,124).

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

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 124 of 255 = 49%

108
81
124

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 124 = 313 (100%)
R 108 of 313 ~ 34.5%
G 81 of 313 ~ 25.88%
B 124 of 313 ~ 39.62%

%34.5
%25.88
%39.62

CMYK color model

#6C517C color CMYK value is (13,35,0,51).

  • cyan value is 12.90%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(13,35,0,51)
C13M35Y0K51 
(13%,35%,0%,51%)
(0.13/0.35/0.00/0.51)	

CMYK percentages

%12.9
%34.68
%0
%51.37

Codes

Color #6C517C in popluar color models

6C517C
RGB10881124
HSL278°20.98%40.20%
HSB/HSV278°34.68%48.63%
CMYK12.90%34.68%0.00%
51.37%

Color #6C517C in popluar number systems.

HEX6C517C
Decimal10881124
Binary110110010100011111100
Octal154121174

Shades and tints

Shades of #6C517C

#6C517C
(108,81,124)
#634A71
(99,74,113)
#5A4366
(90,67,102)
#513C5B
(81,60,91)
#483550
(72,53,80)
#3F2E45
(63,46,69)
#36273A
(54,39,58)
#2D202F
(45,32,47)
#241924
(36,25,36)
#1B1219
(27,18,25)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C517C

#6C517C
(108,81,124)
#796087
(121,96,135)
#866F92
(134,111,146)
#937E9D
(147,126,157)
#A08DA8
(160,141,168)
#AD9CB3
(173,156,179)
#BAABBE
(186,171,190)
#C7BAC9
(199,186,201)
#D4C9D4
(212,201,212)
#E1D8DF
(225,216,223)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C517C; }

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

This text font color is #6C517C.


Background Color

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

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

This div background color is #6C517C.


Border color

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

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

This div border color is #6C517C.


Opacity

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

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

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

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

This text has shadow with #6C517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C517C on black background.


Color preview on white background

This text has color #6C517C on white background.



Black color preview on #6C517C background

This text has black color on #6C517C background.


White color preview on #6C517C background

This text has white color on #6C517C background.