COLOR #6B4193

HEX: #6B4193
RGB: (107,65,147)

Color info

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

RGB color model

#6B4193 color RGB value is (107,65,147).

  • red value is 107;
  • green value is 65;
  • blue value is 147.
RGB:
(107,65,147)
(42%,25%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 65 of 255 = 25%
B 147 of 255 = 58%

107
65
147

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

Portions of RGB colors in percentages

R + G + B =
107 + 65 + 147 = 319 (100%)
R 107 of 319 ~ 33.54%
G 65 of 319 ~ 20.38%
B 147 of 319 ~ 46.08%

%33.54
%20.38
%46.08

CMYK color model

#6B4193 color CMYK value is (27,56,0,42).

  • cyan value is 27.21%
  • magenta value is 55.78%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(27,56,0,42)
C27M56Y0K42 
(27%,56%,0%,42%)
(0.27/0.56/0.00/0.42)	

CMYK percentages

%27.21
%55.78
%0
%42.35

Codes

Color #6B4193 in popluar color models

6B4193
RGB10765147
HSL271°38.68%41.57%
HSB/HSV271°55.78%57.65%
CMYK27.21%55.78%0.00%
42.35%

Color #6B4193 in popluar number systems.

HEX6B4193
Decimal10765147
Binary1101011100000110010011
Octal153101223

Shades and tints

Shades of #6B4193

#6B4193
(107,65,147)
#623C86
(98,60,134)
#593779
(89,55,121)
#50326C
(80,50,108)
#472D5F
(71,45,95)
#3E2852
(62,40,82)
#352345
(53,35,69)
#2C1E38
(44,30,56)
#23192B
(35,25,43)
#1A141E
(26,20,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #6B4193

#6B4193
(107,65,147)
#78529C
(120,82,156)
#8563A5
(133,99,165)
#9274AE
(146,116,174)
#9F85B7
(159,133,183)
#AC96C0
(172,150,192)
#B9A7C9
(185,167,201)
#C6B8D2
(198,184,210)
#D3C9DB
(211,201,219)
#E0DAE4
(224,218,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4193 color. Also use rgb(107,65,147) instead hex code.

Text Font Color

.myTextColor { color: #6B4193; }

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

This text font color is #6B4193.


Background Color

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

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

This div background color is #6B4193.


Border color

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

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

This div border color is #6B4193.


Opacity

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

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

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

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

This text has shadow with #6B4193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4193 on black background.


Color preview on white background

This text has color #6B4193 on white background.



Black color preview on #6B4193 background

This text has black color on #6B4193 background.


White color preview on #6B4193 background

This text has white color on #6B4193 background.