COLOR #646198

HEX: #646198
RGB: (100,97,152)

Color info

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

RGB color model

#646198 color RGB value is (100,97,152).

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

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 152 of 255 = 60%

100
97
152

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

Portions of RGB colors in percentages

R + G + B =
100 + 97 + 152 = 349 (100%)
R 100 of 349 ~ 28.65%
G 97 of 349 ~ 27.79%
B 152 of 349 ~ 43.55%

%28.65
%27.79
%43.55

CMYK color model

#646198 color CMYK value is (34,36,0,40).

  • cyan value is 34.21%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(34,36,0,40)
C34M36Y0K40 
(34%,36%,0%,40%)
(0.34/0.36/0.00/0.40)	

CMYK percentages

%34.21
%36.18
%0
%40.39

Codes

Color #646198 in popluar color models

646198
RGB10097152
HSL243°22.09%48.82%
HSB/HSV243°36.18%59.61%
CMYK34.21%36.18%0.00%
40.39%

Color #646198 in popluar number systems.

HEX646198
Decimal10097152
Binary1100100110000110011000
Octal144141230

Shades and tints

Shades of #646198

#646198
(100,97,152)
#5B598B
(91,89,139)
#52517E
(82,81,126)
#494971
(73,73,113)
#404164
(64,65,100)
#373957
(55,57,87)
#2E314A
(46,49,74)
#25293D
(37,41,61)
#1C2130
(28,33,48)
#131923
(19,25,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #646198

#646198
(100,97,152)
#726FA1
(114,111,161)
#807DAA
(128,125,170)
#8E8BB3
(142,139,179)
#9C99BC
(156,153,188)
#AAA7C5
(170,167,197)
#B8B5CE
(184,181,206)
#C6C3D7
(198,195,215)
#D4D1E0
(212,209,224)
#E2DFE9
(226,223,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646198; }

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

This text font color is #646198.


Background Color

.myBgColor { background-color: #646198; }

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

This div background color is #646198.


Border color

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

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

This div border color is #646198.


Opacity

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

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

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

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

This text has shadow with #646198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646198 on black background.


Color preview on white background

This text has color #646198 on white background.



Black color preview on #646198 background

This text has black color on #646198 background.


White color preview on #646198 background

This text has white color on #646198 background.