COLOR #646C8E

HEX: #646C8E
RGB: (100,108,142)

Color info

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

RGB color model

#646C8E color RGB value is (100,108,142).

  • red value is 100;
  • green value is 108;
  • blue value is 142.
RGB:
(100,108,142)
(39%,42%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 142 of 255 = 56%

100
108
142

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 142 = 350 (100%)
R 100 of 350 ~ 28.57%
G 108 of 350 ~ 30.86%
B 142 of 350 ~ 40.57%

%28.57
%30.86
%40.57

CMYK color model

#646C8E color CMYK value is (30,24,0,44).

  • cyan value is 29.58%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,24,0,44)
C30M24Y0K44 
(30%,24%,0%,44%)
(0.30/0.24/0.00/0.44)	

CMYK percentages

%29.58
%23.94
%0
%44.31

Codes

Color #646C8E in popluar color models

646C8E
RGB100108142
HSL229°17.36%47.45%
HSB/HSV229°29.58%55.69%
CMYK29.58%23.94%0.00%
44.31%

Color #646C8E in popluar number systems.

HEX646C8E
Decimal100108142
Binary1100100110110010001110
Octal144154216

Shades and tints

Shades of #646C8E

#646C8E
(100,108,142)
#5B6382
(91,99,130)
#525A76
(82,90,118)
#49516A
(73,81,106)
#40485E
(64,72,94)
#373F52
(55,63,82)
#2E3646
(46,54,70)
#252D3A
(37,45,58)
#1C242E
(28,36,46)
#131B22
(19,27,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #646C8E

#646C8E
(100,108,142)
#727998
(114,121,152)
#8086A2
(128,134,162)
#8E93AC
(142,147,172)
#9CA0B6
(156,160,182)
#AAADC0
(170,173,192)
#B8BACA
(184,186,202)
#C6C7D4
(198,199,212)
#D4D4DE
(212,212,222)
#E2E1E8
(226,225,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C8E color. Also use rgb(100,108,142) instead hex code.

Text Font Color

.myTextColor { color: #646C8E; }

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

This text font color is #646C8E.


Background Color

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

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

This div background color is #646C8E.


Border color

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

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

This div border color is #646C8E.


Opacity

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

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

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

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

This text has shadow with #646C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C8E on black background.


Color preview on white background

This text has color #646C8E on white background.



Black color preview on #646C8E background

This text has black color on #646C8E background.


White color preview on #646C8E background

This text has white color on #646C8E background.