COLOR #646CA6

HEX: #646CA6
RGB: (100,108,166)

Color info

#646CA6 contains mainly green and blue colors. Web safe color of #646CA6 is #666699 (or #669).

RGB color model

#646CA6 color RGB value is (100,108,166).

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

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 166 of 255 = 65%

100
108
166

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 166 = 374 (100%)
R 100 of 374 ~ 26.74%
G 108 of 374 ~ 28.88%
B 166 of 374 ~ 44.39%

%26.74
%28.88
%44.39

CMYK color model

#646CA6 color CMYK value is (40,35,0,35).

  • cyan value is 39.76%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,35,0,35)
C40M35Y0K35 
(40%,35%,0%,35%)
(0.40/0.35/0.00/0.35)	

CMYK percentages

%39.76
%34.94
%0
%34.9

Codes

Color #646CA6 in popluar color models

646CA6
RGB100108166
HSL233°27.05%52.16%
HSB/HSV233°39.76%65.10%
CMYK39.76%34.94%0.00%
34.90%

Color #646CA6 in popluar number systems.

HEX646CA6
Decimal100108166
Binary1100100110110010100110
Octal144154246

Shades and tints

Shades of #646CA6

#646CA6
(100,108,166)
#5B6397
(91,99,151)
#525A88
(82,90,136)
#495179
(73,81,121)
#40486A
(64,72,106)
#373F5B
(55,63,91)
#2E364C
(46,54,76)
#252D3D
(37,45,61)
#1C242E
(28,36,46)
#131B1F
(19,27,31)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #646CA6

#646CA6
(100,108,166)
#7279AE
(114,121,174)
#8086B6
(128,134,182)
#8E93BE
(142,147,190)
#9CA0C6
(156,160,198)
#AAADCE
(170,173,206)
#B8BAD6
(184,186,214)
#C6C7DE
(198,199,222)
#D4D4E6
(212,212,230)
#E2E1EE
(226,225,238)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646CA6; }

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

This text font color is #646CA6.


Background Color

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

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

This div background color is #646CA6.


Border color

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

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

This div border color is #646CA6.


Opacity

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

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

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

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

This text has shadow with #646CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646CA6 on black background.


Color preview on white background

This text has color #646CA6 on white background.



Black color preview on #646CA6 background

This text has black color on #646CA6 background.


White color preview on #646CA6 background

This text has white color on #646CA6 background.