COLOR #6A696C

HEX: #6A696C
RGB: (106,105,108)

Color info

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

RGB color model

#6A696C color RGB value is (106,105,108).

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

RGB channels and saturation

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

106
105
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 108 = 319 (100%)
R 106 of 319 ~ 33.23%
G 105 of 319 ~ 32.92%
B 108 of 319 ~ 33.86%

%33.23
%32.92
%33.86

CMYK color model

#6A696C color CMYK value is (2,3,0,58).

  • cyan value is 1.85%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(2,3,0,58)
C2M3Y0K58 
(2%,3%,0%,58%)
(0.02/0.03/0.00/0.58)	

CMYK percentages

%1.85
%2.78
%0
%57.65

Codes

Color #6A696C in popluar color models

6A696C
RGB106105108
HSL260°1.41%41.76%
HSB/HSV260°2.78%42.35%
CMYK1.85%2.78%0.00%
57.65%

Color #6A696C in popluar number systems.

HEX6A696C
Decimal106105108
Binary110101011010011101100
Octal152151154

Shades and tints

Shades of #6A696C

#6A696C
(106,105,108)
#616063
(97,96,99)
#58575A
(88,87,90)
#4F4E51
(79,78,81)
#464548
(70,69,72)
#3D3C3F
(61,60,63)
#343336
(52,51,54)
#2B2A2D
(43,42,45)
#222124
(34,33,36)
#19181B
(25,24,27)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #6A696C

#6A696C
(106,105,108)
#777679
(119,118,121)
#848386
(132,131,134)
#919093
(145,144,147)
#9E9DA0
(158,157,160)
#ABAAAD
(171,170,173)
#B8B7BA
(184,183,186)
#C5C4C7
(197,196,199)
#D2D1D4
(210,209,212)
#DFDEE1
(223,222,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A696C; }

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

This text font color is #6A696C.


Background Color

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

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

This div background color is #6A696C.


Border color

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

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

This div border color is #6A696C.


Opacity

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

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

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

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

This text has shadow with #6A696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A696C on black background.


Color preview on white background

This text has color #6A696C on white background.



Black color preview on #6A696C background

This text has black color on #6A696C background.


White color preview on #6A696C background

This text has white color on #6A696C background.