COLOR #6B4D87

HEX: #6B4D87
RGB: (107,77,135)

Color info

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

RGB color model

#6B4D87 color RGB value is (107,77,135).

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

RGB channels and saturation

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

107
77
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 135 = 319 (100%)
R 107 of 319 ~ 33.54%
G 77 of 319 ~ 24.14%
B 135 of 319 ~ 42.32%

%33.54
%24.14
%42.32

CMYK color model

#6B4D87 color CMYK value is (21,43,0,47).

  • cyan value is 20.74%
  • magenta value is 42.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,43,0,47)
C21M43Y0K47 
(21%,43%,0%,47%)
(0.21/0.43/0.00/0.47)	

CMYK percentages

%20.74
%42.96
%0
%47.06

Codes

Color #6B4D87 in popluar color models

6B4D87
RGB10777135
HSL271°27.36%41.57%
HSB/HSV271°42.96%52.94%
CMYK20.74%42.96%0.00%
47.06%

Color #6B4D87 in popluar number systems.

HEX6B4D87
Decimal10777135
Binary1101011100110110000111
Octal153115207

Shades and tints

Shades of #6B4D87

#6B4D87
(107,77,135)
#62467B
(98,70,123)
#593F6F
(89,63,111)
#503863
(80,56,99)
#473157
(71,49,87)
#3E2A4B
(62,42,75)
#35233F
(53,35,63)
#2C1C33
(44,28,51)
#231527
(35,21,39)
#1A0E1B
(26,14,27)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #6B4D87

#6B4D87
(107,77,135)
#785D91
(120,93,145)
#856D9B
(133,109,155)
#927DA5
(146,125,165)
#9F8DAF
(159,141,175)
#AC9DB9
(172,157,185)
#B9ADC3
(185,173,195)
#C6BDCD
(198,189,205)
#D3CDD7
(211,205,215)
#E0DDE1
(224,221,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D87; }

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

This text font color is #6B4D87.


Background Color

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

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

This div background color is #6B4D87.


Border color

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

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

This div border color is #6B4D87.


Opacity

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

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

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

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

This text has shadow with #6B4D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D87 on black background.


Color preview on white background

This text has color #6B4D87 on white background.



Black color preview on #6B4D87 background

This text has black color on #6B4D87 background.


White color preview on #6B4D87 background

This text has white color on #6B4D87 background.