COLOR #6C5A8B

HEX: #6C5A8B
RGB: (108,90,139)

Color info

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

RGB color model

#6C5A8B color RGB value is (108,90,139).

  • red value is 108;
  • green value is 90;
  • blue value is 139.
RGB:
(108,90,139)
(42%,35%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 139 of 255 = 55%

108
90
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 139 = 337 (100%)
R 108 of 337 ~ 32.05%
G 90 of 337 ~ 26.71%
B 139 of 337 ~ 41.25%

%32.05
%26.71
%41.25

CMYK color model

#6C5A8B color CMYK value is (22,35,0,45).

  • cyan value is 22.30%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,35,0,45)
C22M35Y0K45 
(22%,35%,0%,45%)
(0.22/0.35/0.00/0.45)	

CMYK percentages

%22.3
%35.25
%0
%45.49

Codes

Color #6C5A8B in popluar color models

6C5A8B
RGB10890139
HSL262°21.40%44.90%
HSB/HSV262°35.25%54.51%
CMYK22.30%35.25%0.00%
45.49%

Color #6C5A8B in popluar number systems.

HEX6C5A8B
Decimal10890139
Binary1101100101101010001011
Octal154132213

Shades and tints

Shades of #6C5A8B

#6C5A8B
(108,90,139)
#63527F
(99,82,127)
#5A4A73
(90,74,115)
#514267
(81,66,103)
#483A5B
(72,58,91)
#3F324F
(63,50,79)
#362A43
(54,42,67)
#2D2237
(45,34,55)
#241A2B
(36,26,43)
#1B121F
(27,18,31)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #6C5A8B

#6C5A8B
(108,90,139)
#796995
(121,105,149)
#86789F
(134,120,159)
#9387A9
(147,135,169)
#A096B3
(160,150,179)
#ADA5BD
(173,165,189)
#BAB4C7
(186,180,199)
#C7C3D1
(199,195,209)
#D4D2DB
(212,210,219)
#E1E1E5
(225,225,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5A8B color. Also use rgb(108,90,139) instead hex code.

Text Font Color

.myTextColor { color: #6C5A8B; }

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

This text font color is #6C5A8B.


Background Color

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

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

This div background color is #6C5A8B.


Border color

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

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

This div border color is #6C5A8B.


Opacity

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

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

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

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

This text has shadow with #6C5A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A8B on black background.


Color preview on white background

This text has color #6C5A8B on white background.



Black color preview on #6C5A8B background

This text has black color on #6C5A8B background.


White color preview on #6C5A8B background

This text has white color on #6C5A8B background.