COLOR #646E98

HEX: #646E98
RGB: (100,110,152)

Color info

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

RGB color model

#646E98 color RGB value is (100,110,152).

  • red value is 100;
  • green value is 110;
  • blue value is 152.
RGB:
(100,110,152)
(39%,43%,60%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 152 of 255 = 60%

100
110
152

R + G + B ~ 47%. #646E98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 152 = 362 (100%)
R 100 of 362 ~ 27.62%
G 110 of 362 ~ 30.39%
B 152 of 362 ~ 41.99%

%27.62
%30.39
%41.99

CMYK color model

#646E98 color CMYK value is (34,28,0,40).

  • cyan value is 34.21%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(34,28,0,40)
C34M28Y0K40 
(34%,28%,0%,40%)
(0.34/0.28/0.00/0.40)	

CMYK percentages

%34.21
%27.63
%0
%40.39

Codes

Color #646E98 in popluar color models

646E98
RGB100110152
HSL228°20.63%49.41%
HSB/HSV228°34.21%59.61%
CMYK34.21%27.63%0.00%
40.39%

Color #646E98 in popluar number systems.

HEX646E98
Decimal100110152
Binary1100100110111010011000
Octal144156230

Shades and tints

Shades of #646E98

#646E98
(100,110,152)
#5B648B
(91,100,139)
#525A7E
(82,90,126)
#495071
(73,80,113)
#404664
(64,70,100)
#373C57
(55,60,87)
#2E324A
(46,50,74)
#25283D
(37,40,61)
#1C1E30
(28,30,48)
#131423
(19,20,35)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #646E98

#646E98
(100,110,152)
#727BA1
(114,123,161)
#8088AA
(128,136,170)
#8E95B3
(142,149,179)
#9CA2BC
(156,162,188)
#AAAFC5
(170,175,197)
#B8BCCE
(184,188,206)
#C6C9D7
(198,201,215)
#D4D6E0
(212,214,224)
#E2E3E9
(226,227,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E98 color. Also use rgb(100,110,152) instead hex code.

Text Font Color

.myTextColor { color: #646E98; }

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

This text font color is #646E98.


Background Color

.myBgColor { background-color: #646E98; }

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

This div background color is #646E98.


Border color

.myBorderColor { border: 1px solid #646E98; }

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

This div border color is #646E98.


Opacity

.myOpacity80 { color: #646E98; opacity: 0.8; }

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

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

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

This text has shadow with #646E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E98 on black background.


Color preview on white background

This text has color #646E98 on white background.



Black color preview on #646E98 background

This text has black color on #646E98 background.


White color preview on #646E98 background

This text has white color on #646E98 background.