Color Hex Logo

#064bbd Color Hex

#064BBD
(6,75,189)
0 Favorites   0 Comments

Color spaces of #064bbd

RGB 675189
HSL0.600.940.38
HSV217°97°74°
CMYK 0.970.600.00   0.26
XYZ11.77658.745049.2114
Yxy8.74500.16890.1254
Hunter Lab29.571919.3335-77.9656
CIE-Lab35.488627.3320-64.7113

#064bbd color RGB value is (6,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001011 10111101
Octal 6 113 275
Decimal 6 75 189
Hex 6 4B BD

RGB Percentages of Color #064bbd

%2.22
%27.78
%70.00

CMYK Percentages of Color #064bbd

%97
%60
%0
%26

Triadic Colors of #064bbd

#064bbd #bd064b #4bbd06

Analogous Colors of #064bbd

#064bbd #1d06bd #06a7bd

Monochromatic Colors of #064bbd

#064bbd

Complementary Color

#064bbd #bd7806

#064bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#064bbd Color CSS Codes

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

#064bbd Text Font Color

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

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


#064bbd Background Color

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

This div background color is #064bbd


#064bbd Border Color

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

This div border color is #064bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064bbd


Comments

No comments written yet.

Please login to write comment.