COLOR #6A696B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
105
107

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

Portions of RGB colors in percentages

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

%33.33
%33.02
%33.65

CMYK color model

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

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

CMYK percentages

%0.93
%1.87
%0
%58.04

Codes

Color #6A696B in popluar color models

6A696B
RGB106105107
HSL270°0.94%41.57%
HSB/HSV270°1.87%41.96%
CMYK0.93%1.87%0.00%
58.04%

Color #6A696B in popluar number systems.

HEX6A696B
Decimal106105107
Binary110101011010011101011
Octal152151153

Shades and tints

Shades of #6A696B

#6A696B
(106,105,107)
#616062
(97,96,98)
#585759
(88,87,89)
#4F4E50
(79,78,80)
#464547
(70,69,71)
#3D3C3E
(61,60,62)
#343335
(52,51,53)
#2B2A2C
(43,42,44)
#222123
(34,33,35)
#19181A
(25,24,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A696B

#6A696B
(106,105,107)
#777678
(119,118,120)
#848385
(132,131,133)
#919092
(145,144,146)
#9E9D9F
(158,157,159)
#ABAAAC
(171,170,172)
#B8B7B9
(184,183,185)
#C5C4C6
(197,196,198)
#D2D1D3
(210,209,211)
#DFDEE0
(223,222,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A696B; }

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

This text font color is #6A696B.


Background Color

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

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

This div background color is #6A696B.


Border color

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

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

This div border color is #6A696B.


Opacity

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

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

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

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

This text has shadow with #6A696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A696B on black background.


Color preview on white background

This text has color #6A696B on white background.



Black color preview on #6A696B background

This text has black color on #6A696B background.


White color preview on #6A696B background

This text has white color on #6A696B background.