COLOR #646B7A

HEX: #646B7A
RGB: (100,107,122)

Color info

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

RGB color model

#646B7A color RGB value is (100,107,122).

  • red value is 100;
  • green value is 107;
  • blue value is 122.
RGB:
(100,107,122)
(39%,42%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 122 of 255 = 48%

100
107
122

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 122 = 329 (100%)
R 100 of 329 ~ 30.4%
G 107 of 329 ~ 32.52%
B 122 of 329 ~ 37.08%

%30.4
%32.52
%37.08

CMYK color model

#646B7A color CMYK value is (18,12,0,52).

  • cyan value is 18.03%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(18,12,0,52)
C18M12Y0K52 
(18%,12%,0%,52%)
(0.18/0.12/0.00/0.52)	

CMYK percentages

%18.03
%12.3
%0
%52.16

Codes

Color #646B7A in popluar color models

646B7A
RGB100107122
HSL221°9.91%43.53%
HSB/HSV221°18.03%47.84%
CMYK18.03%12.30%0.00%
52.16%

Color #646B7A in popluar number systems.

HEX646B7A
Decimal100107122
Binary110010011010111111010
Octal144153172

Shades and tints

Shades of #646B7A

#646B7A
(100,107,122)
#5B626F
(91,98,111)
#525964
(82,89,100)
#495059
(73,80,89)
#40474E
(64,71,78)
#373E43
(55,62,67)
#2E3538
(46,53,56)
#252C2D
(37,44,45)
#1C2322
(28,35,34)
#131A17
(19,26,23)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #646B7A

#646B7A
(100,107,122)
#727886
(114,120,134)
#808592
(128,133,146)
#8E929E
(142,146,158)
#9C9FAA
(156,159,170)
#AAACB6
(170,172,182)
#B8B9C2
(184,185,194)
#C6C6CE
(198,198,206)
#D4D3DA
(212,211,218)
#E2E0E6
(226,224,230)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B7A color. Also use rgb(100,107,122) instead hex code.

Text Font Color

.myTextColor { color: #646B7A; }

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

This text font color is #646B7A.


Background Color

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

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

This div background color is #646B7A.


Border color

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

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

This div border color is #646B7A.


Opacity

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

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

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

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

This text has shadow with #646B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B7A on black background.


Color preview on white background

This text has color #646B7A on white background.



Black color preview on #646B7A background

This text has black color on #646B7A background.


White color preview on #646B7A background

This text has white color on #646B7A background.