COLOR #646F7E

HEX: #646F7E
RGB: (100,111,126)

Color info

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

RGB color model

#646F7E color RGB value is (100,111,126).

  • red value is 100;
  • green value is 111;
  • blue value is 126.
RGB:
(100,111,126)
(39%,44%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 126 of 255 = 49%

100
111
126

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 126 = 337 (100%)
R 100 of 337 ~ 29.67%
G 111 of 337 ~ 32.94%
B 126 of 337 ~ 37.39%

%29.67
%32.94
%37.39

CMYK color model

#646F7E color CMYK value is (21,12,0,51).

  • cyan value is 20.63%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,12,0,51)
C21M12Y0K51 
(21%,12%,0%,51%)
(0.21/0.12/0.00/0.51)	

CMYK percentages

%20.63
%11.9
%0
%50.59

Codes

Color #646F7E in popluar color models

646F7E
RGB100111126
HSL215°11.50%44.31%
HSB/HSV215°20.63%49.41%
CMYK20.63%11.90%0.00%
50.59%

Color #646F7E in popluar number systems.

HEX646F7E
Decimal100111126
Binary110010011011111111110
Octal144157176

Shades and tints

Shades of #646F7E

#646F7E
(100,111,126)
#5B6573
(91,101,115)
#525B68
(82,91,104)
#49515D
(73,81,93)
#404752
(64,71,82)
#373D47
(55,61,71)
#2E333C
(46,51,60)
#252931
(37,41,49)
#1C1F26
(28,31,38)
#13151B
(19,21,27)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #646F7E

#646F7E
(100,111,126)
#727C89
(114,124,137)
#808994
(128,137,148)
#8E969F
(142,150,159)
#9CA3AA
(156,163,170)
#AAB0B5
(170,176,181)
#B8BDC0
(184,189,192)
#C6CACB
(198,202,203)
#D4D7D6
(212,215,214)
#E2E4E1
(226,228,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F7E color. Also use rgb(100,111,126) instead hex code.

Text Font Color

.myTextColor { color: #646F7E; }

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

This text font color is #646F7E.


Background Color

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

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

This div background color is #646F7E.


Border color

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

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

This div border color is #646F7E.


Opacity

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

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

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

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

This text has shadow with #646F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F7E on black background.


Color preview on white background

This text has color #646F7E on white background.



Black color preview on #646F7E background

This text has black color on #646F7E background.


White color preview on #646F7E background

This text has white color on #646F7E background.