COLOR #064ED4

HEX: #064ED4
RGB: (6,78,212)

Color info

#064ED4 contains mainly blue color. Web safe color of #064ED4 is #0066CC (or #06C).

RGB color model

#064ED4 color RGB value is (6,78,212).

  • red value is 6;
  • green value is 78;
  • blue value is 212.
RGB:
(6,78,212)
(2%,31%,83%)

RGB channels and saturation

R 6 of 255 = 2%
G 78 of 255 = 31%
B 212 of 255 = 83%

6
78
212

R + G + B ~ 39%. #064ED4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 78 + 212 = 296 (100%)
R 6 of 296 ~ 2.03%
G 78 of 296 ~ 26.35%
B 212 of 296 ~ 71.62%

%26.35
%71.62

CMYK color model

#064ED4 color CMYK value is (97,63,0,17).

  • cyan value is 97.17%
  • magenta value is 63.21%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(97,63,0,17)
C97M63Y0K17 
(97%,63%,0%,17%)
(0.97/0.63/0.00/0.17)	

CMYK percentages

%97.17
%63.21
%0
%16.86

Codes

Color #064ED4 in popluar color models

064ED4
RGB678212
HSL219°94.50%42.75%
HSB/HSV219°97.17%83.14%
CMYK97.17%63.21%0.00%
16.86%

Color #064ED4 in popluar number systems.

HEX064ED4
Decimal678212
Binary110100111011010100
Octal6116324

Shades and tints

Shades of #064ED4

#064ED4
(6,78,212)
#0647C1
(6,71,193)
#0640AE
(6,64,174)
#06399B
(6,57,155)
#063288
(6,50,136)
#062B75
(6,43,117)
#062462
(6,36,98)
#061D4F
(6,29,79)
#06163C
(6,22,60)
#060F29
(6,15,41)
#060816
(6,8,22)
#000000
(0,0,0)

Tints of #064ED4

#064ED4
(6,78,212)
#1C5ED7
(28,94,215)
#326EDA
(50,110,218)
#487EDD
(72,126,221)
#5E8EE0
(94,142,224)
#749EE3
(116,158,227)
#8AAEE6
(138,174,230)
#A0BEE9
(160,190,233)
#B6CEEC
(182,206,236)
#CCDEEF
(204,222,239)
#E2EEF2
(226,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064ED4 color. Also use rgb(6,78,212) instead hex code.

Text Font Color

.myTextColor { color: #064ED4; }

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

This text font color is #064ED4.


Background Color

.myBgColor { background-color: #064ED4; }

<div style="background-color:#064ED4">Inner text</div>

This div background color is #064ED4.


Border color

.myBorderColor { border: 1px solid #064ED4; }

<div style="border:3px solid #064ED4">Div</div>

This div border color is #064ED4.


Opacity

.myOpacity80 { color: #064ED4; opacity: 0.8; }

<p style="color:#064ED4;opacity:0.8;">80%</p>

Text with #064ED4 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 #064ED4;}

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

This text has shadow with #064ED4 color.

.textShadow {text-shadow: 3px 3px 1px #064ED4, 3px 3px 1px red;}

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

This text has shadow with #064ED4 primary color and red secondary color.


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

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

This text has shadow with #064ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064ED4 on black background.


Color preview on white background

This text has color #064ED4 on white background.



Black color preview on #064ED4 background

This text has black color on #064ED4 background.


White color preview on #064ED4 background

This text has white color on #064ED4 background.