COLOR #6B696A

HEX: #6B696A
RGB: (107,105,106)

Color info

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

RGB color model

#6B696A color RGB value is (107,105,106).

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

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 106 of 255 = 42%

107
105
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 106 = 318 (100%)
R 107 of 318 ~ 33.65%
G 105 of 318 ~ 33.02%
B 106 of 318 ~ 33.33%

%33.65
%33.02
%33.33

CMYK color model

#6B696A color CMYK value is (0,2,1,58).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,2,1,58)
C0M2Y1K58 
(0%,2%,1%,58%)
(0.00/0.02/0.01/0.58)	

CMYK percentages

%0
%1.87
%0.93
%58.04

Codes

Color #6B696A in popluar color models

6B696A
RGB107105106
HSL330°0.94%41.57%
HSB/HSV330°1.87%41.96%
CMYK0.00%1.87%0.93%
58.04%

Color #6B696A in popluar number systems.

HEX6B696A
Decimal107105106
Binary110101111010011101010
Octal153151152

Shades and tints

Shades of #6B696A

#6B696A
(107,105,106)
#626061
(98,96,97)
#595758
(89,87,88)
#504E4F
(80,78,79)
#474546
(71,69,70)
#3E3C3D
(62,60,61)
#353334
(53,51,52)
#2C2A2B
(44,42,43)
#232122
(35,33,34)
#1A1819
(26,24,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B696A

#6B696A
(107,105,106)
#787677
(120,118,119)
#858384
(133,131,132)
#929091
(146,144,145)
#9F9D9E
(159,157,158)
#ACAAAB
(172,170,171)
#B9B7B8
(185,183,184)
#C6C4C5
(198,196,197)
#D3D1D2
(211,209,210)
#E0DEDF
(224,222,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B696A; }

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

This text font color is #6B696A.


Background Color

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

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

This div background color is #6B696A.


Border color

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

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

This div border color is #6B696A.


Opacity

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

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

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

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

This text has shadow with #6B696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B696A on black background.


Color preview on white background

This text has color #6B696A on white background.



Black color preview on #6B696A background

This text has black color on #6B696A background.


White color preview on #6B696A background

This text has white color on #6B696A background.