COLOR #646694

HEX: #646694
RGB: (100,102,148)

Color info

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

RGB color model

#646694 color RGB value is (100,102,148).

  • red value is 100;
  • green value is 102;
  • blue value is 148.
RGB:
(100,102,148)
(39%,40%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 148 of 255 = 58%

100
102
148

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 148 = 350 (100%)
R 100 of 350 ~ 28.57%
G 102 of 350 ~ 29.14%
B 148 of 350 ~ 42.29%

%28.57
%29.14
%42.29

CMYK color model

#646694 color CMYK value is (32,31,0,42).

  • cyan value is 32.43%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(32,31,0,42)
C32M31Y0K42 
(32%,31%,0%,42%)
(0.32/0.31/0.00/0.42)	

CMYK percentages

%32.43
%31.08
%0
%41.96

Codes

Color #646694 in popluar color models

646694
RGB100102148
HSL238°19.35%48.63%
HSB/HSV238°32.43%58.04%
CMYK32.43%31.08%0.00%
41.96%

Color #646694 in popluar number systems.

HEX646694
Decimal100102148
Binary1100100110011010010100
Octal144146224

Shades and tints

Shades of #646694

#646694
(100,102,148)
#5B5D87
(91,93,135)
#52547A
(82,84,122)
#494B6D
(73,75,109)
#404260
(64,66,96)
#373953
(55,57,83)
#2E3046
(46,48,70)
#252739
(37,39,57)
#1C1E2C
(28,30,44)
#13151F
(19,21,31)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #646694

#646694
(100,102,148)
#72739D
(114,115,157)
#8080A6
(128,128,166)
#8E8DAF
(142,141,175)
#9C9AB8
(156,154,184)
#AAA7C1
(170,167,193)
#B8B4CA
(184,180,202)
#C6C1D3
(198,193,211)
#D4CEDC
(212,206,220)
#E2DBE5
(226,219,229)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646694 color. Also use rgb(100,102,148) instead hex code.

Text Font Color

.myTextColor { color: #646694; }

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

This text font color is #646694.


Background Color

.myBgColor { background-color: #646694; }

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

This div background color is #646694.


Border color

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

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

This div border color is #646694.


Opacity

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

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

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

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

This text has shadow with #646694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646694 on black background.


Color preview on white background

This text has color #646694 on white background.



Black color preview on #646694 background

This text has black color on #646694 background.


White color preview on #646694 background

This text has white color on #646694 background.