COLOR #6C5FA4

HEX: #6C5FA4 RGB: (108,95,164)

Color info

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

RGB color model

#6C5FA4 color RGB value is (108,95,164).

RGB: (108,95,164) (42%, 37%, 64%)

RGB channels and saturation

R 108 of 255 = 42%
G 95 of 255 = 37%
B 164 of 255 = 64%

108
95
164

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

Portions of RGB colors in percentages

R + G + B = 108 + 95 + 164 = 367 (100%)
R 108 of 367 ~ 29.43%
G 95 of 367 ~ 25.89%
B 164 of 367 ~ 44.69'%

%29.43
%25.89
%44.69

CMYK color model

#6C5FA4 color CMYK value is (34,42,0,36).

  • cyan value is 34.15%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (34,42,0,36)
C34M42Y0K36 (34%, 42%, 0%, 36%)
(0.34 / 0.42 / 0.00 / 0.36)

CMYK percentages

%34.15
%42.07
%0
%35.69

Codes

Color #6C5FA4 in popluar color models

6C 5F A4
RGB 108 95 164
HSL 251° 27.49% 50.78%
HSB/HSV 251° 42.07% 64.31%
CMYK 34.15% 42.07% 0.00%
35.69%

Color #6C5FA4 in popluar number systems.

HEX 6C 5F A4
Decimal 108 95 164
Binary 1101100 1011111 10100100
Octal 154 137 244

Shades and tints

Shades of #6C5FA4

#6C5FA4
(108,95,164)
#635796
(99,87,150)
#5A4F88
(90,79,136)
#51477A
(81,71,122)
#483F6C
(72,63,108)
#3F375E
(63,55,94)
#362F50
(54,47,80)
#2D2742
(45,39,66)
#241F34
(36,31,52)
#1B1726
(27,23,38)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #6C5FA4

#6C5FA4
(108,95,164)
#796DAC
(121,109,172)
#867BB4
(134,123,180)
#9389BC
(147,137,188)
#A097C4
(160,151,196)
#ADA5CC
(173,165,204)
#BAB3D4
(186,179,212)
#C7C1DC
(199,193,220)
#D4CFE4
(212,207,228)
#E1DDEC
(225,221,236)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5FA4 color. Also use rgb(108,95,164) instead hex code.

Text Font Color

.myTextColor { color: #6C5FA4; }

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

This text font color is #6C5FA4.

Background Color

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

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

This div background color is #6C5FA4.

Border color

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

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

This div border color is #6C5FA4.

Opacity

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

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

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

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

This text has shadow with #6C5FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5FA4.

Preview

Color preview on black background

This text has color #6C5FA4 on black background.


Color preview on white background

This text has color #6C5FA4 on white background.


Black color preview on #6C5FA4 background

This text has black color on #6C5FA4 background.


White color preview on #6C5FA4 background

This text has white color on #6C5FA4 background.


Related colors

Complementary color

Complementary color for #hex is #93A05B.


I love getcolorcode.com

Triadic colors

1 #A46C5F and #5FA46C with #6C5FA4 are triadic colors.

2 #A45F6C and #5F6CA4 with #6C5FA4 are triadic colors.