COLOR #646B85

HEX: #646B85
RGB: (100,107,133)

Color info

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

RGB color model

#646B85 color RGB value is (100,107,133).

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

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 133 of 255 = 52%

100
107
133

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 133 = 340 (100%)
R 100 of 340 ~ 29.41%
G 107 of 340 ~ 31.47%
B 133 of 340 ~ 39.12%

%29.41
%31.47
%39.12

CMYK color model

#646B85 color CMYK value is (25,20,0,48).

  • cyan value is 24.81%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(25,20,0,48)
C25M20Y0K48 
(25%,20%,0%,48%)
(0.25/0.20/0.00/0.48)	

CMYK percentages

%24.81
%19.55
%0
%47.84

Codes

Color #646B85 in popluar color models

646B85
RGB100107133
HSL227°14.16%45.69%
HSB/HSV227°24.81%52.16%
CMYK24.81%19.55%0.00%
47.84%

Color #646B85 in popluar number systems.

HEX646B85
Decimal100107133
Binary1100100110101110000101
Octal144153205

Shades and tints

Shades of #646B85

#646B85
(100,107,133)
#5B6279
(91,98,121)
#52596D
(82,89,109)
#495061
(73,80,97)
#404755
(64,71,85)
#373E49
(55,62,73)
#2E353D
(46,53,61)
#252C31
(37,44,49)
#1C2325
(28,35,37)
#131A19
(19,26,25)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #646B85

#646B85
(100,107,133)
#727890
(114,120,144)
#80859B
(128,133,155)
#8E92A6
(142,146,166)
#9C9FB1
(156,159,177)
#AAACBC
(170,172,188)
#B8B9C7
(184,185,199)
#C6C6D2
(198,198,210)
#D4D3DD
(212,211,221)
#E2E0E8
(226,224,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B85; }

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

This text font color is #646B85.


Background Color

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

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

This div background color is #646B85.


Border color

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

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

This div border color is #646B85.


Opacity

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

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

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

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

This text has shadow with #646B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B85 on black background.


Color preview on white background

This text has color #646B85 on white background.



Black color preview on #646B85 background

This text has black color on #646B85 background.


White color preview on #646B85 background

This text has white color on #646B85 background.