COLOR #6C5C90

HEX: #6C5C90
RGB: (108,92,144)

Color info

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

RGB color model

#6C5C90 color RGB value is (108,92,144).

  • red value is 108;
  • green value is 92;
  • blue value is 144.
RGB:
(108,92,144)
(42%,36%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 144 of 255 = 56%

108
92
144

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

Portions of RGB colors in percentages

R + G + B =
108 + 92 + 144 = 344 (100%)
R 108 of 344 ~ 31.4%
G 92 of 344 ~ 26.74%
B 144 of 344 ~ 41.86%

%31.4
%26.74
%41.86

CMYK color model

#6C5C90 color CMYK value is (25,36,0,44).

  • cyan value is 25.00%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(25,36,0,44)
C25M36Y0K44 
(25%,36%,0%,44%)
(0.25/0.36/0.00/0.44)	

CMYK percentages

%25
%36.11
%0
%43.53

Codes

Color #6C5C90 in popluar color models

6C5C90
RGB10892144
HSL258°22.03%46.27%
HSB/HSV258°36.11%56.47%
CMYK25.00%36.11%0.00%
43.53%

Color #6C5C90 in popluar number systems.

HEX6C5C90
Decimal10892144
Binary1101100101110010010000
Octal154134220

Shades and tints

Shades of #6C5C90

#6C5C90
(108,92,144)
#635483
(99,84,131)
#5A4C76
(90,76,118)
#514469
(81,68,105)
#483C5C
(72,60,92)
#3F344F
(63,52,79)
#362C42
(54,44,66)
#2D2435
(45,36,53)
#241C28
(36,28,40)
#1B141B
(27,20,27)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C5C90

#6C5C90
(108,92,144)
#796A9A
(121,106,154)
#8678A4
(134,120,164)
#9386AE
(147,134,174)
#A094B8
(160,148,184)
#ADA2C2
(173,162,194)
#BAB0CC
(186,176,204)
#C7BED6
(199,190,214)
#D4CCE0
(212,204,224)
#E1DAEA
(225,218,234)
#EEE8F4
(238,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5C90 color. Also use rgb(108,92,144) instead hex code.

Text Font Color

.myTextColor { color: #6C5C90; }

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

This text font color is #6C5C90.


Background Color

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

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

This div background color is #6C5C90.


Border color

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

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

This div border color is #6C5C90.


Opacity

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

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

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

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

This text has shadow with #6C5C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C90 on black background.


Color preview on white background

This text has color #6C5C90 on white background.



Black color preview on #6C5C90 background

This text has black color on #6C5C90 background.


White color preview on #6C5C90 background

This text has white color on #6C5C90 background.