COLOR #646893

HEX: #646893
RGB: (100,104,147)

Color info

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

RGB color model

#646893 color RGB value is (100,104,147).

  • red value is 100;
  • green value is 104;
  • blue value is 147.
RGB:
(100,104,147)
(39%,41%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 147 of 255 = 58%

100
104
147

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

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 147 = 351 (100%)
R 100 of 351 ~ 28.49%
G 104 of 351 ~ 29.63%
B 147 of 351 ~ 41.88%

%28.49
%29.63
%41.88

CMYK color model

#646893 color CMYK value is (32,29,0,42).

  • cyan value is 31.97%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(32,29,0,42)
C32M29Y0K42 
(32%,29%,0%,42%)
(0.32/0.29/0.00/0.42)	

CMYK percentages

%31.97
%29.25
%0
%42.35

Codes

Color #646893 in popluar color models

646893
RGB100104147
HSL235°19.03%48.43%
HSB/HSV235°31.97%57.65%
CMYK31.97%29.25%0.00%
42.35%

Color #646893 in popluar number systems.

HEX646893
Decimal100104147
Binary1100100110100010010011
Octal144150223

Shades and tints

Shades of #646893

#646893
(100,104,147)
#5B5F86
(91,95,134)
#525679
(82,86,121)
#494D6C
(73,77,108)
#40445F
(64,68,95)
#373B52
(55,59,82)
#2E3245
(46,50,69)
#252938
(37,41,56)
#1C202B
(28,32,43)
#13171E
(19,23,30)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #646893

#646893
(100,104,147)
#72759C
(114,117,156)
#8082A5
(128,130,165)
#8E8FAE
(142,143,174)
#9C9CB7
(156,156,183)
#AAA9C0
(170,169,192)
#B8B6C9
(184,182,201)
#C6C3D2
(198,195,210)
#D4D0DB
(212,208,219)
#E2DDE4
(226,221,228)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646893 color. Also use rgb(100,104,147) instead hex code.

Text Font Color

.myTextColor { color: #646893; }

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

This text font color is #646893.


Background Color

.myBgColor { background-color: #646893; }

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

This div background color is #646893.


Border color

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

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

This div border color is #646893.


Opacity

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

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

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

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

This text has shadow with #646893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646893 on black background.


Color preview on white background

This text has color #646893 on white background.



Black color preview on #646893 background

This text has black color on #646893 background.


White color preview on #646893 background

This text has white color on #646893 background.