COLOR #646DDA

HEX: #646DDA
RGB: (100,109,218)

Color info

#646DDA contains mainly blue color. Web safe color of #646DDA is #6666CC (or #66C).

RGB color model

#646DDA color RGB value is (100,109,218).

  • red value is 100;
  • green value is 109;
  • blue value is 218.
RGB:
(100,109,218)
(39%,43%,85%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 218 of 255 = 85%

100
109
218

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 218 = 427 (100%)
R 100 of 427 ~ 23.42%
G 109 of 427 ~ 25.53%
B 218 of 427 ~ 51.05%

%23.42
%25.53
%51.05

CMYK color model

#646DDA color CMYK value is (54,50,0,15).

  • cyan value is 54.13%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(54,50,0,15)
C54M50Y0K15 
(54%,50%,0%,15%)
(0.54/0.50/0.00/0.15)	

CMYK percentages

%54.13
%50
%0
%14.51

Codes

Color #646DDA in popluar color models

646DDA
RGB100109218
HSL235°61.46%62.35%
HSB/HSV235°54.13%85.49%
CMYK54.13%50.00%0.00%
14.51%

Color #646DDA in popluar number systems.

HEX646DDA
Decimal100109218
Binary1100100110110111011010
Octal144155332

Shades and tints

Shades of #646DDA

#646DDA
(100,109,218)
#5B64C7
(91,100,199)
#525BB4
(82,91,180)
#4952A1
(73,82,161)
#40498E
(64,73,142)
#37407B
(55,64,123)
#2E3768
(46,55,104)
#252E55
(37,46,85)
#1C2542
(28,37,66)
#131C2F
(19,28,47)
#0A131C
(10,19,28)
#000000
(0,0,0)

Tints of #646DDA

#646DDA
(100,109,218)
#727ADD
(114,122,221)
#8087E0
(128,135,224)
#8E94E3
(142,148,227)
#9CA1E6
(156,161,230)
#AAAEE9
(170,174,233)
#B8BBEC
(184,187,236)
#C6C8EF
(198,200,239)
#D4D5F2
(212,213,242)
#E2E2F5
(226,226,245)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646DDA; }

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

This text font color is #646DDA.


Background Color

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

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

This div background color is #646DDA.


Border color

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

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

This div border color is #646DDA.


Opacity

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

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

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

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

This text has shadow with #646DDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646DDA on black background.


Color preview on white background

This text has color #646DDA on white background.



Black color preview on #646DDA background

This text has black color on #646DDA background.


White color preview on #646DDA background

This text has white color on #646DDA background.