COLOR #6B656B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
101
107

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

Portions of RGB colors in percentages

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

%33.97
%32.06
%33.97

CMYK color model

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

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

CMYK percentages

%0
%5.61
%0
%58.04

Codes

Color #6B656B in popluar color models

6B656B
RGB107101107
HSL300°2.88%40.78%
HSB/HSV300°5.61%41.96%
CMYK0.00%5.61%0.00%
58.04%

Color #6B656B in popluar number systems.

HEX6B656B
Decimal107101107
Binary110101111001011101011
Octal153145153

Shades and tints

Shades of #6B656B

#6B656B
(107,101,107)
#625C62
(98,92,98)
#595359
(89,83,89)
#504A50
(80,74,80)
#474147
(71,65,71)
#3E383E
(62,56,62)
#352F35
(53,47,53)
#2C262C
(44,38,44)
#231D23
(35,29,35)
#1A141A
(26,20,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B656B

#6B656B
(107,101,107)
#787378
(120,115,120)
#858185
(133,129,133)
#928F92
(146,143,146)
#9F9D9F
(159,157,159)
#ACABAC
(172,171,172)
#B9B9B9
(185,185,185)
#C6C7C6
(198,199,198)
#D3D5D3
(211,213,211)
#E0E3E0
(224,227,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B656B; }

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

This text font color is #6B656B.


Background Color

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

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

This div background color is #6B656B.


Border color

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

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

This div border color is #6B656B.


Opacity

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

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

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

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

This text has shadow with #6B656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B656B on black background.


Color preview on white background

This text has color #6B656B on white background.



Black color preview on #6B656B background

This text has black color on #6B656B background.


White color preview on #6B656B background

This text has white color on #6B656B background.