COLOR #6B6569

HEX: #6B6569
RGB: (107,101,105)

Color info

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

RGB color model

#6B6569 color RGB value is (107,101,105).

  • red value is 107;
  • green value is 101;
  • blue value is 105.
RGB:
(107,101,105)
(42%,40%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 105 of 255 = 41%

107
101
105

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 105 = 313 (100%)
R 107 of 313 ~ 34.19%
G 101 of 313 ~ 32.27%
B 105 of 313 ~ 33.55%

%34.19
%32.27
%33.55

CMYK color model

#6B6569 color CMYK value is (0,6,2,58).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,6,2,58)
C0M6Y2K58 
(0%,6%,2%,58%)
(0.00/0.06/0.02/0.58)	

CMYK percentages

%0
%5.61
%1.87
%58.04

Codes

Color #6B6569 in popluar color models

6B6569
RGB107101105
HSL320°2.88%40.78%
HSB/HSV320°5.61%41.96%
CMYK0.00%5.61%1.87%
58.04%

Color #6B6569 in popluar number systems.

HEX6B6569
Decimal107101105
Binary110101111001011101001
Octal153145151

Shades and tints

Shades of #6B6569

#6B6569
(107,101,105)
#625C60
(98,92,96)
#595357
(89,83,87)
#504A4E
(80,74,78)
#474145
(71,65,69)
#3E383C
(62,56,60)
#352F33
(53,47,51)
#2C262A
(44,38,42)
#231D21
(35,29,33)
#1A1418
(26,20,24)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #6B6569

#6B6569
(107,101,105)
#787376
(120,115,118)
#858183
(133,129,131)
#928F90
(146,143,144)
#9F9D9D
(159,157,157)
#ACABAA
(172,171,170)
#B9B9B7
(185,185,183)
#C6C7C4
(198,199,196)
#D3D5D1
(211,213,209)
#E0E3DE
(224,227,222)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6569; }

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

This text font color is #6B6569.


Background Color

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

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

This div background color is #6B6569.


Border color

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

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

This div border color is #6B6569.


Opacity

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

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

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

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

This text has shadow with #6B6569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6569 on black background.


Color preview on white background

This text has color #6B6569 on white background.



Black color preview on #6B6569 background

This text has black color on #6B6569 background.


White color preview on #6B6569 background

This text has white color on #6B6569 background.