COLOR #6A666A

HEX: #6A666A
RGB: (106,102,106)

Color info

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

RGB color model

#6A666A color RGB value is (106,102,106).

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

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 106 of 255 = 42%

106
102
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 106 = 314 (100%)
R 106 of 314 ~ 33.76%
G 102 of 314 ~ 32.48%
B 106 of 314 ~ 33.76%

%33.76
%32.48
%33.76

CMYK color model

#6A666A color CMYK value is (0,4,0,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,4,0,58)
C0M4Y0K58 
(0%,4%,0%,58%)
(0.00/0.04/0.00/0.58)	

CMYK percentages

%0
%3.77
%0
%58.43

Codes

Color #6A666A in popluar color models

6A666A
RGB106102106
HSL300°1.92%40.78%
HSB/HSV300°3.77%41.57%
CMYK0.00%3.77%0.00%
58.43%

Color #6A666A in popluar number systems.

HEX6A666A
Decimal106102106
Binary110101011001101101010
Octal152146152

Shades and tints

Shades of #6A666A

#6A666A
(106,102,106)
#615D61
(97,93,97)
#585458
(88,84,88)
#4F4B4F
(79,75,79)
#464246
(70,66,70)
#3D393D
(61,57,61)
#343034
(52,48,52)
#2B272B
(43,39,43)
#221E22
(34,30,34)
#191519
(25,21,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #6A666A

#6A666A
(106,102,106)
#777377
(119,115,119)
#848084
(132,128,132)
#918D91
(145,141,145)
#9E9A9E
(158,154,158)
#ABA7AB
(171,167,171)
#B8B4B8
(184,180,184)
#C5C1C5
(197,193,197)
#D2CED2
(210,206,210)
#DFDBDF
(223,219,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A666A; }

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

This text font color is #6A666A.


Background Color

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

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

This div background color is #6A666A.


Border color

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

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

This div border color is #6A666A.


Opacity

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

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

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

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

This text has shadow with #6A666A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A666A on black background.


Color preview on white background

This text has color #6A666A on white background.



Black color preview on #6A666A background

This text has black color on #6A666A background.


White color preview on #6A666A background

This text has white color on #6A666A background.