COLOR #646D81

HEX: #646D81
RGB: (100,109,129)

Color info

#646D81 contains red, green and blue colors in about the same proportion. Web safe color of #646D81 is #666699 (or #669).

RGB color model

#646D81 color RGB value is (100,109,129).

  • red value is 100;
  • green value is 109;
  • blue value is 129.
RGB:
(100,109,129)
(39%,43%,51%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 129 of 255 = 51%

100
109
129

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 129 = 338 (100%)
R 100 of 338 ~ 29.59%
G 109 of 338 ~ 32.25%
B 129 of 338 ~ 38.17%

%29.59
%32.25
%38.17

CMYK color model

#646D81 color CMYK value is (22,16,0,49).

  • cyan value is 22.48%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,16,0,49)
C22M16Y0K49 
(22%,16%,0%,49%)
(0.22/0.16/0.00/0.49)	

CMYK percentages

%22.48
%15.5
%0
%49.41

Codes

Color #646D81 in popluar color models

646D81
RGB100109129
HSL221°12.66%44.90%
HSB/HSV221°22.48%50.59%
CMYK22.48%15.50%0.00%
49.41%

Color #646D81 in popluar number systems.

HEX646D81
Decimal100109129
Binary1100100110110110000001
Octal144155201

Shades and tints

Shades of #646D81

#646D81
(100,109,129)
#5B6476
(91,100,118)
#525B6B
(82,91,107)
#495260
(73,82,96)
#404955
(64,73,85)
#37404A
(55,64,74)
#2E373F
(46,55,63)
#252E34
(37,46,52)
#1C2529
(28,37,41)
#131C1E
(19,28,30)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #646D81

#646D81
(100,109,129)
#727A8C
(114,122,140)
#808797
(128,135,151)
#8E94A2
(142,148,162)
#9CA1AD
(156,161,173)
#AAAEB8
(170,174,184)
#B8BBC3
(184,187,195)
#C6C8CE
(198,200,206)
#D4D5D9
(212,213,217)
#E2E2E4
(226,226,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646D81 color. Also use rgb(100,109,129) instead hex code.

Text Font Color

.myTextColor { color: #646D81; }

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

This text font color is #646D81.


Background Color

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

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

This div background color is #646D81.


Border color

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

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

This div border color is #646D81.


Opacity

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

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

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

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

This text has shadow with #646D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D81 on black background.


Color preview on white background

This text has color #646D81 on white background.



Black color preview on #646D81 background

This text has black color on #646D81 background.


White color preview on #646D81 background

This text has white color on #646D81 background.