COLOR #646EAA

HEX: #646EAA
RGB: (100,110,170)

Color info

#646EAA contains mainly blue color. Web safe color of #646EAA is #666699 (or #669).

RGB color model

#646EAA color RGB value is (100,110,170).

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

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 170 of 255 = 67%

100
110
170

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 170 = 380 (100%)
R 100 of 380 ~ 26.32%
G 110 of 380 ~ 28.95%
B 170 of 380 ~ 44.74%

%26.32
%28.95
%44.74

CMYK color model

#646EAA color CMYK value is (41,35,0,33).

  • cyan value is 41.18%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(41,35,0,33)
C41M35Y0K33 
(41%,35%,0%,33%)
(0.41/0.35/0.00/0.33)	

CMYK percentages

%41.18
%35.29
%0
%33.33

Codes

Color #646EAA in popluar color models

646EAA
RGB100110170
HSL231°29.17%52.94%
HSB/HSV231°41.18%66.67%
CMYK41.18%35.29%0.00%
33.33%

Color #646EAA in popluar number systems.

HEX646EAA
Decimal100110170
Binary1100100110111010101010
Octal144156252

Shades and tints

Shades of #646EAA

#646EAA
(100,110,170)
#5B649B
(91,100,155)
#525A8C
(82,90,140)
#49507D
(73,80,125)
#40466E
(64,70,110)
#373C5F
(55,60,95)
#2E3250
(46,50,80)
#252841
(37,40,65)
#1C1E32
(28,30,50)
#131423
(19,20,35)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #646EAA

#646EAA
(100,110,170)
#727BB1
(114,123,177)
#8088B8
(128,136,184)
#8E95BF
(142,149,191)
#9CA2C6
(156,162,198)
#AAAFCD
(170,175,205)
#B8BCD4
(184,188,212)
#C6C9DB
(198,201,219)
#D4D6E2
(212,214,226)
#E2E3E9
(226,227,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646EAA; }

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

This text font color is #646EAA.


Background Color

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

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

This div background color is #646EAA.


Border color

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

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

This div border color is #646EAA.


Opacity

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

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

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

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

This text has shadow with #646EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646EAA on black background.


Color preview on white background

This text has color #646EAA on white background.



Black color preview on #646EAA background

This text has black color on #646EAA background.


White color preview on #646EAA background

This text has white color on #646EAA background.