COLOR #6B4892

HEX: #6B4892
RGB: (107,72,146)

Color info

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

RGB color model

#6B4892 color RGB value is (107,72,146).

  • red value is 107;
  • green value is 72;
  • blue value is 146.
RGB:
(107,72,146)
(42%,28%,57%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 146 of 255 = 57%

107
72
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 146 = 325 (100%)
R 107 of 325 ~ 32.92%
G 72 of 325 ~ 22.15%
B 146 of 325 ~ 44.92%

%32.92
%22.15
%44.92

CMYK color model

#6B4892 color CMYK value is (27,51,0,43).

  • cyan value is 26.71%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,51,0,43)
C27M51Y0K43 
(27%,51%,0%,43%)
(0.27/0.51/0.00/0.43)	

CMYK percentages

%26.71
%50.68
%0
%42.75

Codes

Color #6B4892 in popluar color models

6B4892
RGB10772146
HSL268°33.94%42.75%
HSB/HSV268°50.68%57.25%
CMYK26.71%50.68%0.00%
42.75%

Color #6B4892 in popluar number systems.

HEX6B4892
Decimal10772146
Binary1101011100100010010010
Octal153110222

Shades and tints

Shades of #6B4892

#6B4892
(107,72,146)
#624285
(98,66,133)
#593C78
(89,60,120)
#50366B
(80,54,107)
#47305E
(71,48,94)
#3E2A51
(62,42,81)
#352444
(53,36,68)
#2C1E37
(44,30,55)
#23182A
(35,24,42)
#1A121D
(26,18,29)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #6B4892

#6B4892
(107,72,146)
#78589B
(120,88,155)
#8568A4
(133,104,164)
#9278AD
(146,120,173)
#9F88B6
(159,136,182)
#AC98BF
(172,152,191)
#B9A8C8
(185,168,200)
#C6B8D1
(198,184,209)
#D3C8DA
(211,200,218)
#E0D8E3
(224,216,227)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4892 color. Also use rgb(107,72,146) instead hex code.

Text Font Color

.myTextColor { color: #6B4892; }

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

This text font color is #6B4892.


Background Color

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

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

This div background color is #6B4892.


Border color

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

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

This div border color is #6B4892.


Opacity

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

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

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

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

This text has shadow with #6B4892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4892 on black background.


Color preview on white background

This text has color #6B4892 on white background.



Black color preview on #6B4892 background

This text has black color on #6B4892 background.


White color preview on #6B4892 background

This text has white color on #6B4892 background.