COLOR #6C4FA0

HEX: #6C4FA0
RGB: (108,79,160)

Color info

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

RGB color model

#6C4FA0 color RGB value is (108,79,160).

  • red value is 108;
  • green value is 79;
  • blue value is 160.
RGB:
(108,79,160)
(42%,31%,63%)

RGB channels and saturation

R 108 of 255 = 42%
G 79 of 255 = 31%
B 160 of 255 = 63%

108
79
160

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

Portions of RGB colors in percentages

R + G + B =
108 + 79 + 160 = 347 (100%)
R 108 of 347 ~ 31.12%
G 79 of 347 ~ 22.77%
B 160 of 347 ~ 46.11%

%31.12
%22.77
%46.11

CMYK color model

#6C4FA0 color CMYK value is (33,51,0,37).

  • cyan value is 32.50%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(33,51,0,37)
C33M51Y0K37 
(33%,51%,0%,37%)
(0.33/0.51/0.00/0.37)	

CMYK percentages

%32.5
%50.63
%0
%37.25

Codes

Color #6C4FA0 in popluar color models

6C4FA0
RGB10879160
HSL261°33.89%46.86%
HSB/HSV261°50.63%62.75%
CMYK32.50%50.63%0.00%
37.25%

Color #6C4FA0 in popluar number systems.

HEX6C4FA0
Decimal10879160
Binary1101100100111110100000
Octal154117240

Shades and tints

Shades of #6C4FA0

#6C4FA0
(108,79,160)
#634892
(99,72,146)
#5A4184
(90,65,132)
#513A76
(81,58,118)
#483368
(72,51,104)
#3F2C5A
(63,44,90)
#36254C
(54,37,76)
#2D1E3E
(45,30,62)
#241730
(36,23,48)
#1B1022
(27,16,34)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #6C4FA0

#6C4FA0
(108,79,160)
#795FA8
(121,95,168)
#866FB0
(134,111,176)
#937FB8
(147,127,184)
#A08FC0
(160,143,192)
#AD9FC8
(173,159,200)
#BAAFD0
(186,175,208)
#C7BFD8
(199,191,216)
#D4CFE0
(212,207,224)
#E1DFE8
(225,223,232)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4FA0 color. Also use rgb(108,79,160) instead hex code.

Text Font Color

.myTextColor { color: #6C4FA0; }

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

This text font color is #6C4FA0.


Background Color

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

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

This div background color is #6C4FA0.


Border color

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

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

This div border color is #6C4FA0.


Opacity

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

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

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

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

This text has shadow with #6C4FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4FA0 on black background.


Color preview on white background

This text has color #6C4FA0 on white background.



Black color preview on #6C4FA0 background

This text has black color on #6C4FA0 background.


White color preview on #6C4FA0 background

This text has white color on #6C4FA0 background.