COLOR #6B636F

HEX: #6B636F
RGB: (107,99,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
99
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 111 = 317 (100%)
R 107 of 317 ~ 33.75%
G 99 of 317 ~ 31.23%
B 111 of 317 ~ 35.02%

%33.75
%31.23
%35.02

CMYK color model

#6B636F color CMYK value is (4,11,0,56).

  • cyan value is 3.60%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(4,11,0,56)
C4M11Y0K56 
(4%,11%,0%,56%)
(0.04/0.11/0.00/0.56)	

CMYK percentages

%3.6
%10.81
%0
%56.47

Codes

Color #6B636F in popluar color models

6B636F
RGB10799111
HSL280°5.71%41.18%
HSB/HSV280°10.81%43.53%
CMYK3.60%10.81%0.00%
56.47%

Color #6B636F in popluar number systems.

HEX6B636F
Decimal10799111
Binary110101111000111101111
Octal153143157

Shades and tints

Shades of #6B636F

#6B636F
(107,99,111)
#625A65
(98,90,101)
#59515B
(89,81,91)
#504851
(80,72,81)
#473F47
(71,63,71)
#3E363D
(62,54,61)
#352D33
(53,45,51)
#2C2429
(44,36,41)
#231B1F
(35,27,31)
#1A1215
(26,18,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B636F

#6B636F
(107,99,111)
#78717C
(120,113,124)
#857F89
(133,127,137)
#928D96
(146,141,150)
#9F9BA3
(159,155,163)
#ACA9B0
(172,169,176)
#B9B7BD
(185,183,189)
#C6C5CA
(198,197,202)
#D3D3D7
(211,211,215)
#E0E1E4
(224,225,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B636F; }

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

This text font color is #6B636F.


Background Color

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

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

This div background color is #6B636F.


Border color

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

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

This div border color is #6B636F.


Opacity

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

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

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

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

This text has shadow with #6B636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B636F on black background.


Color preview on white background

This text has color #6B636F on white background.



Black color preview on #6B636F background

This text has black color on #6B636F background.


White color preview on #6B636F background

This text has white color on #6B636F background.