COLOR #6B4586

HEX: #6B4586
RGB: (107,69,134)

Color info

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

RGB color model

#6B4586 color RGB value is (107,69,134).

  • red value is 107;
  • green value is 69;
  • blue value is 134.
RGB:
(107,69,134)
(42%,27%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 134 of 255 = 53%

107
69
134

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

Portions of RGB colors in percentages

R + G + B =
107 + 69 + 134 = 310 (100%)
R 107 of 310 ~ 34.52%
G 69 of 310 ~ 22.26%
B 134 of 310 ~ 43.23%

%34.52
%22.26
%43.23

CMYK color model

#6B4586 color CMYK value is (20,49,0,47).

  • cyan value is 20.15%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(20,49,0,47)
C20M49Y0K47 
(20%,49%,0%,47%)
(0.20/0.49/0.00/0.47)	

CMYK percentages

%20.15
%48.51
%0
%47.45

Codes

Color #6B4586 in popluar color models

6B4586
RGB10769134
HSL275°32.02%39.80%
HSB/HSV275°48.51%52.55%
CMYK20.15%48.51%0.00%
47.45%

Color #6B4586 in popluar number systems.

HEX6B4586
Decimal10769134
Binary1101011100010110000110
Octal153105206

Shades and tints

Shades of #6B4586

#6B4586
(107,69,134)
#623F7A
(98,63,122)
#59396E
(89,57,110)
#503362
(80,51,98)
#472D56
(71,45,86)
#3E274A
(62,39,74)
#35213E
(53,33,62)
#2C1B32
(44,27,50)
#231526
(35,21,38)
#1A0F1A
(26,15,26)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B4586

#6B4586
(107,69,134)
#785591
(120,85,145)
#85659C
(133,101,156)
#9275A7
(146,117,167)
#9F85B2
(159,133,178)
#AC95BD
(172,149,189)
#B9A5C8
(185,165,200)
#C6B5D3
(198,181,211)
#D3C5DE
(211,197,222)
#E0D5E9
(224,213,233)
#EDE5F4
(237,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4586 color. Also use rgb(107,69,134) instead hex code.

Text Font Color

.myTextColor { color: #6B4586; }

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

This text font color is #6B4586.


Background Color

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

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

This div background color is #6B4586.


Border color

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

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

This div border color is #6B4586.


Opacity

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

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

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

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

This text has shadow with #6B4586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4586 on black background.


Color preview on white background

This text has color #6B4586 on white background.



Black color preview on #6B4586 background

This text has black color on #6B4586 background.


White color preview on #6B4586 background

This text has white color on #6B4586 background.