COLOR #6C5784

HEX: #6C5784
RGB: (108,87,132)

Color info

#6C5784 contains red, green and blue colors in about the same proportion. Web safe color of #6C5784 is #666699 (or #669).

RGB color model

#6C5784 color RGB value is (108,87,132).

  • red value is 108;
  • green value is 87;
  • blue value is 132.
RGB:
(108,87,132)
(42%,34%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 132 of 255 = 52%

108
87
132

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

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 132 = 327 (100%)
R 108 of 327 ~ 33.03%
G 87 of 327 ~ 26.61%
B 132 of 327 ~ 40.37%

%33.03
%26.61
%40.37

CMYK color model

#6C5784 color CMYK value is (18,34,0,48).

  • cyan value is 18.18%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(18,34,0,48)
C18M34Y0K48 
(18%,34%,0%,48%)
(0.18/0.34/0.00/0.48)	

CMYK percentages

%18.18
%34.09
%0
%48.24

Codes

Color #6C5784 in popluar color models

6C5784
RGB10887132
HSL268°20.55%42.94%
HSB/HSV268°34.09%51.76%
CMYK18.18%34.09%0.00%
48.24%

Color #6C5784 in popluar number systems.

HEX6C5784
Decimal10887132
Binary1101100101011110000100
Octal154127204

Shades and tints

Shades of #6C5784

#6C5784
(108,87,132)
#635078
(99,80,120)
#5A496C
(90,73,108)
#514260
(81,66,96)
#483B54
(72,59,84)
#3F3448
(63,52,72)
#362D3C
(54,45,60)
#2D2630
(45,38,48)
#241F24
(36,31,36)
#1B1818
(27,24,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #6C5784

#6C5784
(108,87,132)
#79668F
(121,102,143)
#86759A
(134,117,154)
#9384A5
(147,132,165)
#A093B0
(160,147,176)
#ADA2BB
(173,162,187)
#BAB1C6
(186,177,198)
#C7C0D1
(199,192,209)
#D4CFDC
(212,207,220)
#E1DEE7
(225,222,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5784 color. Also use rgb(108,87,132) instead hex code.

Text Font Color

.myTextColor { color: #6C5784; }

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

This text font color is #6C5784.


Background Color

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

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

This div background color is #6C5784.


Border color

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

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

This div border color is #6C5784.


Opacity

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

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

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

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

This text has shadow with #6C5784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5784 on black background.


Color preview on white background

This text has color #6C5784 on white background.



Black color preview on #6C5784 background

This text has black color on #6C5784 background.


White color preview on #6C5784 background

This text has white color on #6C5784 background.