COLOR #6B4D6A

HEX: #6B4D6A
RGB: (107,77,106)

Color info

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

RGB color model

#6B4D6A color RGB value is (107,77,106).

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

RGB channels and saturation

R 107 of 255 = 42%
G 77 of 255 = 30%
B 106 of 255 = 42%

107
77
106

R + G + B ~ 38%. #6B4D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 77 + 106 = 290 (100%)
R 107 of 290 ~ 36.9%
G 77 of 290 ~ 26.55%
B 106 of 290 ~ 36.55%

%36.9
%26.55
%36.55

CMYK color model

#6B4D6A color CMYK value is (0,28,1,58).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,28,1,58)
C0M28Y1K58 
(0%,28%,1%,58%)
(0.00/0.28/0.01/0.58)	

CMYK percentages

%0
%28.04
%0.93
%58.04

Codes

Color #6B4D6A in popluar color models

6B4D6A
RGB10777106
HSL302°16.30%36.08%
HSB/HSV302°28.04%41.96%
CMYK0.00%28.04%0.93%
58.04%

Color #6B4D6A in popluar number systems.

HEX6B4D6A
Decimal10777106
Binary110101110011011101010
Octal153115152

Shades and tints

Shades of #6B4D6A

#6B4D6A
(107,77,106)
#624661
(98,70,97)
#593F58
(89,63,88)
#50384F
(80,56,79)
#473146
(71,49,70)
#3E2A3D
(62,42,61)
#352334
(53,35,52)
#2C1C2B
(44,28,43)
#231522
(35,21,34)
#1A0E19
(26,14,25)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #6B4D6A

#6B4D6A
(107,77,106)
#785D77
(120,93,119)
#856D84
(133,109,132)
#927D91
(146,125,145)
#9F8D9E
(159,141,158)
#AC9DAB
(172,157,171)
#B9ADB8
(185,173,184)
#C6BDC5
(198,189,197)
#D3CDD2
(211,205,210)
#E0DDDF
(224,221,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4D6A; }

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

This text font color is #6B4D6A.


Background Color

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

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

This div background color is #6B4D6A.


Border color

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

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

This div border color is #6B4D6A.


Opacity

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

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

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

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

This text has shadow with #6B4D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4D6A on black background.


Color preview on white background

This text has color #6B4D6A on white background.



Black color preview on #6B4D6A background

This text has black color on #6B4D6A background.


White color preview on #6B4D6A background

This text has white color on #6B4D6A background.