COLOR #6A696D

HEX: #6A696D
RGB: (106,105,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
105
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 109 = 320 (100%)
R 106 of 320 ~ 33.13%
G 105 of 320 ~ 32.81%
B 109 of 320 ~ 34.06%

%33.13
%32.81
%34.06

CMYK color model

#6A696D color CMYK value is (3,4,0,57).

  • cyan value is 2.75%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(3,4,0,57)
C3M4Y0K57 
(3%,4%,0%,57%)
(0.03/0.04/0.00/0.57)	

CMYK percentages

%2.75
%3.67
%0
%57.25

Codes

Color #6A696D in popluar color models

6A696D
RGB106105109
HSL255°1.87%41.96%
HSB/HSV255°3.67%42.75%
CMYK2.75%3.67%0.00%
57.25%

Color #6A696D in popluar number systems.

HEX6A696D
Decimal106105109
Binary110101011010011101101
Octal152151155

Shades and tints

Shades of #6A696D

#6A696D
(106,105,109)
#616064
(97,96,100)
#58575B
(88,87,91)
#4F4E52
(79,78,82)
#464549
(70,69,73)
#3D3C40
(61,60,64)
#343337
(52,51,55)
#2B2A2E
(43,42,46)
#222125
(34,33,37)
#19181C
(25,24,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A696D

#6A696D
(106,105,109)
#77767A
(119,118,122)
#848387
(132,131,135)
#919094
(145,144,148)
#9E9DA1
(158,157,161)
#ABAAAE
(171,170,174)
#B8B7BB
(184,183,187)
#C5C4C8
(197,196,200)
#D2D1D5
(210,209,213)
#DFDEE2
(223,222,226)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A696D; }

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

This text font color is #6A696D.


Background Color

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

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

This div background color is #6A696D.


Border color

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

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

This div border color is #6A696D.


Opacity

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

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

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

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

This text has shadow with #6A696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A696D on black background.


Color preview on white background

This text has color #6A696D on white background.



Black color preview on #6A696D background

This text has black color on #6A696D background.


White color preview on #6A696D background

This text has white color on #6A696D background.