COLOR #646B69

HEX: #646B69
RGB: (100,107,105)

Color info

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

RGB color model

#646B69 color RGB value is (100,107,105).

  • red value is 100;
  • green value is 107;
  • blue value is 105.
RGB: (100,107,105) (39%,42%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 105 of 255 = 41%

100
107
105

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 105 = 312 (100%)
R 100 of 312 ~ 32.05%
G 107 of 312 ~ 34.29%
B 105 of 312 ~ 33.65%

%32.05
%34.29
%33.65

CMYK color model

#646B69 color CMYK value is (7,0,2,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK: (7,0,2,58) C7M0Y2K58 (7%,0%,2%,58%) (0.07/0.00/0.02/0.58)

CMYK percentages

%6.54
%0
%1.87
%58.04

Codes

Color #646B69 in popluar color models

646B69
RGB100107105
HSL163°3.38%40.59%
HSB/HSV163°6.54%41.96%
CMYK6.54%0.00%1.87%
58.04%

Color #646B69 in popluar number systems.

HEX646B69
Decimal100107105
Binary110010011010111101001
Octal144153151

Shades and tints

Shades of #646B69

#646B69
(100,107,105)
#5B6260
(91,98,96)
#525957
(82,89,87)
#49504E
(73,80,78)
#404745
(64,71,69)
#373E3C
(55,62,60)
#2E3533
(46,53,51)
#252C2A
(37,44,42)
#1C2321
(28,35,33)
#131A18
(19,26,24)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #646B69

#646B69
(100,107,105)
#727876
(114,120,118)
#808583
(128,133,131)
#8E9290
(142,146,144)
#9C9F9D
(156,159,157)
#AAACAA
(170,172,170)
#B8B9B7
(184,185,183)
#C6C6C4
(198,198,196)
#D4D3D1
(212,211,209)
#E2E0DE
(226,224,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B69 color. Also use rgb(100,107,105) instead hex code.

Text Font Color

.myTextColor { color: #646B69; }

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

This text font color is #646B69.


Background Color

.myBgColor { background-color: #646B69; }

<div style="background-color:#646B69">Inner text</div>

This div background color is #646B69.


Border color

.myBorderColor { border: 1px solid #646B69; }

<div style="border:3px solid #646B69">Div</div>

This div border color is #646B69.


Opacity

.myOpacity80 { color: #646B69; opacity: 0.8; }

<p style="color:#646B69;opacity:0.8;">80%</p>

Text with #646B69 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 #646B69;}

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

This text has shadow with #646B69 color.

.textShadow {text-shadow: 3px 3px 1px #646B69, 3px 3px 1px red;}

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

This text has shadow with #646B69 primary color and red secondary color.


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

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

This text has shadow with #646B69 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #646B69; -webkit-box-shadow:	1px 1px 3px 2px #646B69; box-shadow:	1px 1px 3px 2px #646B69; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #646B69; -webkit-box-shadow: 1px 1px 3px 2px #646B69; box-shadow:1px 1px 3px 2px #646B69;">
Div content here</div>
This div box has shadow with color #646B69.

Preview

Color preview on black background

This text has color #646B69 on black background.


Color preview on white background

This text has color #646B69 on white background.



Black color preview on #646B69 background

This text has black color on #646B69 background.


White color preview on #646B69 background

This text has white color on #646B69 background.