COLOR #6C4B8F

HEX: #6C4B8F
RGB: (108,75,143)

Color info

#6C4B8F contains mainly red and blue colors. Web safe color of #6C4B8F is #663399 (or #639).

RGB color model

#6C4B8F color RGB value is (108,75,143).

  • red value is 108;
  • green value is 75;
  • blue value is 143.
RGB:
(108,75,143)
(42%,29%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 75 of 255 = 29%
B 143 of 255 = 56%

108
75
143

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

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 143 = 326 (100%)
R 108 of 326 ~ 33.13%
G 75 of 326 ~ 23.01%
B 143 of 326 ~ 43.87%

%33.13
%23.01
%43.87

CMYK color model

#6C4B8F color CMYK value is (24,48,0,44).

  • cyan value is 24.48%
  • magenta value is 47.55%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(24,48,0,44)
C24M48Y0K44 
(24%,48%,0%,44%)
(0.24/0.48/0.00/0.44)	

CMYK percentages

%24.48
%47.55
%0
%43.92

Codes

Color #6C4B8F in popluar color models

6C4B8F
RGB10875143
HSL269°31.19%42.75%
HSB/HSV269°47.55%56.08%
CMYK24.48%47.55%0.00%
43.92%

Color #6C4B8F in popluar number systems.

HEX6C4B8F
Decimal10875143
Binary1101100100101110001111
Octal154113217

Shades and tints

Shades of #6C4B8F

#6C4B8F
(108,75,143)
#634582
(99,69,130)
#5A3F75
(90,63,117)
#513968
(81,57,104)
#48335B
(72,51,91)
#3F2D4E
(63,45,78)
#362741
(54,39,65)
#2D2134
(45,33,52)
#241B27
(36,27,39)
#1B151A
(27,21,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C4B8F

#6C4B8F
(108,75,143)
#795B99
(121,91,153)
#866BA3
(134,107,163)
#937BAD
(147,123,173)
#A08BB7
(160,139,183)
#AD9BC1
(173,155,193)
#BAABCB
(186,171,203)
#C7BBD5
(199,187,213)
#D4CBDF
(212,203,223)
#E1DBE9
(225,219,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4B8F color. Also use rgb(108,75,143) instead hex code.

Text Font Color

.myTextColor { color: #6C4B8F; }

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

This text font color is #6C4B8F.


Background Color

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

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

This div background color is #6C4B8F.


Border color

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

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

This div border color is #6C4B8F.


Opacity

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

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

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

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

This text has shadow with #6C4B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B8F on black background.


Color preview on white background

This text has color #6C4B8F on white background.



Black color preview on #6C4B8F background

This text has black color on #6C4B8F background.


White color preview on #6C4B8F background

This text has white color on #6C4B8F background.