COLOR #646DAD

HEX: #646DAD RGB: (100,109,173)

Color info

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

RGB color model

#646DAD color RGB value is (100,109,173).

RGB: (100,109,173) (39%, 43%, 68%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 173 of 255 = 68%

100
109
173

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

Portions of RGB colors in percentages

R + G + B = 100 + 109 + 173 = 382 (100%)
R 100 of 382 ~ 26.18%
G 109 of 382 ~ 28.53%
B 173 of 382 ~ 45.29'%

%26.18
%28.53
%45.29

CMYK color model

#646DAD color CMYK value is (42,37,0,32).

  • cyan value is 42.20%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (42,37,0,32)
C42M37Y0K32 (42%, 37%, 0%, 32%)
(0.42 / 0.37 / 0.00 / 0.32)

CMYK percentages

%42.2
%36.99
%0
%32.16

Codes

Color #646DAD in popluar color models

64 6D AD
RGB 100 109 173
HSL 233° 30.80% 53.53%
HSB/HSV 233° 42.20% 67.84%
CMYK 42.20% 36.99% 0.00%
32.16%

Color #646DAD in popluar number systems.

HEX 64 6D AD
Decimal 100 109 173
Binary 1100100 1101101 10101101
Octal 144 155 255

Shades and tints

Shades of #646DAD

#646DAD
(100,109,173)
#5B649E
(91,100,158)
#525B8F
(82,91,143)
#495280
(73,82,128)
#404971
(64,73,113)
#374062
(55,64,98)
#2E3753
(46,55,83)
#252E44
(37,46,68)
#1C2535
(28,37,53)
#131C26
(19,28,38)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #646DAD

#646DAD
(100,109,173)
#727AB4
(114,122,180)
#8087BB
(128,135,187)
#8E94C2
(142,148,194)
#9CA1C9
(156,161,201)
#AAAED0
(170,174,208)
#B8BBD7
(184,187,215)
#C6C8DE
(198,200,222)
#D4D5E5
(212,213,229)
#E2E2EC
(226,226,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646DAD color. Also use rgb(100,109,173) instead hex code.

Text Font Color

.myTextColor { color: #646DAD; }

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

This text font color is #646DAD.

Background Color

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

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

This div background color is #646DAD.

Border color

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

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

This div border color is #646DAD.

Opacity

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

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

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

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

This text has shadow with #646DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646DAD.

Preview

Color preview on black background

This text has color #646DAD on black background.


Color preview on white background

This text has color #646DAD on white background.


Black color preview on #646DAD background

This text has black color on #646DAD background.


White color preview on #646DAD background

This text has white color on #646DAD background.


Related colors

Complementary color

Complementary color for #hex is #9B9252.


I love getcolorcode.com

Triadic colors

1 #AD646D and #6DAD64 with #646DAD are triadic colors.

2 #AD6D64 and #6D64AD with #646DAD are triadic colors.