COLOR #6B6B65

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
107
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 107 + 101 = 315 (100%)
R 107 of 315 ~ 33.97%
G 107 of 315 ~ 33.97%
B 101 of 315 ~ 32.06%

%33.97
%33.97
%32.06

CMYK color model

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

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

CMYK percentages

%0
%0
%5.61
%58.04

Codes

Color #6B6B65 in popluar color models

6B6B65
RGB107107101
HSL60°2.88%40.78%
HSB/HSV60°5.61%41.96%
CMYK0.00%0.00%5.61%
58.04%

Color #6B6B65 in popluar number systems.

HEX6B6B65
Decimal107107101
Binary110101111010111100101
Octal153153145

Shades and tints

Shades of #6B6B65

#6B6B65
(107,107,101)
#62625C
(98,98,92)
#595953
(89,89,83)
#50504A
(80,80,74)
#474741
(71,71,65)
#3E3E38
(62,62,56)
#35352F
(53,53,47)
#2C2C26
(44,44,38)
#23231D
(35,35,29)
#1A1A14
(26,26,20)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B6B65

#6B6B65
(107,107,101)
#787873
(120,120,115)
#858581
(133,133,129)
#92928F
(146,146,143)
#9F9F9D
(159,159,157)
#ACACAB
(172,172,171)
#B9B9B9
(185,185,185)
#C6C6C7
(198,198,199)
#D3D3D5
(211,211,213)
#E0E0E3
(224,224,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B65; }

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

This text font color is #6B6B65.


Background Color

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

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

This div background color is #6B6B65.


Border color

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

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

This div border color is #6B6B65.


Opacity

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

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

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

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

This text has shadow with #6B6B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6B65 on black background.


Color preview on white background

This text has color #6B6B65 on white background.



Black color preview on #6B6B65 background

This text has black color on #6B6B65 background.


White color preview on #6B6B65 background

This text has white color on #6B6B65 background.