COLOR #6B4D7A

HEX: #6B4D7A
RGB: (107,77,122)

Color info

#6B4D7A contains red, green and blue colors in about the same proportion. Web safe color of #6B4D7A is #663366 (or #636).

RGB color model

#6B4D7A color RGB value is (107,77,122).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 122 of 255 = 48%

107
77
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 122 = 306 (100%)
R 107 of 306 ~ 34.97%
G 77 of 306 ~ 25.16%
B 122 of 306 ~ 39.87%

%34.97
%25.16
%39.87

CMYK color model

#6B4D7A color CMYK value is (12,37,0,52).

  • cyan value is 12.30%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(12,37,0,52)
C12M37Y0K52 
(12%,37%,0%,52%)
(0.12/0.37/0.00/0.52)	

CMYK percentages

%12.3
%36.89
%0
%52.16

Codes

Color #6B4D7A in popluar color models

6B4D7A
RGB10777122
HSL280°22.61%39.02%
HSB/HSV280°36.89%47.84%
CMYK12.30%36.89%0.00%
52.16%

Color #6B4D7A in popluar number systems.

HEX6B4D7A
Decimal10777122
Binary110101110011011111010
Octal153115172

Shades and tints

Shades of #6B4D7A

#6B4D7A
(107,77,122)
#62466F
(98,70,111)
#593F64
(89,63,100)
#503859
(80,56,89)
#47314E
(71,49,78)
#3E2A43
(62,42,67)
#352338
(53,35,56)
#2C1C2D
(44,28,45)
#231522
(35,21,34)
#1A0E17
(26,14,23)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #6B4D7A

#6B4D7A
(107,77,122)
#785D86
(120,93,134)
#856D92
(133,109,146)
#927D9E
(146,125,158)
#9F8DAA
(159,141,170)
#AC9DB6
(172,157,182)
#B9ADC2
(185,173,194)
#C6BDCE
(198,189,206)
#D3CDDA
(211,205,218)
#E0DDE6
(224,221,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D7A; }

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

This text font color is #6B4D7A.


Background Color

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

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

This div background color is #6B4D7A.


Border color

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

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

This div border color is #6B4D7A.


Opacity

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

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

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

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

This text has shadow with #6B4D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D7A on black background.


Color preview on white background

This text has color #6B4D7A on white background.



Black color preview on #6B4D7A background

This text has black color on #6B4D7A background.


White color preview on #6B4D7A background

This text has white color on #6B4D7A background.