COLOR #6C527F

HEX: #6C527F
RGB: (108,82,127)

Color info

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

RGB color model

#6C527F color RGB value is (108,82,127).

  • red value is 108;
  • green value is 82;
  • blue value is 127.
RGB:
(108,82,127)
(42%,32%,50%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 127 of 255 = 50%

108
82
127

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

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 127 = 317 (100%)
R 108 of 317 ~ 34.07%
G 82 of 317 ~ 25.87%
B 127 of 317 ~ 40.06%

%34.07
%25.87
%40.06

CMYK color model

#6C527F color CMYK value is (15,35,0,50).

  • cyan value is 14.96%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(15,35,0,50)
C15M35Y0K50 
(15%,35%,0%,50%)
(0.15/0.35/0.00/0.50)	

CMYK percentages

%14.96
%35.43
%0
%50.2

Codes

Color #6C527F in popluar color models

6C527F
RGB10882127
HSL275°21.53%40.98%
HSB/HSV275°35.43%49.80%
CMYK14.96%35.43%0.00%
50.20%

Color #6C527F in popluar number systems.

HEX6C527F
Decimal10882127
Binary110110010100101111111
Octal154122177

Shades and tints

Shades of #6C527F

#6C527F
(108,82,127)
#634B74
(99,75,116)
#5A4469
(90,68,105)
#513D5E
(81,61,94)
#483653
(72,54,83)
#3F2F48
(63,47,72)
#36283D
(54,40,61)
#2D2132
(45,33,50)
#241A27
(36,26,39)
#1B131C
(27,19,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #6C527F

#6C527F
(108,82,127)
#79618A
(121,97,138)
#867095
(134,112,149)
#937FA0
(147,127,160)
#A08EAB
(160,142,171)
#AD9DB6
(173,157,182)
#BAACC1
(186,172,193)
#C7BBCC
(199,187,204)
#D4CAD7
(212,202,215)
#E1D9E2
(225,217,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C527F color. Also use rgb(108,82,127) instead hex code.

Text Font Color

.myTextColor { color: #6C527F; }

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

This text font color is #6C527F.


Background Color

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

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

This div background color is #6C527F.


Border color

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

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

This div border color is #6C527F.


Opacity

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

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

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

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

This text has shadow with #6C527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C527F on black background.


Color preview on white background

This text has color #6C527F on white background.



Black color preview on #6C527F background

This text has black color on #6C527F background.


White color preview on #6C527F background

This text has white color on #6C527F background.