COLOR #6B4D9F

HEX: #6B4D9F
RGB: (107,77,159)

Color info

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

RGB color model

#6B4D9F color RGB value is (107,77,159).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 159 of 255 = 62%

107
77
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 159 = 343 (100%)
R 107 of 343 ~ 31.2%
G 77 of 343 ~ 22.45%
B 159 of 343 ~ 46.36%

%31.2
%22.45
%46.36

CMYK color model

#6B4D9F color CMYK value is (33,52,0,38).

  • cyan value is 32.70%
  • magenta value is 51.57%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,52,0,38)
C33M52Y0K38 
(33%,52%,0%,38%)
(0.33/0.52/0.00/0.38)	

CMYK percentages

%32.7
%51.57
%0
%37.65

Codes

Color #6B4D9F in popluar color models

6B4D9F
RGB10777159
HSL262°34.75%46.27%
HSB/HSV262°51.57%62.35%
CMYK32.70%51.57%0.00%
37.65%

Color #6B4D9F in popluar number systems.

HEX6B4D9F
Decimal10777159
Binary1101011100110110011111
Octal153115237

Shades and tints

Shades of #6B4D9F

#6B4D9F
(107,77,159)
#624691
(98,70,145)
#593F83
(89,63,131)
#503875
(80,56,117)
#473167
(71,49,103)
#3E2A59
(62,42,89)
#35234B
(53,35,75)
#2C1C3D
(44,28,61)
#23152F
(35,21,47)
#1A0E21
(26,14,33)
#110713
(17,7,19)
#000000
(0,0,0)

Tints of #6B4D9F

#6B4D9F
(107,77,159)
#785DA7
(120,93,167)
#856DAF
(133,109,175)
#927DB7
(146,125,183)
#9F8DBF
(159,141,191)
#AC9DC7
(172,157,199)
#B9ADCF
(185,173,207)
#C6BDD7
(198,189,215)
#D3CDDF
(211,205,223)
#E0DDE7
(224,221,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D9F; }

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

This text font color is #6B4D9F.


Background Color

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

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

This div background color is #6B4D9F.


Border color

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

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

This div border color is #6B4D9F.


Opacity

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

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

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

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

This text has shadow with #6B4D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D9F on black background.


Color preview on white background

This text has color #6B4D9F on white background.



Black color preview on #6B4D9F background

This text has black color on #6B4D9F background.


White color preview on #6B4D9F background

This text has white color on #6B4D9F background.