COLOR #6A6B64

HEX: #6A6B64 RGB: (106,107,100)

Color info

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

RGB color model

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

RGB: (106,107,100) (42%, 42%, 39%)

RGB channels and saturation

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

106
107
100

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

Portions of RGB colors in percentages

R + G + B = 106 + 107 + 100 = 313 (100%)
R 106 of 313 ~ 33.87%
G 107 of 313 ~ 34.19%
B 100 of 313 ~ 31.95'%

%33.87
%34.19
%31.95

CMYK color model

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

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (1,0,7,58)
C1M0Y7K58 (1%, 0%, 7%, 58%)
(0.01 / 0.00 / 0.07 / 0.58)

CMYK percentages

%0.93
%0
%6.54
%58.04

Codes

Color #6A6B64 in popluar color models

6A 6B 64
RGB 106 107 100
HSL 69° 3.38% 40.59%
HSB/HSV 69° 6.54% 41.96%
CMYK 0.93% 0.00% 6.54%
58.04%

Color #6A6B64 in popluar number systems.

HEX 6A 6B 64
Decimal 106 107 100
Binary 1101010 1101011 1100100
Octal 152 153 144

Shades and tints

Shades of #6A6B64

#6A6B64
(106,107,100)
#61625B
(97,98,91)
#585952
(88,89,82)
#4F5049
(79,80,73)
#464740
(70,71,64)
#3D3E37
(61,62,55)
#34352E
(52,53,46)
#2B2C25
(43,44,37)
#22231C
(34,35,28)
#191A13
(25,26,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A6B64

#6A6B64
(106,107,100)
#777872
(119,120,114)
#848580
(132,133,128)
#91928E
(145,146,142)
#9E9F9C
(158,159,156)
#ABACAA
(171,172,170)
#B8B9B8
(184,185,184)
#C5C6C6
(197,198,198)
#D2D3D4
(210,211,212)
#DFE0E2
(223,224,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6B64; }

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

This text font color is #6A6B64.

Background Color

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

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

This div background color is #6A6B64.

Border color

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

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

This div border color is #6A6B64.

Opacity

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

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

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

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

This text has shadow with #6A6B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6B64.

Preview

Color preview on black background

This text has color #6A6B64 on black background.


Color preview on white background

This text has color #6A6B64 on white background.


Black color preview on #6A6B64 background

This text has black color on #6A6B64 background.


White color preview on #6A6B64 background

This text has white color on #6A6B64 background.


Related colors

Complementary color

Complementary color for #hex is #95949B.


I love getcolorcode.com

Triadic colors

1 #646A6B and #6B646A with #6A6B64 are triadic colors.

2 #646B6A and #6B6A64 with #6A6B64 are triadic colors.