COLOR #6B4C8B

HEX: #6B4C8B
RGB: (107,76,139)

Color info

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

RGB color model

#6B4C8B color RGB value is (107,76,139).

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

RGB channels and saturation

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

107
76
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 76 + 139 = 322 (100%)
R 107 of 322 ~ 33.23%
G 76 of 322 ~ 23.6%
B 139 of 322 ~ 43.17%

%33.23
%23.6
%43.17

CMYK color model

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

  • cyan value is 23.02%
  • magenta value is 45.32%
  • 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
%45.32
%0
%45.49

Codes

Color #6B4C8B in popluar color models

6B4C8B
RGB10776139
HSL270°29.30%42.16%
HSB/HSV270°45.32%54.51%
CMYK23.02%45.32%0.00%
45.49%

Color #6B4C8B in popluar number systems.

HEX6B4C8B
Decimal10776139
Binary1101011100110010001011
Octal153114213

Shades and tints

Shades of #6B4C8B

#6B4C8B
(107,76,139)
#62467F
(98,70,127)
#594073
(89,64,115)
#503A67
(80,58,103)
#47345B
(71,52,91)
#3E2E4F
(62,46,79)
#352843
(53,40,67)
#2C2237
(44,34,55)
#231C2B
(35,28,43)
#1A161F
(26,22,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #6B4C8B

#6B4C8B
(107,76,139)
#785C95
(120,92,149)
#856C9F
(133,108,159)
#927CA9
(146,124,169)
#9F8CB3
(159,140,179)
#AC9CBD
(172,156,189)
#B9ACC7
(185,172,199)
#C6BCD1
(198,188,209)
#D3CCDB
(211,204,219)
#E0DCE5
(224,220,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4C8B; }

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

This text font color is #6B4C8B.


Background Color

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

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

This div background color is #6B4C8B.


Border color

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

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

This div border color is #6B4C8B.


Opacity

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

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

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

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

This text has shadow with #6B4C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4C8B on black background.


Color preview on white background

This text has color #6B4C8B on white background.



Black color preview on #6B4C8B background

This text has black color on #6B4C8B background.


White color preview on #6B4C8B background

This text has white color on #6B4C8B background.