COLOR #6B4E67

HEX: #6B4E67
RGB: (107,78,103)

Color info

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

RGB color model

#6B4E67 color RGB value is (107,78,103).

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

RGB channels and saturation

R 107 of 255 = 42%
G 78 of 255 = 31%
B 103 of 255 = 40%

107
78
103

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

Portions of RGB colors in percentages

R + G + B =
107 + 78 + 103 = 288 (100%)
R 107 of 288 ~ 37.15%
G 78 of 288 ~ 27.08%
B 103 of 288 ~ 35.76%

%37.15
%27.08
%35.76

CMYK color model

#6B4E67 color CMYK value is (0,27,4,58).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 3.74%
  • key color value is 58.04%
CMYK:
(0,27,4,58)
C0M27Y4K58 
(0%,27%,4%,58%)
(0.00/0.27/0.04/0.58)	

CMYK percentages

%0
%27.1
%3.74
%58.04

Codes

Color #6B4E67 in popluar color models

6B4E67
RGB10778103
HSL308°15.68%36.27%
HSB/HSV308°27.10%41.96%
CMYK0.00%27.10%3.74%
58.04%

Color #6B4E67 in popluar number systems.

HEX6B4E67
Decimal10778103
Binary110101110011101100111
Octal153116147

Shades and tints

Shades of #6B4E67

#6B4E67
(107,78,103)
#62475E
(98,71,94)
#594055
(89,64,85)
#50394C
(80,57,76)
#473243
(71,50,67)
#3E2B3A
(62,43,58)
#352431
(53,36,49)
#2C1D28
(44,29,40)
#23161F
(35,22,31)
#1A0F16
(26,15,22)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #6B4E67

#6B4E67
(107,78,103)
#785E74
(120,94,116)
#856E81
(133,110,129)
#927E8E
(146,126,142)
#9F8E9B
(159,142,155)
#AC9EA8
(172,158,168)
#B9AEB5
(185,174,181)
#C6BEC2
(198,190,194)
#D3CECF
(211,206,207)
#E0DEDC
(224,222,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4E67; }

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

This text font color is #6B4E67.


Background Color

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

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

This div background color is #6B4E67.


Border color

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

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

This div border color is #6B4E67.


Opacity

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

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

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

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

This text has shadow with #6B4E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4E67 on black background.


Color preview on white background

This text has color #6B4E67 on white background.



Black color preview on #6B4E67 background

This text has black color on #6B4E67 background.


White color preview on #6B4E67 background

This text has white color on #6B4E67 background.