COLOR #6C4293

HEX: #6C4293
RGB: (108,66,147)

Color info

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

RGB color model

#6C4293 color RGB value is (108,66,147).

  • red value is 108;
  • green value is 66;
  • blue value is 147.
RGB:
(108,66,147)
(42%,26%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 147 of 255 = 58%

108
66
147

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

Portions of RGB colors in percentages

R + G + B =
108 + 66 + 147 = 321 (100%)
R 108 of 321 ~ 33.64%
G 66 of 321 ~ 20.56%
B 147 of 321 ~ 45.79%

%33.64
%20.56
%45.79

CMYK color model

#6C4293 color CMYK value is (27,55,0,42).

  • cyan value is 26.53%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(27,55,0,42)
C27M55Y0K42 
(27%,55%,0%,42%)
(0.27/0.55/0.00/0.42)	

CMYK percentages

%26.53
%55.1
%0
%42.35

Codes

Color #6C4293 in popluar color models

6C4293
RGB10866147
HSL271°38.03%41.76%
HSB/HSV271°55.10%57.65%
CMYK26.53%55.10%0.00%
42.35%

Color #6C4293 in popluar number systems.

HEX6C4293
Decimal10866147
Binary1101100100001010010011
Octal154102223

Shades and tints

Shades of #6C4293

#6C4293
(108,66,147)
#633C86
(99,60,134)
#5A3679
(90,54,121)
#51306C
(81,48,108)
#482A5F
(72,42,95)
#3F2452
(63,36,82)
#361E45
(54,30,69)
#2D1838
(45,24,56)
#24122B
(36,18,43)
#1B0C1E
(27,12,30)
#120611
(18,6,17)
#000000
(0,0,0)

Tints of #6C4293

#6C4293
(108,66,147)
#79539C
(121,83,156)
#8664A5
(134,100,165)
#9375AE
(147,117,174)
#A086B7
(160,134,183)
#AD97C0
(173,151,192)
#BAA8C9
(186,168,201)
#C7B9D2
(199,185,210)
#D4CADB
(212,202,219)
#E1DBE4
(225,219,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4293 color. Also use rgb(108,66,147) instead hex code.

Text Font Color

.myTextColor { color: #6C4293; }

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

This text font color is #6C4293.


Background Color

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

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

This div background color is #6C4293.


Border color

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

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

This div border color is #6C4293.


Opacity

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

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

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

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

This text has shadow with #6C4293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4293 on black background.


Color preview on white background

This text has color #6C4293 on white background.



Black color preview on #6C4293 background

This text has black color on #6C4293 background.


White color preview on #6C4293 background

This text has white color on #6C4293 background.