Color Hex Logo

#064bd1 Color Hex

#064BD1
(6,75,209)
0 Favorites   0 Comments

Color spaces of #064bd1

RGB 675209
HSL0.610.940.42
HSV220°97°82°
CMYK 0.970.640.00   0.18
XYZ14.09989.674361.4458
Yxy9.67430.16550.1135
Hunter Lab31.103526.4861-95.3564
CIE-Lab37.251435.1523-73.4623

#064bd1 color RGB value is (6,75,209).

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

The process color (four color CMYK) of #064bd1 color hex is 0.97, 0.64, 0.00, 0.18. Web safe color of #064bd1 is #0033cc. Color #064bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001011 11010001
Octal 6 113 321
Decimal 6 75 209
Hex 6 4B D1

RGB Percentages of Color #064bd1

%2.07
%25.86
%72.07

CMYK Percentages of Color #064bd1

%97
%64
%0
%18

Triadic Colors of #064bd1

#064bd1 #d1064b #4bd106

Analogous Colors of #064bd1

#064bd1 #2606d1 #06b1d1

Monochromatic Colors of #064bd1

#064bd1

Complementary Color

#064bd1 #d18c06

#064bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064bd1 Color CSS Codes

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

#064bd1 Text Font Color

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

This sample text font color is #064bd1
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.


#064bd1 Background Color

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

This div background color is #064bd1


#064bd1 Border Color

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

This div border color is #064bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064bd1


Comments

No comments written yet.

Please login to write comment.