COLOR #6C4795

HEX: #6C4795
RGB: (108,71,149)

Color info

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

RGB color model

#6C4795 color RGB value is (108,71,149).

  • red value is 108;
  • green value is 71;
  • blue value is 149.
RGB:
(108,71,149)
(42%,28%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 149 of 255 = 58%

108
71
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 149 = 328 (100%)
R 108 of 328 ~ 32.93%
G 71 of 328 ~ 21.65%
B 149 of 328 ~ 45.43%

%32.93
%21.65
%45.43

CMYK color model

#6C4795 color CMYK value is (28,52,0,42).

  • cyan value is 27.52%
  • magenta value is 52.35%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,52,0,42)
C28M52Y0K42 
(28%,52%,0%,42%)
(0.28/0.52/0.00/0.42)	

CMYK percentages

%27.52
%52.35
%0
%41.57

Codes

Color #6C4795 in popluar color models

6C4795
RGB10871149
HSL268°35.45%43.14%
HSB/HSV268°52.35%58.43%
CMYK27.52%52.35%0.00%
41.57%

Color #6C4795 in popluar number systems.

HEX6C4795
Decimal10871149
Binary1101100100011110010101
Octal154107225

Shades and tints

Shades of #6C4795

#6C4795
(108,71,149)
#634188
(99,65,136)
#5A3B7B
(90,59,123)
#51356E
(81,53,110)
#482F61
(72,47,97)
#3F2954
(63,41,84)
#362347
(54,35,71)
#2D1D3A
(45,29,58)
#24172D
(36,23,45)
#1B1120
(27,17,32)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #6C4795

#6C4795
(108,71,149)
#79579E
(121,87,158)
#8667A7
(134,103,167)
#9377B0
(147,119,176)
#A087B9
(160,135,185)
#AD97C2
(173,151,194)
#BAA7CB
(186,167,203)
#C7B7D4
(199,183,212)
#D4C7DD
(212,199,221)
#E1D7E6
(225,215,230)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4795 color. Also use rgb(108,71,149) instead hex code.

Text Font Color

.myTextColor { color: #6C4795; }

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

This text font color is #6C4795.


Background Color

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

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

This div background color is #6C4795.


Border color

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

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

This div border color is #6C4795.


Opacity

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

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

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

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

This text has shadow with #6C4795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4795 on black background.


Color preview on white background

This text has color #6C4795 on white background.



Black color preview on #6C4795 background

This text has black color on #6C4795 background.


White color preview on #6C4795 background

This text has white color on #6C4795 background.