COLOR #6B636B

HEX: #6B636B
RGB: (107,99,107)

Color info

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

RGB color model

#6B636B color RGB value is (107,99,107).

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

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 107 of 255 = 42%

107
99
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 107 = 313 (100%)
R 107 of 313 ~ 34.19%
G 99 of 313 ~ 31.63%
B 107 of 313 ~ 34.19%

%34.19
%31.63
%34.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(0,7,0,58)
C0M7Y0K58 
(0%,7%,0%,58%)
(0.00/0.07/0.00/0.58)	

CMYK percentages

%0
%7.48
%0
%58.04

Codes

Color #6B636B in popluar color models

6B636B
RGB10799107
HSL300°3.88%40.39%
HSB/HSV300°7.48%41.96%
CMYK0.00%7.48%0.00%
58.04%

Color #6B636B in popluar number systems.

HEX6B636B
Decimal10799107
Binary110101111000111101011
Octal153143153

Shades and tints

Shades of #6B636B

#6B636B
(107,99,107)
#625A62
(98,90,98)
#595159
(89,81,89)
#504850
(80,72,80)
#473F47
(71,63,71)
#3E363E
(62,54,62)
#352D35
(53,45,53)
#2C242C
(44,36,44)
#231B23
(35,27,35)
#1A121A
(26,18,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B636B

#6B636B
(107,99,107)
#787178
(120,113,120)
#857F85
(133,127,133)
#928D92
(146,141,146)
#9F9B9F
(159,155,159)
#ACA9AC
(172,169,172)
#B9B7B9
(185,183,185)
#C6C5C6
(198,197,198)
#D3D3D3
(211,211,211)
#E0E1E0
(224,225,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B636B; }

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

This text font color is #6B636B.


Background Color

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

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

This div background color is #6B636B.


Border color

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

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

This div border color is #6B636B.


Opacity

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

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

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

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

This text has shadow with #6B636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B636B on black background.


Color preview on white background

This text has color #6B636B on white background.



Black color preview on #6B636B background

This text has black color on #6B636B background.


White color preview on #6B636B background

This text has white color on #6B636B background.