COLOR #6B4D8A

HEX: #6B4D8A
RGB: (107,77,138)

Color info

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

RGB color model

#6B4D8A color RGB value is (107,77,138).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 138 of 255 = 54%

107
77
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 138 = 322 (100%)
R 107 of 322 ~ 33.23%
G 77 of 322 ~ 23.91%
B 138 of 322 ~ 42.86%

%33.23
%23.91
%42.86

CMYK color model

#6B4D8A color CMYK value is (22,44,0,46).

  • cyan value is 22.46%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,44,0,46)
C22M44Y0K46 
(22%,44%,0%,46%)
(0.22/0.44/0.00/0.46)	

CMYK percentages

%22.46
%44.2
%0
%45.88

Codes

Color #6B4D8A in popluar color models

6B4D8A
RGB10777138
HSL270°28.37%42.16%
HSB/HSV270°44.20%54.12%
CMYK22.46%44.20%0.00%
45.88%

Color #6B4D8A in popluar number systems.

HEX6B4D8A
Decimal10777138
Binary1101011100110110001010
Octal153115212

Shades and tints

Shades of #6B4D8A

#6B4D8A
(107,77,138)
#62467E
(98,70,126)
#593F72
(89,63,114)
#503866
(80,56,102)
#47315A
(71,49,90)
#3E2A4E
(62,42,78)
#352342
(53,35,66)
#2C1C36
(44,28,54)
#23152A
(35,21,42)
#1A0E1E
(26,14,30)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #6B4D8A

#6B4D8A
(107,77,138)
#785D94
(120,93,148)
#856D9E
(133,109,158)
#927DA8
(146,125,168)
#9F8DB2
(159,141,178)
#AC9DBC
(172,157,188)
#B9ADC6
(185,173,198)
#C6BDD0
(198,189,208)
#D3CDDA
(211,205,218)
#E0DDE4
(224,221,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D8A; }

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

This text font color is #6B4D8A.


Background Color

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

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

This div background color is #6B4D8A.


Border color

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

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

This div border color is #6B4D8A.


Opacity

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

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

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

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

This text has shadow with #6B4D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D8A on black background.


Color preview on white background

This text has color #6B4D8A on white background.



Black color preview on #6B4D8A background

This text has black color on #6B4D8A background.


White color preview on #6B4D8A background

This text has white color on #6B4D8A background.