COLOR #646E85

HEX: #646E85
RGB: (100,110,133)

Color info

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

RGB color model

#646E85 color RGB value is (100,110,133).

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

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 133 of 255 = 52%

100
110
133

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 133 = 343 (100%)
R 100 of 343 ~ 29.15%
G 110 of 343 ~ 32.07%
B 133 of 343 ~ 38.78%

%29.15
%32.07
%38.78

CMYK color model

#646E85 color CMYK value is (25,17,0,48).

  • cyan value is 24.81%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(25,17,0,48)
C25M17Y0K48 
(25%,17%,0%,48%)
(0.25/0.17/0.00/0.48)	

CMYK percentages

%24.81
%17.29
%0
%47.84

Codes

Color #646E85 in popluar color models

646E85
RGB100110133
HSL222°14.16%45.69%
HSB/HSV222°24.81%52.16%
CMYK24.81%17.29%0.00%
47.84%

Color #646E85 in popluar number systems.

HEX646E85
Decimal100110133
Binary1100100110111010000101
Octal144156205

Shades and tints

Shades of #646E85

#646E85
(100,110,133)
#5B6479
(91,100,121)
#525A6D
(82,90,109)
#495061
(73,80,97)
#404655
(64,70,85)
#373C49
(55,60,73)
#2E323D
(46,50,61)
#252831
(37,40,49)
#1C1E25
(28,30,37)
#131419
(19,20,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #646E85

#646E85
(100,110,133)
#727B90
(114,123,144)
#80889B
(128,136,155)
#8E95A6
(142,149,166)
#9CA2B1
(156,162,177)
#AAAFBC
(170,175,188)
#B8BCC7
(184,188,199)
#C6C9D2
(198,201,210)
#D4D6DD
(212,214,221)
#E2E3E8
(226,227,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646E85; }

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

This text font color is #646E85.


Background Color

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

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

This div background color is #646E85.


Border color

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

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

This div border color is #646E85.


Opacity

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

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

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

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

This text has shadow with #646E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E85 on black background.


Color preview on white background

This text has color #646E85 on white background.



Black color preview on #646E85 background

This text has black color on #646E85 background.


White color preview on #646E85 background

This text has white color on #646E85 background.