COLOR #6B656F

HEX: #6B656F
RGB: (107,101,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
101
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 111 = 319 (100%)
R 107 of 319 ~ 33.54%
G 101 of 319 ~ 31.66%
B 111 of 319 ~ 34.8%

%33.54
%31.66
%34.8

CMYK color model

#6B656F color CMYK value is (4,9,0,56).

  • cyan value is 3.60%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(4,9,0,56)
C4M9Y0K56 
(4%,9%,0%,56%)
(0.04/0.09/0.00/0.56)	

CMYK percentages

%3.6
%9.01
%0
%56.47

Codes

Color #6B656F in popluar color models

6B656F
RGB107101111
HSL276°4.72%41.57%
HSB/HSV276°9.01%43.53%
CMYK3.60%9.01%0.00%
56.47%

Color #6B656F in popluar number systems.

HEX6B656F
Decimal107101111
Binary110101111001011101111
Octal153145157

Shades and tints

Shades of #6B656F

#6B656F
(107,101,111)
#625C65
(98,92,101)
#59535B
(89,83,91)
#504A51
(80,74,81)
#474147
(71,65,71)
#3E383D
(62,56,61)
#352F33
(53,47,51)
#2C2629
(44,38,41)
#231D1F
(35,29,31)
#1A1415
(26,20,21)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B656F

#6B656F
(107,101,111)
#78737C
(120,115,124)
#858189
(133,129,137)
#928F96
(146,143,150)
#9F9DA3
(159,157,163)
#ACABB0
(172,171,176)
#B9B9BD
(185,185,189)
#C6C7CA
(198,199,202)
#D3D5D7
(211,213,215)
#E0E3E4
(224,227,228)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B656F; }

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

This text font color is #6B656F.


Background Color

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

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

This div background color is #6B656F.


Border color

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

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

This div border color is #6B656F.


Opacity

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

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

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

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

This text has shadow with #6B656F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B656F on black background.


Color preview on white background

This text has color #6B656F on white background.



Black color preview on #6B656F background

This text has black color on #6B656F background.


White color preview on #6B656F background

This text has white color on #6B656F background.