COLOR #6A696A

HEX: #6A696A
RGB: (106,105,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
105
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 106 = 317 (100%)
R 106 of 317 ~ 33.44%
G 105 of 317 ~ 33.12%
B 106 of 317 ~ 33.44%

%33.44
%33.12
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,1,0,58)
C0M1Y0K58 
(0%,1%,0%,58%)
(0.00/0.01/0.00/0.58)	

CMYK percentages

%0
%0.94
%0
%58.43

Codes

Color #6A696A in popluar color models

6A696A
RGB106105106
HSL300°0.47%41.37%
HSB/HSV300°0.94%41.57%
CMYK0.00%0.94%0.00%
58.43%

Color #6A696A in popluar number systems.

HEX6A696A
Decimal106105106
Binary110101011010011101010
Octal152151152

Shades and tints

Shades of #6A696A

#6A696A
(106,105,106)
#616061
(97,96,97)
#585758
(88,87,88)
#4F4E4F
(79,78,79)
#464546
(70,69,70)
#3D3C3D
(61,60,61)
#343334
(52,51,52)
#2B2A2B
(43,42,43)
#222122
(34,33,34)
#191819
(25,24,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #6A696A

#6A696A
(106,105,106)
#777677
(119,118,119)
#848384
(132,131,132)
#919091
(145,144,145)
#9E9D9E
(158,157,158)
#ABAAAB
(171,170,171)
#B8B7B8
(184,183,184)
#C5C4C5
(197,196,197)
#D2D1D2
(210,209,210)
#DFDEDF
(223,222,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A696A; }

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

This text font color is #6A696A.


Background Color

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

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

This div background color is #6A696A.


Border color

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

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

This div border color is #6A696A.


Opacity

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

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

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

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

This text has shadow with #6A696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A696A on black background.


Color preview on white background

This text has color #6A696A on white background.



Black color preview on #6A696A background

This text has black color on #6A696A background.


White color preview on #6A696A background

This text has white color on #6A696A background.