COLOR #646390

HEX: #646390
RGB: (100,99,144)

Color info

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

RGB color model

#646390 color RGB value is (100,99,144).

  • red value is 100;
  • green value is 99;
  • blue value is 144.
RGB:
(100,99,144)
(39%,39%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 144 of 255 = 56%

100
99
144

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

Portions of RGB colors in percentages

R + G + B =
100 + 99 + 144 = 343 (100%)
R 100 of 343 ~ 29.15%
G 99 of 343 ~ 28.86%
B 144 of 343 ~ 41.98%

%29.15
%28.86
%41.98

CMYK color model

#646390 color CMYK value is (31,31,0,44).

  • cyan value is 30.56%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(31,31,0,44)
C31M31Y0K44 
(31%,31%,0%,44%)
(0.31/0.31/0.00/0.44)	

CMYK percentages

%30.56
%31.25
%0
%43.53

Codes

Color #646390 in popluar color models

646390
RGB10099144
HSL241°18.52%47.65%
HSB/HSV241°31.25%56.47%
CMYK30.56%31.25%0.00%
43.53%

Color #646390 in popluar number systems.

HEX646390
Decimal10099144
Binary1100100110001110010000
Octal144143220

Shades and tints

Shades of #646390

#646390
(100,99,144)
#5B5A83
(91,90,131)
#525176
(82,81,118)
#494869
(73,72,105)
#403F5C
(64,63,92)
#37364F
(55,54,79)
#2E2D42
(46,45,66)
#252435
(37,36,53)
#1C1B28
(28,27,40)
#13121B
(19,18,27)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #646390

#646390
(100,99,144)
#72719A
(114,113,154)
#807FA4
(128,127,164)
#8E8DAE
(142,141,174)
#9C9BB8
(156,155,184)
#AAA9C2
(170,169,194)
#B8B7CC
(184,183,204)
#C6C5D6
(198,197,214)
#D4D3E0
(212,211,224)
#E2E1EA
(226,225,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646390 color. Also use rgb(100,99,144) instead hex code.

Text Font Color

.myTextColor { color: #646390; }

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

This text font color is #646390.


Background Color

.myBgColor { background-color: #646390; }

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

This div background color is #646390.


Border color

.myBorderColor { border: 1px solid #646390; }

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

This div border color is #646390.


Opacity

.myOpacity80 { color: #646390; opacity: 0.8; }

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

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

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

This text has shadow with #646390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646390 on black background.


Color preview on white background

This text has color #646390 on white background.



Black color preview on #646390 background

This text has black color on #646390 background.


White color preview on #646390 background

This text has white color on #646390 background.