Color Hex Logo

#064abd Color Hex

#064ABD
(6,74,189)
0 Favorites   0 Comments

Color spaces of #064abd

RGB 674189
HSL0.600.940.38
HSV218°97°74°
CMYK 0.970.610.00   0.26
XYZ11.70928.610449.1889
Yxy8.61040.16850.1239
Hunter Lab29.343519.8774-78.8482
CIE-Lab35.223128.0008-65.1457

#064abd color RGB value is (6,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10111101
Octal 6 112 275
Decimal 6 74 189
Hex 6 4A BD

RGB Percentages of Color #064abd

%2.23
%27.51
%70.26

CMYK Percentages of Color #064abd

%97
%61
%0
%26

Triadic Colors of #064abd

#064abd #bd064a #4abd06

Analogous Colors of #064abd

#064abd #1d06bd #06a6bd

Monochromatic Colors of #064abd

#064abd

Complementary Color

#064abd #bd7906

#064abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#064abd Color CSS Codes

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

#064abd Text Font Color

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

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


#064abd Background Color

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

This div background color is #064abd


#064abd Border Color

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

This div border color is #064abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,74,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 #064abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064abd


Comments

No comments written yet.

Please login to write comment.