COLOR #646679

HEX: #646679 RGB: (100,102,121)

Color info

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

RGB color model

#646679 color RGB value is (100,102,121).

RGB: (100,102,121) (39%, 40%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 121 of 255 = 47%

100
102
121

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

Portions of RGB colors in percentages

R + G + B = 100 + 102 + 121 = 323 (100%)
R 100 of 323 ~ 30.96%
G 102 of 323 ~ 31.58%
B 121 of 323 ~ 37.46'%

%30.96
%31.58
%37.46

CMYK color model

#646679 color CMYK value is (17,16,0,53).

  • cyan value is 17.36%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (17,16,0,53)
C17M16Y0K53 (17%, 16%, 0%, 53%)
(0.17 / 0.16 / 0.00 / 0.53)

CMYK percentages

%17.36
%15.7
%0
%52.55

Codes

Color #646679 in popluar color models

64 66 79
RGB 100 102 121
HSL 234° 9.50% 43.33%
HSB/HSV 234° 17.36% 47.45%
CMYK 17.36% 15.70% 0.00%
52.55%

Color #646679 in popluar number systems.

HEX 64 66 79
Decimal 100 102 121
Binary 1100100 1100110 1111001
Octal 144 146 171

Shades and tints

Shades of #646679

#646679
(100,102,121)
#5B5D6E
(91,93,110)
#525463
(82,84,99)
#494B58
(73,75,88)
#40424D
(64,66,77)
#373942
(55,57,66)
#2E3037
(46,48,55)
#25272C
(37,39,44)
#1C1E21
(28,30,33)
#131516
(19,21,22)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #646679

#646679
(100,102,121)
#727385
(114,115,133)
#808091
(128,128,145)
#8E8D9D
(142,141,157)
#9C9AA9
(156,154,169)
#AAA7B5
(170,167,181)
#B8B4C1
(184,180,193)
#C6C1CD
(198,193,205)
#D4CED9
(212,206,217)
#E2DBE5
(226,219,229)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646679 color. Also use rgb(100,102,121) instead hex code.

Text Font Color

.myTextColor { color: #646679; }

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

This text font color is #646679.

Background Color

.myBgColor { background-color: #646679; }

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

This div background color is #646679.

Border color

.myBorderColor { border: 1px solid #646679; }

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

This div border color is #646679.

Opacity

.myOpacity80 { color: #646679; opacity: 0.8; }

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

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

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

This text has shadow with #646679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646679.

Preview

Color preview on black background

This text has color #646679 on black background.


Color preview on white background

This text has color #646679 on white background.


Black color preview on #646679 background

This text has black color on #646679 background.


White color preview on #646679 background

This text has white color on #646679 background.


Related colors

Complementary color

Complementary color for #hex is #9B9986.


I love getcolorcode.com

Triadic colors

1 #796466 and #667964 with #646679 are triadic colors.

2 #796664 and #666479 with #646679 are triadic colors.