COLOR #6C5574

HEX: #6C5574
RGB: (108,85,116)

Color info

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

RGB color model

#6C5574 color RGB value is (108,85,116).

  • red value is 108;
  • green value is 85;
  • blue value is 116.
RGB:
(108,85,116)
(42%,33%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 116 of 255 = 45%

108
85
116

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

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 116 = 309 (100%)
R 108 of 309 ~ 34.95%
G 85 of 309 ~ 27.51%
B 116 of 309 ~ 37.54%

%34.95
%27.51
%37.54

CMYK color model

#6C5574 color CMYK value is (7,27,0,55).

  • cyan value is 6.90%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(7,27,0,55)
C7M27Y0K55 
(7%,27%,0%,55%)
(0.07/0.27/0.00/0.55)	

CMYK percentages

%6.9
%26.72
%0
%54.51

Codes

Color #6C5574 in popluar color models

6C5574
RGB10885116
HSL285°15.42%39.41%
HSB/HSV285°26.72%45.49%
CMYK6.90%26.72%0.00%
54.51%

Color #6C5574 in popluar number systems.

HEX6C5574
Decimal10885116
Binary110110010101011110100
Octal154125164

Shades and tints

Shades of #6C5574

#6C5574
(108,85,116)
#634E6A
(99,78,106)
#5A4760
(90,71,96)
#514056
(81,64,86)
#48394C
(72,57,76)
#3F3242
(63,50,66)
#362B38
(54,43,56)
#2D242E
(45,36,46)
#241D24
(36,29,36)
#1B161A
(27,22,26)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6C5574

#6C5574
(108,85,116)
#796480
(121,100,128)
#86738C
(134,115,140)
#938298
(147,130,152)
#A091A4
(160,145,164)
#ADA0B0
(173,160,176)
#BAAFBC
(186,175,188)
#C7BEC8
(199,190,200)
#D4CDD4
(212,205,212)
#E1DCE0
(225,220,224)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5574 color. Also use rgb(108,85,116) instead hex code.

Text Font Color

.myTextColor { color: #6C5574; }

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

This text font color is #6C5574.


Background Color

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

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

This div background color is #6C5574.


Border color

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

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

This div border color is #6C5574.


Opacity

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

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

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

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

This text has shadow with #6C5574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5574 on black background.


Color preview on white background

This text has color #6C5574 on white background.



Black color preview on #6C5574 background

This text has black color on #6C5574 background.


White color preview on #6C5574 background

This text has white color on #6C5574 background.