COLOR #646B68

HEX: #646B68
RGB: (100,107,104)

Color info

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

RGB color model

#646B68 color RGB value is (100,107,104).

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

RGB channels and saturation

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

100
107
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 104 = 311 (100%)
R 100 of 311 ~ 32.15%
G 107 of 311 ~ 34.41%
B 104 of 311 ~ 33.44%

%32.15
%34.41
%33.44

CMYK color model

#646B68 color CMYK value is (7,0,3,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 58.04%
CMYK:
(7,0,3,58)
C7M0Y3K58 
(7%,0%,3%,58%)
(0.07/0.00/0.03/0.58)	

CMYK percentages

%6.54
%0
%2.8
%58.04

Codes

Color #646B68 in popluar color models

646B68
RGB100107104
HSL154°3.38%40.59%
HSB/HSV154°6.54%41.96%
CMYK6.54%0.00%2.80%
58.04%

Color #646B68 in popluar number systems.

HEX646B68
Decimal100107104
Binary110010011010111101000
Octal144153150

Shades and tints

Shades of #646B68

#646B68
(100,107,104)
#5B625F
(91,98,95)
#525956
(82,89,86)
#49504D
(73,80,77)
#404744
(64,71,68)
#373E3B
(55,62,59)
#2E3532
(46,53,50)
#252C29
(37,44,41)
#1C2320
(28,35,32)
#131A17
(19,26,23)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #646B68

#646B68
(100,107,104)
#727875
(114,120,117)
#808582
(128,133,130)
#8E928F
(142,146,143)
#9C9F9C
(156,159,156)
#AAACA9
(170,172,169)
#B8B9B6
(184,185,182)
#C6C6C3
(198,198,195)
#D4D3D0
(212,211,208)
#E2E0DD
(226,224,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B68; }

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

This text font color is #646B68.


Background Color

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

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

This div background color is #646B68.


Border color

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

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

This div border color is #646B68.


Opacity

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

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

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

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

This text has shadow with #646B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B68 on black background.


Color preview on white background

This text has color #646B68 on white background.



Black color preview on #646B68 background

This text has black color on #646B68 background.


White color preview on #646B68 background

This text has white color on #646B68 background.