COLOR #6C5AA5

HEX: #6C5AA5
RGB: (108,90,165)

Color info

#6C5AA5 contains mainly red and blue colors. Web safe color of #6C5AA5 is #666699 (or #669).

RGB color model

#6C5AA5 color RGB value is (108,90,165).

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

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 165 of 255 = 65%

108
90
165

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

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 165 = 363 (100%)
R 108 of 363 ~ 29.75%
G 90 of 363 ~ 24.79%
B 165 of 363 ~ 45.45%

%29.75
%24.79
%45.45

CMYK color model

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

  • cyan value is 34.55%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(35,45,0,35)
C35M45Y0K35 
(35%,45%,0%,35%)
(0.35/0.45/0.00/0.35)	

CMYK percentages

%34.55
%45.45
%0
%35.29

Codes

Color #6C5AA5 in popluar color models

6C5AA5
RGB10890165
HSL254°29.41%50.00%
HSB/HSV254°45.45%64.71%
CMYK34.55%45.45%0.00%
35.29%

Color #6C5AA5 in popluar number systems.

HEX6C5AA5
Decimal10890165
Binary1101100101101010100101
Octal154132245

Shades and tints

Shades of #6C5AA5

#6C5AA5
(108,90,165)
#635296
(99,82,150)
#5A4A87
(90,74,135)
#514278
(81,66,120)
#483A69
(72,58,105)
#3F325A
(63,50,90)
#362A4B
(54,42,75)
#2D223C
(45,34,60)
#241A2D
(36,26,45)
#1B121E
(27,18,30)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #6C5AA5

#6C5AA5
(108,90,165)
#7969AD
(121,105,173)
#8678B5
(134,120,181)
#9387BD
(147,135,189)
#A096C5
(160,150,197)
#ADA5CD
(173,165,205)
#BAB4D5
(186,180,213)
#C7C3DD
(199,195,221)
#D4D2E5
(212,210,229)
#E1E1ED
(225,225,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5AA5; }

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

This text font color is #6C5AA5.


Background Color

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

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

This div background color is #6C5AA5.


Border color

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

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

This div border color is #6C5AA5.


Opacity

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

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

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

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

This text has shadow with #6C5AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5AA5 on black background.


Color preview on white background

This text has color #6C5AA5 on white background.



Black color preview on #6C5AA5 background

This text has black color on #6C5AA5 background.


White color preview on #6C5AA5 background

This text has white color on #6C5AA5 background.