COLOR #646892

HEX: #646892
RGB: (100,104,146)

Color info

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

RGB color model

#646892 color RGB value is (100,104,146).

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

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 146 of 255 = 57%

100
104
146

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

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 146 = 350 (100%)
R 100 of 350 ~ 28.57%
G 104 of 350 ~ 29.71%
B 146 of 350 ~ 41.71%

%28.57
%29.71
%41.71

CMYK color model

#646892 color CMYK value is (32,29,0,43).

  • cyan value is 31.51%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(32,29,0,43)
C32M29Y0K43 
(32%,29%,0%,43%)
(0.32/0.29/0.00/0.43)	

CMYK percentages

%31.51
%28.77
%0
%42.75

Codes

Color #646892 in popluar color models

646892
RGB100104146
HSL235°18.70%48.24%
HSB/HSV235°31.51%57.25%
CMYK31.51%28.77%0.00%
42.75%

Color #646892 in popluar number systems.

HEX646892
Decimal100104146
Binary1100100110100010010010
Octal144150222

Shades and tints

Shades of #646892

#646892
(100,104,146)
#5B5F85
(91,95,133)
#525678
(82,86,120)
#494D6B
(73,77,107)
#40445E
(64,68,94)
#373B51
(55,59,81)
#2E3244
(46,50,68)
#252937
(37,41,55)
#1C202A
(28,32,42)
#13171D
(19,23,29)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #646892

#646892
(100,104,146)
#72759B
(114,117,155)
#8082A4
(128,130,164)
#8E8FAD
(142,143,173)
#9C9CB6
(156,156,182)
#AAA9BF
(170,169,191)
#B8B6C8
(184,182,200)
#C6C3D1
(198,195,209)
#D4D0DA
(212,208,218)
#E2DDE3
(226,221,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646892; }

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

This text font color is #646892.


Background Color

.myBgColor { background-color: #646892; }

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

This div background color is #646892.


Border color

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

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

This div border color is #646892.


Opacity

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

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

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

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

This text has shadow with #646892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646892 on black background.


Color preview on white background

This text has color #646892 on white background.



Black color preview on #646892 background

This text has black color on #646892 background.


White color preview on #646892 background

This text has white color on #646892 background.