COLOR #6B6565

HEX: #6B6565
RGB: (107,101,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
101
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 101 = 309 (100%)
R 107 of 309 ~ 34.63%
G 101 of 309 ~ 32.69%
B 101 of 309 ~ 32.69%

%34.63
%32.69
%32.69

CMYK color model

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

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

CMYK percentages

%0
%5.61
%5.61
%58.04

Codes

Color #6B6565 in popluar color models

6B6565
RGB107101101
HSL2.88%40.78%
HSB/HSV5.61%41.96%
CMYK0.00%5.61%5.61%
58.04%

Color #6B6565 in popluar number systems.

HEX6B6565
Decimal107101101
Binary110101111001011100101
Octal153145145

Shades and tints

Shades of #6B6565

#6B6565
(107,101,101)
#625C5C
(98,92,92)
#595353
(89,83,83)
#504A4A
(80,74,74)
#474141
(71,65,65)
#3E3838
(62,56,56)
#352F2F
(53,47,47)
#2C2626
(44,38,38)
#231D1D
(35,29,29)
#1A1414
(26,20,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B6565

#6B6565
(107,101,101)
#787373
(120,115,115)
#858181
(133,129,129)
#928F8F
(146,143,143)
#9F9D9D
(159,157,157)
#ACABAB
(172,171,171)
#B9B9B9
(185,185,185)
#C6C7C7
(198,199,199)
#D3D5D5
(211,213,213)
#E0E3E3
(224,227,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6565; }

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

This text font color is #6B6565.


Background Color

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

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

This div background color is #6B6565.


Border color

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

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

This div border color is #6B6565.


Opacity

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

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

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

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

This text has shadow with #6B6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6565 on black background.


Color preview on white background

This text has color #6B6565 on white background.



Black color preview on #6B6565 background

This text has black color on #6B6565 background.


White color preview on #6B6565 background

This text has white color on #6B6565 background.