COLOR #646D9B

HEX: #646D9B
RGB: (100,109,155)

Color info

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

RGB color model

#646D9B color RGB value is (100,109,155).

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

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 155 of 255 = 61%

100
109
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 155 = 364 (100%)
R 100 of 364 ~ 27.47%
G 109 of 364 ~ 29.95%
B 155 of 364 ~ 42.58%

%27.47
%29.95
%42.58

CMYK color model

#646D9B color CMYK value is (35,30,0,39).

  • cyan value is 35.48%
  • magenta value is 29.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,30,0,39)
C35M30Y0K39 
(35%,30%,0%,39%)
(0.35/0.30/0.00/0.39)	

CMYK percentages

%35.48
%29.68
%0
%39.22

Codes

Color #646D9B in popluar color models

646D9B
RGB100109155
HSL230°21.57%50.00%
HSB/HSV230°35.48%60.78%
CMYK35.48%29.68%0.00%
39.22%

Color #646D9B in popluar number systems.

HEX646D9B
Decimal100109155
Binary1100100110110110011011
Octal144155233

Shades and tints

Shades of #646D9B

#646D9B
(100,109,155)
#5B648D
(91,100,141)
#525B7F
(82,91,127)
#495271
(73,82,113)
#404963
(64,73,99)
#374055
(55,64,85)
#2E3747
(46,55,71)
#252E39
(37,46,57)
#1C252B
(28,37,43)
#131C1D
(19,28,29)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #646D9B

#646D9B
(100,109,155)
#727AA4
(114,122,164)
#8087AD
(128,135,173)
#8E94B6
(142,148,182)
#9CA1BF
(156,161,191)
#AAAEC8
(170,174,200)
#B8BBD1
(184,187,209)
#C6C8DA
(198,200,218)
#D4D5E3
(212,213,227)
#E2E2EC
(226,226,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646D9B; }

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

This text font color is #646D9B.


Background Color

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

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

This div background color is #646D9B.


Border color

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

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

This div border color is #646D9B.


Opacity

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

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

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

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

This text has shadow with #646D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D9B on black background.


Color preview on white background

This text has color #646D9B on white background.



Black color preview on #646D9B background

This text has black color on #646D9B background.


White color preview on #646D9B background

This text has white color on #646D9B background.