COLOR #6B5B67

HEX: #6B5B67
RGB: (107,91,103)

Color info

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

RGB color model

#6B5B67 color RGB value is (107,91,103).

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

RGB channels and saturation

R 107 of 255 = 42%
G 91 of 255 = 36%
B 103 of 255 = 40%

107
91
103

R + G + B ~ 39%. #6B5B67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 91 + 103 = 301 (100%)
R 107 of 301 ~ 35.55%
G 91 of 301 ~ 30.23%
B 103 of 301 ~ 34.22%

%35.55
%30.23
%34.22

CMYK color model

#6B5B67 color CMYK value is (0,15,4,58).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 3.74%
  • key color value is 58.04%
CMYK:
(0,15,4,58)
C0M15Y4K58 
(0%,15%,4%,58%)
(0.00/0.15/0.04/0.58)	

CMYK percentages

%0
%14.95
%3.74
%58.04

Codes

Color #6B5B67 in popluar color models

6B5B67
RGB10791103
HSL315°8.08%38.82%
HSB/HSV315°14.95%41.96%
CMYK0.00%14.95%3.74%
58.04%

Color #6B5B67 in popluar number systems.

HEX6B5B67
Decimal10791103
Binary110101110110111100111
Octal153133147

Shades and tints

Shades of #6B5B67

#6B5B67
(107,91,103)
#62535E
(98,83,94)
#594B55
(89,75,85)
#50434C
(80,67,76)
#473B43
(71,59,67)
#3E333A
(62,51,58)
#352B31
(53,43,49)
#2C2328
(44,35,40)
#231B1F
(35,27,31)
#1A1316
(26,19,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #6B5B67

#6B5B67
(107,91,103)
#786974
(120,105,116)
#857781
(133,119,129)
#92858E
(146,133,142)
#9F939B
(159,147,155)
#ACA1A8
(172,161,168)
#B9AFB5
(185,175,181)
#C6BDC2
(198,189,194)
#D3CBCF
(211,203,207)
#E0D9DC
(224,217,220)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5B67; }

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

This text font color is #6B5B67.


Background Color

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

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

This div background color is #6B5B67.


Border color

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

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

This div border color is #6B5B67.


Opacity

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

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

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

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

This text has shadow with #6B5B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5B67 on black background.


Color preview on white background

This text has color #6B5B67 on white background.



Black color preview on #6B5B67 background

This text has black color on #6B5B67 background.


White color preview on #6B5B67 background

This text has white color on #6B5B67 background.