COLOR #6A606F

HEX: #6A606F
RGB: (106,96,111)

Color info

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

RGB color model

#6A606F color RGB value is (106,96,111).

  • red value is 106;
  • green value is 96;
  • blue value is 111.
RGB:
(106,96,111)
(42%,38%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 96 of 255 = 38%
B 111 of 255 = 44%

106
96
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 96 + 111 = 313 (100%)
R 106 of 313 ~ 33.87%
G 96 of 313 ~ 30.67%
B 111 of 313 ~ 35.46%

%33.87
%30.67
%35.46

CMYK color model

#6A606F color CMYK value is (5,14,0,56).

  • cyan value is 4.50%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,14,0,56)
C5M14Y0K56 
(5%,14%,0%,56%)
(0.05/0.14/0.00/0.56)	

CMYK percentages

%4.5
%13.51
%0
%56.47

Codes

Color #6A606F in popluar color models

6A606F
RGB10696111
HSL280°7.25%40.59%
HSB/HSV280°13.51%43.53%
CMYK4.50%13.51%0.00%
56.47%

Color #6A606F in popluar number systems.

HEX6A606F
Decimal10696111
Binary110101011000001101111
Octal152140157

Shades and tints

Shades of #6A606F

#6A606F
(106,96,111)
#615865
(97,88,101)
#58505B
(88,80,91)
#4F4851
(79,72,81)
#464047
(70,64,71)
#3D383D
(61,56,61)
#343033
(52,48,51)
#2B2829
(43,40,41)
#22201F
(34,32,31)
#191815
(25,24,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A606F

#6A606F
(106,96,111)
#776E7C
(119,110,124)
#847C89
(132,124,137)
#918A96
(145,138,150)
#9E98A3
(158,152,163)
#ABA6B0
(171,166,176)
#B8B4BD
(184,180,189)
#C5C2CA
(197,194,202)
#D2D0D7
(210,208,215)
#DFDEE4
(223,222,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A606F; }

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

This text font color is #6A606F.


Background Color

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

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

This div background color is #6A606F.


Border color

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

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

This div border color is #6A606F.


Opacity

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

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

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

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

This text has shadow with #6A606F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A606F on black background.


Color preview on white background

This text has color #6A606F on white background.



Black color preview on #6A606F background

This text has black color on #6A606F background.


White color preview on #6A606F background

This text has white color on #6A606F background.