COLOR #646C75

HEX: #646C75 RGB: (100,108,117)

Color info

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

RGB color model

#646C75 color RGB value is (100,108,117).

RGB: (100,108,117) (39%, 42%, 46%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 117 of 255 = 46%

100
108
117

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

Portions of RGB colors in percentages

R + G + B = 100 + 108 + 117 = 325 (100%)
R 100 of 325 ~ 30.77%
G 108 of 325 ~ 33.23%
B 117 of 325 ~ 36'%

%30.77
%33.23
%36

CMYK color model

#646C75 color CMYK value is (15,8,0,54).

  • cyan value is 14.53%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (15,8,0,54)
C15M8Y0K54 (15%, 8%, 0%, 54%)
(0.15 / 0.08 / 0.00 / 0.54)

CMYK percentages

%14.53
%7.69
%0
%54.12

Codes

Color #646C75 in popluar color models

64 6C 75
RGB 100 108 117
HSL 212° 7.83% 42.55%
HSB/HSV 212° 14.53% 45.88%
CMYK 14.53% 7.69% 0.00%
54.12%

Color #646C75 in popluar number systems.

HEX 64 6C 75
Decimal 100 108 117
Binary 1100100 1101100 1110101
Octal 144 154 165

Shades and tints

Shades of #646C75

#646C75
(100,108,117)
#5B636B
(91,99,107)
#525A61
(82,90,97)
#495157
(73,81,87)
#40484D
(64,72,77)
#373F43
(55,63,67)
#2E3639
(46,54,57)
#252D2F
(37,45,47)
#1C2425
(28,36,37)
#131B1B
(19,27,27)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #646C75

#646C75
(100,108,117)
#727981
(114,121,129)
#80868D
(128,134,141)
#8E9399
(142,147,153)
#9CA0A5
(156,160,165)
#AAADB1
(170,173,177)
#B8BABD
(184,186,189)
#C6C7C9
(198,199,201)
#D4D4D5
(212,212,213)
#E2E1E1
(226,225,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C75 color. Also use rgb(100,108,117) instead hex code.

Text Font Color

.myTextColor { color: #646C75; }

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

This text font color is #646C75.

Background Color

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

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

This div background color is #646C75.

Border color

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

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

This div border color is #646C75.

Opacity

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

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

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

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

This text has shadow with #646C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646C75.

Preview

Color preview on black background

This text has color #646C75 on black background.


Color preview on white background

This text has color #646C75 on white background.


Black color preview on #646C75 background

This text has black color on #646C75 background.


White color preview on #646C75 background

This text has white color on #646C75 background.


Related colors

Complementary color

Complementary color for #hex is #9B938A.


I love getcolorcode.com

Triadic colors

1 #75646C and #6C7564 with #646C75 are triadic colors.

2 #756C64 and #6C6475 with #646C75 are triadic colors.