COLOR #6B4C87

HEX: #6B4C87
RGB: (107,76,135)

Color info

#6B4C87 contains red, green and blue colors in about the same proportion. Web safe color of #6B4C87 is #663399 (or #639).

RGB color model

#6B4C87 color RGB value is (107,76,135).

  • red value is 107;
  • green value is 76;
  • blue value is 135.
RGB:
(107,76,135)
(42%,30%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 76 of 255 = 30%
B 135 of 255 = 53%

107
76
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 76 + 135 = 318 (100%)
R 107 of 318 ~ 33.65%
G 76 of 318 ~ 23.9%
B 135 of 318 ~ 42.45%

%33.65
%23.9
%42.45

CMYK color model

#6B4C87 color CMYK value is (21,44,0,47).

  • cyan value is 20.74%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,44,0,47)
C21M44Y0K47 
(21%,44%,0%,47%)
(0.21/0.44/0.00/0.47)	

CMYK percentages

%20.74
%43.7
%0
%47.06

Codes

Color #6B4C87 in popluar color models

6B4C87
RGB10776135
HSL272°27.96%41.37%
HSB/HSV272°43.70%52.94%
CMYK20.74%43.70%0.00%
47.06%

Color #6B4C87 in popluar number systems.

HEX6B4C87
Decimal10776135
Binary1101011100110010000111
Octal153114207

Shades and tints

Shades of #6B4C87

#6B4C87
(107,76,135)
#62467B
(98,70,123)
#59406F
(89,64,111)
#503A63
(80,58,99)
#473457
(71,52,87)
#3E2E4B
(62,46,75)
#35283F
(53,40,63)
#2C2233
(44,34,51)
#231C27
(35,28,39)
#1A161B
(26,22,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B4C87

#6B4C87
(107,76,135)
#785C91
(120,92,145)
#856C9B
(133,108,155)
#927CA5
(146,124,165)
#9F8CAF
(159,140,175)
#AC9CB9
(172,156,185)
#B9ACC3
(185,172,195)
#C6BCCD
(198,188,205)
#D3CCD7
(211,204,215)
#E0DCE1
(224,220,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4C87 color. Also use rgb(107,76,135) instead hex code.

Text Font Color

.myTextColor { color: #6B4C87; }

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

This text font color is #6B4C87.


Background Color

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

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

This div background color is #6B4C87.


Border color

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

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

This div border color is #6B4C87.


Opacity

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

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

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

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

This text has shadow with #6B4C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4C87 on black background.


Color preview on white background

This text has color #6B4C87 on white background.



Black color preview on #6B4C87 background

This text has black color on #6B4C87 background.


White color preview on #6B4C87 background

This text has white color on #6B4C87 background.