COLOR #6B5167

HEX: #6B5167
RGB: (107,81,103)

Color info

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

RGB color model

#6B5167 color RGB value is (107,81,103).

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

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 103 of 255 = 40%

107
81
103

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

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 103 = 291 (100%)
R 107 of 291 ~ 36.77%
G 81 of 291 ~ 27.84%
B 103 of 291 ~ 35.4%

%36.77
%27.84
%35.4

CMYK color model

#6B5167 color CMYK value is (0,24,4,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 3.74%
  • key color value is 58.04%
CMYK:
(0,24,4,58)
C0M24Y4K58 
(0%,24%,4%,58%)
(0.00/0.24/0.04/0.58)	

CMYK percentages

%0
%24.3
%3.74
%58.04

Codes

Color #6B5167 in popluar color models

6B5167
RGB10781103
HSL309°13.83%36.86%
HSB/HSV309°24.30%41.96%
CMYK0.00%24.30%3.74%
58.04%

Color #6B5167 in popluar number systems.

HEX6B5167
Decimal10781103
Binary110101110100011100111
Octal153121147

Shades and tints

Shades of #6B5167

#6B5167
(107,81,103)
#624A5E
(98,74,94)
#594355
(89,67,85)
#503C4C
(80,60,76)
#473543
(71,53,67)
#3E2E3A
(62,46,58)
#352731
(53,39,49)
#2C2028
(44,32,40)
#23191F
(35,25,31)
#1A1216
(26,18,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #6B5167

#6B5167
(107,81,103)
#786074
(120,96,116)
#856F81
(133,111,129)
#927E8E
(146,126,142)
#9F8D9B
(159,141,155)
#AC9CA8
(172,156,168)
#B9ABB5
(185,171,181)
#C6BAC2
(198,186,194)
#D3C9CF
(211,201,207)
#E0D8DC
(224,216,220)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5167; }

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

This text font color is #6B5167.


Background Color

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

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

This div background color is #6B5167.


Border color

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

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

This div border color is #6B5167.


Opacity

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

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

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

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

This text has shadow with #6B5167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5167 on black background.


Color preview on white background

This text has color #6B5167 on white background.



Black color preview on #6B5167 background

This text has black color on #6B5167 background.


White color preview on #6B5167 background

This text has white color on #6B5167 background.