COLOR #6A6A6B

HEX: #6A6A6B
RGB: (106,106,107)

Color info

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

RGB color model

#6A6A6B color RGB value is (106,106,107).

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

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 107 of 255 = 42%

106
106
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 107 = 319 (100%)
R 106 of 319 ~ 33.23%
G 106 of 319 ~ 33.23%
B 107 of 319 ~ 33.54%

%33.23
%33.23
%33.54

CMYK color model

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

  • cyan value is 0.93%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,1,0,58)
C1M1Y0K58 
(1%,1%,0%,58%)
(0.01/0.01/0.00/0.58)	

CMYK percentages

%0.93
%0.93
%0
%58.04

Codes

Color #6A6A6B in popluar color models

6A6A6B
RGB106106107
HSL240°0.47%41.76%
HSB/HSV240°0.93%41.96%
CMYK0.93%0.93%0.00%
58.04%

Color #6A6A6B in popluar number systems.

HEX6A6A6B
Decimal106106107
Binary110101011010101101011
Octal152152153

Shades and tints

Shades of #6A6A6B

#6A6A6B
(106,106,107)
#616162
(97,97,98)
#585859
(88,88,89)
#4F4F50
(79,79,80)
#464647
(70,70,71)
#3D3D3E
(61,61,62)
#343435
(52,52,53)
#2B2B2C
(43,43,44)
#222223
(34,34,35)
#19191A
(25,25,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #6A6A6B

#6A6A6B
(106,106,107)
#777778
(119,119,120)
#848485
(132,132,133)
#919192
(145,145,146)
#9E9E9F
(158,158,159)
#ABABAC
(171,171,172)
#B8B8B9
(184,184,185)
#C5C5C6
(197,197,198)
#D2D2D3
(210,210,211)
#DFDFE0
(223,223,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A6B; }

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

This text font color is #6A6A6B.


Background Color

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

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

This div background color is #6A6A6B.


Border color

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

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

This div border color is #6A6A6B.


Opacity

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

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

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

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

This text has shadow with #6A6A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6A6B on black background.


Color preview on white background

This text has color #6A6A6B on white background.



Black color preview on #6A6A6B background

This text has black color on #6A6A6B background.


White color preview on #6A6A6B background

This text has white color on #6A6A6B background.