COLOR #646E7C

HEX: #646E7C
RGB: (100,110,124)

Color info

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

RGB color model

#646E7C color RGB value is (100,110,124).

  • red value is 100;
  • green value is 110;
  • blue value is 124.
RGB:
(100,110,124)
(39%,43%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 124 of 255 = 49%

100
110
124

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 124 = 334 (100%)
R 100 of 334 ~ 29.94%
G 110 of 334 ~ 32.93%
B 124 of 334 ~ 37.13%

%29.94
%32.93
%37.13

CMYK color model

#646E7C color CMYK value is (19,11,0,51).

  • cyan value is 19.35%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(19,11,0,51)
C19M11Y0K51 
(19%,11%,0%,51%)
(0.19/0.11/0.00/0.51)	

CMYK percentages

%19.35
%11.29
%0
%51.37

Codes

Color #646E7C in popluar color models

646E7C
RGB100110124
HSL215°10.71%43.92%
HSB/HSV215°19.35%48.63%
CMYK19.35%11.29%0.00%
51.37%

Color #646E7C in popluar number systems.

HEX646E7C
Decimal100110124
Binary110010011011101111100
Octal144156174

Shades and tints

Shades of #646E7C

#646E7C
(100,110,124)
#5B6471
(91,100,113)
#525A66
(82,90,102)
#49505B
(73,80,91)
#404650
(64,70,80)
#373C45
(55,60,69)
#2E323A
(46,50,58)
#25282F
(37,40,47)
#1C1E24
(28,30,36)
#131419
(19,20,25)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #646E7C

#646E7C
(100,110,124)
#727B87
(114,123,135)
#808892
(128,136,146)
#8E959D
(142,149,157)
#9CA2A8
(156,162,168)
#AAAFB3
(170,175,179)
#B8BCBE
(184,188,190)
#C6C9C9
(198,201,201)
#D4D6D4
(212,214,212)
#E2E3DF
(226,227,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E7C color. Also use rgb(100,110,124) instead hex code.

Text Font Color

.myTextColor { color: #646E7C; }

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

This text font color is #646E7C.


Background Color

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

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

This div background color is #646E7C.


Border color

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

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

This div border color is #646E7C.


Opacity

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

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

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

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

This text has shadow with #646E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E7C on black background.


Color preview on white background

This text has color #646E7C on white background.



Black color preview on #646E7C background

This text has black color on #646E7C background.


White color preview on #646E7C background

This text has white color on #646E7C background.