Color Hex Logo

#064dcd Color Hex

#064DCD
(6,77,205)
0 Favorites   0 Comments

Color spaces of #064dcd

RGB 677205
HSL0.610.940.41
HSV219°97°80°
CMYK 0.970.620.00   0.20
XYZ13.74849.754358.9157
Yxy9.75430.16680.1184
Hunter Lab31.231923.9207-89.9821
CIE-Lab37.397832.3040-70.9096

#064dcd color RGB value is (6,77,205).

#064dcd hex color red value is 6, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #064dcd hue: 0.61 , saturation: 0.94 and the lightness value of 064dcd is 0.41.

The process color (four color CMYK) of #064dcd color hex is 0.97, 0.62, 0.00, 0.20. Web safe color of #064dcd is #0066cc. Color #064dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 11001101
Octal 6 115 315
Decimal 6 77 205
Hex 6 4D CD

RGB Percentages of Color #064dcd

%2.08
%26.74
%71.18

CMYK Percentages of Color #064dcd

%97
%62
%0
%20

Triadic Colors of #064dcd

#064dcd #cd064d #4dcd06

Analogous Colors of #064dcd

#064dcd #2206cd #06b1cd

Monochromatic Colors of #064dcd

#064dcd

Complementary Color

#064dcd #cd8606

#064dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#064dcd Color CSS Codes

.mybgcolor {background-color:#064dcd; } 
.myforecolor {color:#064dcd; }
.mybordercolor {border:3px solid #064dcd; }

#064dcd Text Font Color

<p style="color:#064dcd">Text here</p>

This sample text font color is #064dcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#064dcd Background Color

<div style="background-color:#064dcd">
Div content here</div>

This div background color is #064dcd


#064dcd Border Color

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

This div border color is #064dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,77,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #064dcd;
  box-shadow:         1px 1px 3px 2px #064dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,77,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #064dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #064dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #064dcd;
  box-shadow:         1px 1px 3px 2px #064dcd;">
Div content here</div>

This div box has shadow with color #064dcd


Comments

No comments written yet.

Please login to write comment.