COLOR #646F9D

HEX: #646F9D
RGB: (100,111,157)

Color info

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

RGB color model

#646F9D color RGB value is (100,111,157).

  • red value is 100;
  • green value is 111;
  • blue value is 157.
RGB:
(100,111,157)
(39%,44%,62%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 157 of 255 = 62%

100
111
157

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 157 = 368 (100%)
R 100 of 368 ~ 27.17%
G 111 of 368 ~ 30.16%
B 157 of 368 ~ 42.66%

%27.17
%30.16
%42.66

CMYK color model

#646F9D color CMYK value is (36,29,0,38).

  • cyan value is 36.31%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(36,29,0,38)
C36M29Y0K38 
(36%,29%,0%,38%)
(0.36/0.29/0.00/0.38)	

CMYK percentages

%36.31
%29.3
%0
%38.43

Codes

Color #646F9D in popluar color models

646F9D
RGB100111157
HSL228°22.53%50.39%
HSB/HSV228°36.31%61.57%
CMYK36.31%29.30%0.00%
38.43%

Color #646F9D in popluar number systems.

HEX646F9D
Decimal100111157
Binary1100100110111110011101
Octal144157235

Shades and tints

Shades of #646F9D

#646F9D
(100,111,157)
#5B658F
(91,101,143)
#525B81
(82,91,129)
#495173
(73,81,115)
#404765
(64,71,101)
#373D57
(55,61,87)
#2E3349
(46,51,73)
#25293B
(37,41,59)
#1C1F2D
(28,31,45)
#13151F
(19,21,31)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #646F9D

#646F9D
(100,111,157)
#727CA5
(114,124,165)
#8089AD
(128,137,173)
#8E96B5
(142,150,181)
#9CA3BD
(156,163,189)
#AAB0C5
(170,176,197)
#B8BDCD
(184,189,205)
#C6CAD5
(198,202,213)
#D4D7DD
(212,215,221)
#E2E4E5
(226,228,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F9D color. Also use rgb(100,111,157) instead hex code.

Text Font Color

.myTextColor { color: #646F9D; }

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

This text font color is #646F9D.


Background Color

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

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

This div background color is #646F9D.


Border color

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

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

This div border color is #646F9D.


Opacity

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

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

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

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

This text has shadow with #646F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F9D on black background.


Color preview on white background

This text has color #646F9D on white background.



Black color preview on #646F9D background

This text has black color on #646F9D background.


White color preview on #646F9D background

This text has white color on #646F9D background.