COLOR #646A7F

HEX: #646A7F RGB: (100,106,127)

Color info

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

RGB color model

#646A7F color RGB value is (100,106,127).

RGB: (100,106,127) (39%, 42%, 50%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 127 of 255 = 50%

100
106
127

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

Portions of RGB colors in percentages

R + G + B = 100 + 106 + 127 = 333 (100%)
R 100 of 333 ~ 30.03%
G 106 of 333 ~ 31.83%
B 127 of 333 ~ 38.14'%

%30.03
%31.83
%38.14

CMYK color model

#646A7F color CMYK value is (21,17,0,50).

  • cyan value is 21.26%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (21,17,0,50)
C21M17Y0K50 (21%, 17%, 0%, 50%)
(0.21 / 0.17 / 0.00 / 0.50)

CMYK percentages

%21.26
%16.54
%0
%50.2

Codes

Color #646A7F in popluar color models

64 6A 7F
RGB 100 106 127
HSL 227° 11.89% 44.51%
HSB/HSV 227° 21.26% 49.80%
CMYK 21.26% 16.54% 0.00%
50.20%

Color #646A7F in popluar number systems.

HEX 64 6A 7F
Decimal 100 106 127
Binary 1100100 1101010 1111111
Octal 144 152 177

Shades and tints

Shades of #646A7F

#646A7F
(100,106,127)
#5B6174
(91,97,116)
#525869
(82,88,105)
#494F5E
(73,79,94)
#404653
(64,70,83)
#373D48
(55,61,72)
#2E343D
(46,52,61)
#252B32
(37,43,50)
#1C2227
(28,34,39)
#13191C
(19,25,28)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #646A7F

#646A7F
(100,106,127)
#72778A
(114,119,138)
#808495
(128,132,149)
#8E91A0
(142,145,160)
#9C9EAB
(156,158,171)
#AAABB6
(170,171,182)
#B8B8C1
(184,184,193)
#C6C5CC
(198,197,204)
#D4D2D7
(212,210,215)
#E2DFE2
(226,223,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646A7F color. Also use rgb(100,106,127) instead hex code.

Text Font Color

.myTextColor { color: #646A7F; }

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

This text font color is #646A7F.

Background Color

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

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

This div background color is #646A7F.

Border color

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

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

This div border color is #646A7F.

Opacity

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

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

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

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

This text has shadow with #646A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646A7F.

Preview

Color preview on black background

This text has color #646A7F on black background.


Color preview on white background

This text has color #646A7F on white background.


Black color preview on #646A7F background

This text has black color on #646A7F background.


White color preview on #646A7F background

This text has white color on #646A7F background.


Related colors

Complementary color

Complementary color for #hex is #9B9580.


I love getcolorcode.com

Triadic colors

1 #7F646A and #6A7F64 with #646A7F are triadic colors.

2 #7F6A64 and #6A647F with #646A7F are triadic colors.