COLOR #6B696F

HEX: #6B696F
RGB: (107,105,111)

Color info

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

RGB color model

#6B696F color RGB value is (107,105,111).

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

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 111 of 255 = 44%

107
105
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 111 = 323 (100%)
R 107 of 323 ~ 33.13%
G 105 of 323 ~ 32.51%
B 111 of 323 ~ 34.37%

%33.13
%32.51
%34.37

CMYK color model

#6B696F color CMYK value is (4,5,0,56).

  • cyan value is 3.60%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(4,5,0,56)
C4M5Y0K56 
(4%,5%,0%,56%)
(0.04/0.05/0.00/0.56)	

CMYK percentages

%3.6
%5.41
%0
%56.47

Codes

Color #6B696F in popluar color models

6B696F
RGB107105111
HSL260°2.78%42.35%
HSB/HSV260°5.41%43.53%
CMYK3.60%5.41%0.00%
56.47%

Color #6B696F in popluar number systems.

HEX6B696F
Decimal107105111
Binary110101111010011101111
Octal153151157

Shades and tints

Shades of #6B696F

#6B696F
(107,105,111)
#626065
(98,96,101)
#59575B
(89,87,91)
#504E51
(80,78,81)
#474547
(71,69,71)
#3E3C3D
(62,60,61)
#353333
(53,51,51)
#2C2A29
(44,42,41)
#23211F
(35,33,31)
#1A1815
(26,24,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #6B696F

#6B696F
(107,105,111)
#78767C
(120,118,124)
#858389
(133,131,137)
#929096
(146,144,150)
#9F9DA3
(159,157,163)
#ACAAB0
(172,170,176)
#B9B7BD
(185,183,189)
#C6C4CA
(198,196,202)
#D3D1D7
(211,209,215)
#E0DEE4
(224,222,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B696F; }

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

This text font color is #6B696F.


Background Color

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

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

This div background color is #6B696F.


Border color

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

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

This div border color is #6B696F.


Opacity

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

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

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

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

This text has shadow with #6B696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B696F on black background.


Color preview on white background

This text has color #6B696F on white background.



Black color preview on #6B696F background

This text has black color on #6B696F background.


White color preview on #6B696F background

This text has white color on #6B696F background.