COLOR #6B656E

HEX: #6B656E
RGB: (107,101,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
101
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 110 = 318 (100%)
R 107 of 318 ~ 33.65%
G 101 of 318 ~ 31.76%
B 110 of 318 ~ 34.59%

%33.65
%31.76
%34.59

CMYK color model

#6B656E color CMYK value is (3,8,0,57).

  • cyan value is 2.73%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(3,8,0,57)
C3M8Y0K57 
(3%,8%,0%,57%)
(0.03/0.08/0.00/0.57)	

CMYK percentages

%2.73
%8.18
%0
%56.86

Codes

Color #6B656E in popluar color models

6B656E
RGB107101110
HSL280°4.27%41.37%
HSB/HSV280°8.18%43.14%
CMYK2.73%8.18%0.00%
56.86%

Color #6B656E in popluar number systems.

HEX6B656E
Decimal107101110
Binary110101111001011101110
Octal153145156

Shades and tints

Shades of #6B656E

#6B656E
(107,101,110)
#625C64
(98,92,100)
#59535A
(89,83,90)
#504A50
(80,74,80)
#474146
(71,65,70)
#3E383C
(62,56,60)
#352F32
(53,47,50)
#2C2628
(44,38,40)
#231D1E
(35,29,30)
#1A1414
(26,20,20)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #6B656E

#6B656E
(107,101,110)
#78737B
(120,115,123)
#858188
(133,129,136)
#928F95
(146,143,149)
#9F9DA2
(159,157,162)
#ACABAF
(172,171,175)
#B9B9BC
(185,185,188)
#C6C7C9
(198,199,201)
#D3D5D6
(211,213,214)
#E0E3E3
(224,227,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B656E; }

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

This text font color is #6B656E.


Background Color

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

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

This div background color is #6B656E.


Border color

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

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

This div border color is #6B656E.


Opacity

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

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

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

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

This text has shadow with #6B656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B656E on black background.


Color preview on white background

This text has color #6B656E on white background.



Black color preview on #6B656E background

This text has black color on #6B656E background.


White color preview on #6B656E background

This text has white color on #6B656E background.