COLOR #6B646E

HEX: #6B646E
RGB: (107,100,110)

Color info

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

RGB color model

#6B646E color RGB value is (107,100,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 110 of 255 = 43%

107
100
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 110 = 317 (100%)
R 107 of 317 ~ 33.75%
G 100 of 317 ~ 31.55%
B 110 of 317 ~ 34.7%

%33.75
%31.55
%34.7

CMYK color model

#6B646E color CMYK value is (3,9,0,57).

  • cyan value is 2.73%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(3,9,0,57)
C3M9Y0K57 
(3%,9%,0%,57%)
(0.03/0.09/0.00/0.57)	

CMYK percentages

%2.73
%9.09
%0
%56.86

Codes

Color #6B646E in popluar color models

6B646E
RGB107100110
HSL282°4.76%41.18%
HSB/HSV282°9.09%43.14%
CMYK2.73%9.09%0.00%
56.86%

Color #6B646E in popluar number systems.

HEX6B646E
Decimal107100110
Binary110101111001001101110
Octal153144156

Shades and tints

Shades of #6B646E

#6B646E
(107,100,110)
#625B64
(98,91,100)
#59525A
(89,82,90)
#504950
(80,73,80)
#474046
(71,64,70)
#3E373C
(62,55,60)
#352E32
(53,46,50)
#2C2528
(44,37,40)
#231C1E
(35,28,30)
#1A1314
(26,19,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B646E

#6B646E
(107,100,110)
#78727B
(120,114,123)
#858088
(133,128,136)
#928E95
(146,142,149)
#9F9CA2
(159,156,162)
#ACAAAF
(172,170,175)
#B9B8BC
(185,184,188)
#C6C6C9
(198,198,201)
#D3D4D6
(211,212,214)
#E0E2E3
(224,226,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B646E; }

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

This text font color is #6B646E.


Background Color

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

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

This div background color is #6B646E.


Border color

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

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

This div border color is #6B646E.


Opacity

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

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

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

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

This text has shadow with #6B646E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B646E on black background.


Color preview on white background

This text has color #6B646E on white background.



Black color preview on #6B646E background

This text has black color on #6B646E background.


White color preview on #6B646E background

This text has white color on #6B646E background.