COLOR #6B4D9A

HEX: #6B4D9A
RGB: (107,77,154)

Color info

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

RGB color model

#6B4D9A color RGB value is (107,77,154).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 154 of 255 = 60%

107
77
154

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 154 = 338 (100%)
R 107 of 338 ~ 31.66%
G 77 of 338 ~ 22.78%
B 154 of 338 ~ 45.56%

%31.66
%22.78
%45.56

CMYK color model

#6B4D9A color CMYK value is (31,50,0,40).

  • cyan value is 30.52%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,50,0,40)
C31M50Y0K40 
(31%,50%,0%,40%)
(0.31/0.50/0.00/0.40)	

CMYK percentages

%30.52
%50
%0
%39.61

Codes

Color #6B4D9A in popluar color models

6B4D9A
RGB10777154
HSL263°33.33%45.29%
HSB/HSV263°50.00%60.39%
CMYK30.52%50.00%0.00%
39.61%

Color #6B4D9A in popluar number systems.

HEX6B4D9A
Decimal10777154
Binary1101011100110110011010
Octal153115232

Shades and tints

Shades of #6B4D9A

#6B4D9A
(107,77,154)
#62468C
(98,70,140)
#593F7E
(89,63,126)
#503870
(80,56,112)
#473162
(71,49,98)
#3E2A54
(62,42,84)
#352346
(53,35,70)
#2C1C38
(44,28,56)
#23152A
(35,21,42)
#1A0E1C
(26,14,28)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #6B4D9A

#6B4D9A
(107,77,154)
#785DA3
(120,93,163)
#856DAC
(133,109,172)
#927DB5
(146,125,181)
#9F8DBE
(159,141,190)
#AC9DC7
(172,157,199)
#B9ADD0
(185,173,208)
#C6BDD9
(198,189,217)
#D3CDE2
(211,205,226)
#E0DDEB
(224,221,235)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D9A; }

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

This text font color is #6B4D9A.


Background Color

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

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

This div background color is #6B4D9A.


Border color

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

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

This div border color is #6B4D9A.


Opacity

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

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

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

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

This text has shadow with #6B4D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D9A on black background.


Color preview on white background

This text has color #6B4D9A on white background.



Black color preview on #6B4D9A background

This text has black color on #6B4D9A background.


White color preview on #6B4D9A background

This text has white color on #6B4D9A background.