COLOR #646295

HEX: #646295
RGB: (100,98,149)

Color info

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

RGB color model

#646295 color RGB value is (100,98,149).

  • red value is 100;
  • green value is 98;
  • blue value is 149.
RGB:
(100,98,149)
(39%,38%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 98 of 255 = 38%
B 149 of 255 = 58%

100
98
149

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

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 149 = 347 (100%)
R 100 of 347 ~ 28.82%
G 98 of 347 ~ 28.24%
B 149 of 347 ~ 42.94%

%28.82
%28.24
%42.94

CMYK color model

#646295 color CMYK value is (33,34,0,42).

  • cyan value is 32.89%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(33,34,0,42)
C33M34Y0K42 
(33%,34%,0%,42%)
(0.33/0.34/0.00/0.42)	

CMYK percentages

%32.89
%34.23
%0
%41.57

Codes

Color #646295 in popluar color models

646295
RGB10098149
HSL242°20.65%48.43%
HSB/HSV242°34.23%58.43%
CMYK32.89%34.23%0.00%
41.57%

Color #646295 in popluar number systems.

HEX646295
Decimal10098149
Binary1100100110001010010101
Octal144142225

Shades and tints

Shades of #646295

#646295
(100,98,149)
#5B5A88
(91,90,136)
#52527B
(82,82,123)
#494A6E
(73,74,110)
#404261
(64,66,97)
#373A54
(55,58,84)
#2E3247
(46,50,71)
#252A3A
(37,42,58)
#1C222D
(28,34,45)
#131A20
(19,26,32)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #646295

#646295
(100,98,149)
#72709E
(114,112,158)
#807EA7
(128,126,167)
#8E8CB0
(142,140,176)
#9C9AB9
(156,154,185)
#AAA8C2
(170,168,194)
#B8B6CB
(184,182,203)
#C6C4D4
(198,196,212)
#D4D2DD
(212,210,221)
#E2E0E6
(226,224,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646295 color. Also use rgb(100,98,149) instead hex code.

Text Font Color

.myTextColor { color: #646295; }

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

This text font color is #646295.


Background Color

.myBgColor { background-color: #646295; }

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

This div background color is #646295.


Border color

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

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

This div border color is #646295.


Opacity

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

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

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

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

This text has shadow with #646295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646295 on black background.


Color preview on white background

This text has color #646295 on white background.



Black color preview on #646295 background

This text has black color on #646295 background.


White color preview on #646295 background

This text has white color on #646295 background.