COLOR #646B98

HEX: #646B98
RGB: (100,107,152)

Color info

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

RGB color model

#646B98 color RGB value is (100,107,152).

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

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 152 of 255 = 60%

100
107
152

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 152 = 359 (100%)
R 100 of 359 ~ 27.86%
G 107 of 359 ~ 29.81%
B 152 of 359 ~ 42.34%

%27.86
%29.81
%42.34

CMYK color model

#646B98 color CMYK value is (34,30,0,40).

  • cyan value is 34.21%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(34,30,0,40)
C34M30Y0K40 
(34%,30%,0%,40%)
(0.34/0.30/0.00/0.40)	

CMYK percentages

%34.21
%29.61
%0
%40.39

Codes

Color #646B98 in popluar color models

646B98
RGB100107152
HSL232°20.63%49.41%
HSB/HSV232°34.21%59.61%
CMYK34.21%29.61%0.00%
40.39%

Color #646B98 in popluar number systems.

HEX646B98
Decimal100107152
Binary1100100110101110011000
Octal144153230

Shades and tints

Shades of #646B98

#646B98
(100,107,152)
#5B628B
(91,98,139)
#52597E
(82,89,126)
#495071
(73,80,113)
#404764
(64,71,100)
#373E57
(55,62,87)
#2E354A
(46,53,74)
#252C3D
(37,44,61)
#1C2330
(28,35,48)
#131A23
(19,26,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #646B98

#646B98
(100,107,152)
#7278A1
(114,120,161)
#8085AA
(128,133,170)
#8E92B3
(142,146,179)
#9C9FBC
(156,159,188)
#AAACC5
(170,172,197)
#B8B9CE
(184,185,206)
#C6C6D7
(198,198,215)
#D4D3E0
(212,211,224)
#E2E0E9
(226,224,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B98; }

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

This text font color is #646B98.


Background Color

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

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

This div background color is #646B98.


Border color

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

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

This div border color is #646B98.


Opacity

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

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

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

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

This text has shadow with #646B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B98 on black background.


Color preview on white background

This text has color #646B98 on white background.



Black color preview on #646B98 background

This text has black color on #646B98 background.


White color preview on #646B98 background

This text has white color on #646B98 background.