COLOR #6464DD

HEX: #6464DD
RGB: (100,100,221)

Color info

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

RGB color model

#6464DD color RGB value is (100,100,221).

  • red value is 100;
  • green value is 100;
  • blue value is 221.
RGB:
(100,100,221)
(39%,39%,87%)

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 221 of 255 = 87%

100
100
221

R + G + B ~ 55%. #6464DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 221 = 421 (100%)
R 100 of 421 ~ 23.75%
G 100 of 421 ~ 23.75%
B 221 of 421 ~ 52.49%

%23.75
%23.75
%52.49

CMYK color model

#6464DD color CMYK value is (55,55,0,13).

  • cyan value is 54.75%
  • magenta value is 54.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(55,55,0,13)
C55M55Y0K13 
(55%,55%,0%,13%)
(0.55/0.55/0.00/0.13)	

CMYK percentages

%54.75
%54.75
%0
%13.33

Codes

Color #6464DD in popluar color models

6464DD
RGB100100221
HSL240°64.02%62.94%
HSB/HSV240°54.75%86.67%
CMYK54.75%54.75%0.00%
13.33%

Color #6464DD in popluar number systems.

HEX6464DD
Decimal100100221
Binary1100100110010011011101
Octal144144335

Shades and tints

Shades of #6464DD

#6464DD
(100,100,221)
#5B5BC9
(91,91,201)
#5252B5
(82,82,181)
#4949A1
(73,73,161)
#40408D
(64,64,141)
#373779
(55,55,121)
#2E2E65
(46,46,101)
#252551
(37,37,81)
#1C1C3D
(28,28,61)
#131329
(19,19,41)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #6464DD

#6464DD
(100,100,221)
#7272E0
(114,114,224)
#8080E3
(128,128,227)
#8E8EE6
(142,142,230)
#9C9CE9
(156,156,233)
#AAAAEC
(170,170,236)
#B8B8EF
(184,184,239)
#C6C6F2
(198,198,242)
#D4D4F5
(212,212,245)
#E2E2F8
(226,226,248)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6464DD color. Also use rgb(100,100,221) instead hex code.

Text Font Color

.myTextColor { color: #6464DD; }

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

This text font color is #6464DD.


Background Color

.myBgColor { background-color: #6464DD; }

<div style="background-color:#6464DD">Inner text</div>

This div background color is #6464DD.


Border color

.myBorderColor { border: 1px solid #6464DD; }

<div style="border:3px solid #6464DD">Div</div>

This div border color is #6464DD.


Opacity

.myOpacity80 { color: #6464DD; opacity: 0.8; }

<p style="color:#6464DD;opacity:0.8;">80%</p>

Text with #6464DD 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 #6464DD;}

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

This text has shadow with #6464DD color.

.textShadow {text-shadow: 3px 3px 1px #6464DD, 3px 3px 1px red;}

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

This text has shadow with #6464DD primary color and red secondary color.


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

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

This text has shadow with #6464DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6464DD on black background.


Color preview on white background

This text has color #6464DD on white background.



Black color preview on #6464DD background

This text has black color on #6464DD background.


White color preview on #6464DD background

This text has white color on #6464DD background.