COLOR #646774

HEX: #646774
RGB: (100,103,116)

Color info

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

RGB color model

#646774 color RGB value is (100,103,116).

  • red value is 100;
  • green value is 103;
  • blue value is 116.
RGB:
(100,103,116)
(39%,40%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 116 of 255 = 45%

100
103
116

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

Portions of RGB colors in percentages

R + G + B =
100 + 103 + 116 = 319 (100%)
R 100 of 319 ~ 31.35%
G 103 of 319 ~ 32.29%
B 116 of 319 ~ 36.36%

%31.35
%32.29
%36.36

CMYK color model

#646774 color CMYK value is (14,11,0,55).

  • cyan value is 13.79%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(14,11,0,55)
C14M11Y0K55 
(14%,11%,0%,55%)
(0.14/0.11/0.00/0.55)	

CMYK percentages

%13.79
%11.21
%0
%54.51

Codes

Color #646774 in popluar color models

646774
RGB100103116
HSL229°7.41%42.35%
HSB/HSV229°13.79%45.49%
CMYK13.79%11.21%0.00%
54.51%

Color #646774 in popluar number systems.

HEX646774
Decimal100103116
Binary110010011001111110100
Octal144147164

Shades and tints

Shades of #646774

#646774
(100,103,116)
#5B5E6A
(91,94,106)
#525560
(82,85,96)
#494C56
(73,76,86)
#40434C
(64,67,76)
#373A42
(55,58,66)
#2E3138
(46,49,56)
#25282E
(37,40,46)
#1C1F24
(28,31,36)
#13161A
(19,22,26)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #646774

#646774
(100,103,116)
#727480
(114,116,128)
#80818C
(128,129,140)
#8E8E98
(142,142,152)
#9C9BA4
(156,155,164)
#AAA8B0
(170,168,176)
#B8B5BC
(184,181,188)
#C6C2C8
(198,194,200)
#D4CFD4
(212,207,212)
#E2DCE0
(226,220,224)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646774 color. Also use rgb(100,103,116) instead hex code.

Text Font Color

.myTextColor { color: #646774; }

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

This text font color is #646774.


Background Color

.myBgColor { background-color: #646774; }

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

This div background color is #646774.


Border color

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

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

This div border color is #646774.


Opacity

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

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

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

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

This text has shadow with #646774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646774 on black background.


Color preview on white background

This text has color #646774 on white background.



Black color preview on #646774 background

This text has black color on #646774 background.


White color preview on #646774 background

This text has white color on #646774 background.