COLOR #6B4F6B

HEX: #6B4F6B
RGB: (107,79,107)

Color info

#6B4F6B contains red, green and blue colors in about the same proportion. Web safe color of #6B4F6B is #666666 (or #666).

RGB color model

#6B4F6B color RGB value is (107,79,107).

  • red value is 107;
  • green value is 79;
  • blue value is 107.
RGB:
(107,79,107)
(42%,31%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 79 of 255 = 31%
B 107 of 255 = 42%

107
79
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 79 + 107 = 293 (100%)
R 107 of 293 ~ 36.52%
G 79 of 293 ~ 26.96%
B 107 of 293 ~ 36.52%

%36.52
%26.96
%36.52

CMYK color model

#6B4F6B color CMYK value is (0,26,0,58).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(0,26,0,58)
C0M26Y0K58 
(0%,26%,0%,58%)
(0.00/0.26/0.00/0.58)	

CMYK percentages

%0
%26.17
%0
%58.04

Codes

Color #6B4F6B in popluar color models

6B4F6B
RGB10779107
HSL300°15.05%36.47%
HSB/HSV300°26.17%41.96%
CMYK0.00%26.17%0.00%
58.04%

Color #6B4F6B in popluar number systems.

HEX6B4F6B
Decimal10779107
Binary110101110011111101011
Octal153117153

Shades and tints

Shades of #6B4F6B

#6B4F6B
(107,79,107)
#624862
(98,72,98)
#594159
(89,65,89)
#503A50
(80,58,80)
#473347
(71,51,71)
#3E2C3E
(62,44,62)
#352535
(53,37,53)
#2C1E2C
(44,30,44)
#231723
(35,23,35)
#1A101A
(26,16,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B4F6B

#6B4F6B
(107,79,107)
#785F78
(120,95,120)
#856F85
(133,111,133)
#927F92
(146,127,146)
#9F8F9F
(159,143,159)
#AC9FAC
(172,159,172)
#B9AFB9
(185,175,185)
#C6BFC6
(198,191,198)
#D3CFD3
(211,207,211)
#E0DFE0
(224,223,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4F6B; }

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

This text font color is #6B4F6B.


Background Color

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

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

This div background color is #6B4F6B.


Border color

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

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

This div border color is #6B4F6B.


Opacity

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

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

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

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

This text has shadow with #6B4F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4F6B on black background.


Color preview on white background

This text has color #6B4F6B on white background.



Black color preview on #6B4F6B background

This text has black color on #6B4F6B background.


White color preview on #6B4F6B background

This text has white color on #6B4F6B background.