COLOR #6B4D8B

HEX: #6B4D8B
RGB: (107,77,139)

Color info

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

RGB color model

#6B4D8B color RGB value is (107,77,139).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 139 of 255 = 55%

107
77
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 139 = 323 (100%)
R 107 of 323 ~ 33.13%
G 77 of 323 ~ 23.84%
B 139 of 323 ~ 43.03%

%33.13
%23.84
%43.03

CMYK color model

#6B4D8B color CMYK value is (23,45,0,45).

  • cyan value is 23.02%
  • magenta value is 44.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,45,0,45)
C23M45Y0K45 
(23%,45%,0%,45%)
(0.23/0.45/0.00/0.45)	

CMYK percentages

%23.02
%44.6
%0
%45.49

Codes

Color #6B4D8B in popluar color models

6B4D8B
RGB10777139
HSL269°28.70%42.35%
HSB/HSV269°44.60%54.51%
CMYK23.02%44.60%0.00%
45.49%

Color #6B4D8B in popluar number systems.

HEX6B4D8B
Decimal10777139
Binary1101011100110110001011
Octal153115213

Shades and tints

Shades of #6B4D8B

#6B4D8B
(107,77,139)
#62467F
(98,70,127)
#593F73
(89,63,115)
#503867
(80,56,103)
#47315B
(71,49,91)
#3E2A4F
(62,42,79)
#352343
(53,35,67)
#2C1C37
(44,28,55)
#23152B
(35,21,43)
#1A0E1F
(26,14,31)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #6B4D8B

#6B4D8B
(107,77,139)
#785D95
(120,93,149)
#856D9F
(133,109,159)
#927DA9
(146,125,169)
#9F8DB3
(159,141,179)
#AC9DBD
(172,157,189)
#B9ADC7
(185,173,199)
#C6BDD1
(198,189,209)
#D3CDDB
(211,205,219)
#E0DDE5
(224,221,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D8B; }

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

This text font color is #6B4D8B.


Background Color

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

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

This div background color is #6B4D8B.


Border color

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

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

This div border color is #6B4D8B.


Opacity

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

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

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

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

This text has shadow with #6B4D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D8B on black background.


Color preview on white background

This text has color #6B4D8B on white background.



Black color preview on #6B4D8B background

This text has black color on #6B4D8B background.


White color preview on #6B4D8B background

This text has white color on #6B4D8B background.