COLOR #6B566D

HEX: #6B566D
RGB: (107,86,109)

Color info

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

RGB color model

#6B566D color RGB value is (107,86,109).

  • red value is 107;
  • green value is 86;
  • blue value is 109.
RGB:
(107,86,109)
(42%,34%,43%)

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 109 of 255 = 43%

107
86
109

R + G + B ~ 40%. #6B566D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 109 = 302 (100%)
R 107 of 302 ~ 35.43%
G 86 of 302 ~ 28.48%
B 109 of 302 ~ 36.09%

%35.43
%28.48
%36.09

CMYK color model

#6B566D color CMYK value is (2,21,0,57).

  • cyan value is 1.83%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(2,21,0,57)
C2M21Y0K57 
(2%,21%,0%,57%)
(0.02/0.21/0.00/0.57)	

CMYK percentages

%1.83
%21.1
%0
%57.25

Codes

Color #6B566D in popluar color models

6B566D
RGB10786109
HSL295°11.79%38.24%
HSB/HSV295°21.10%42.75%
CMYK1.83%21.10%0.00%
57.25%

Color #6B566D in popluar number systems.

HEX6B566D
Decimal10786109
Binary110101110101101101101
Octal153126155

Shades and tints

Shades of #6B566D

#6B566D
(107,86,109)
#624F64
(98,79,100)
#59485B
(89,72,91)
#504152
(80,65,82)
#473A49
(71,58,73)
#3E3340
(62,51,64)
#352C37
(53,44,55)
#2C252E
(44,37,46)
#231E25
(35,30,37)
#1A171C
(26,23,28)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #6B566D

#6B566D
(107,86,109)
#78657A
(120,101,122)
#857487
(133,116,135)
#928394
(146,131,148)
#9F92A1
(159,146,161)
#ACA1AE
(172,161,174)
#B9B0BB
(185,176,187)
#C6BFC8
(198,191,200)
#D3CED5
(211,206,213)
#E0DDE2
(224,221,226)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B566D; }

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

This text font color is #6B566D.


Background Color

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

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

This div background color is #6B566D.


Border color

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

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

This div border color is #6B566D.


Opacity

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

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

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

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

This text has shadow with #6B566D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B566D on black background.


Color preview on white background

This text has color #6B566D on white background.



Black color preview on #6B566D background

This text has black color on #6B566D background.


White color preview on #6B566D background

This text has white color on #6B566D background.