COLOR #6464D7

HEX: #6464D7
RGB: (100,100,215)

Color info

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

RGB color model

#6464D7 color RGB value is (100,100,215).

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

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 215 of 255 = 84%

100
100
215

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 215 = 415 (100%)
R 100 of 415 ~ 24.1%
G 100 of 415 ~ 24.1%
B 215 of 415 ~ 51.81%

%24.1
%24.1
%51.81

CMYK color model

#6464D7 color CMYK value is (53,53,0,16).

  • cyan value is 53.49%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(53,53,0,16)
C53M53Y0K16 
(53%,53%,0%,16%)
(0.53/0.53/0.00/0.16)	

CMYK percentages

%53.49
%53.49
%0
%15.69

Codes

Color #6464D7 in popluar color models

6464D7
RGB100100215
HSL240°58.97%61.76%
HSB/HSV240°53.49%84.31%
CMYK53.49%53.49%0.00%
15.69%

Color #6464D7 in popluar number systems.

HEX6464D7
Decimal100100215
Binary1100100110010011010111
Octal144144327

Shades and tints

Shades of #6464D7

#6464D7
(100,100,215)
#5B5BC4
(91,91,196)
#5252B1
(82,82,177)
#49499E
(73,73,158)
#40408B
(64,64,139)
#373778
(55,55,120)
#2E2E65
(46,46,101)
#252552
(37,37,82)
#1C1C3F
(28,28,63)
#13132C
(19,19,44)
#0A0A19
(10,10,25)
#000000
(0,0,0)

Tints of #6464D7

#6464D7
(100,100,215)
#7272DA
(114,114,218)
#8080DD
(128,128,221)
#8E8EE0
(142,142,224)
#9C9CE3
(156,156,227)
#AAAAE6
(170,170,230)
#B8B8E9
(184,184,233)
#C6C6EC
(198,198,236)
#D4D4EF
(212,212,239)
#E2E2F2
(226,226,242)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6464D7; }

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

This text font color is #6464D7.


Background Color

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

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

This div background color is #6464D7.


Border color

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

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

This div border color is #6464D7.


Opacity

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

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

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

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

This text has shadow with #6464D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6464D7 on black background.


Color preview on white background

This text has color #6464D7 on white background.



Black color preview on #6464D7 background

This text has black color on #6464D7 background.


White color preview on #6464D7 background

This text has white color on #6464D7 background.