Color Hex Logo

#064abb Color Hex

#064ABB
(6,74,187)
0 Favorites   0 Comments

Color spaces of #064abb

RGB 674187
HSL0.600.940.38
HSV217°97°73°
CMYK 0.970.600.00   0.27
XYZ11.49358.524148.0533
Yxy8.52410.16880.1252
Hunter Lab29.196119.1763-77.1472
CIE-Lab35.051427.2038-64.2516

#064abb color RGB value is (6,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001010 10111011
Octal 6 112 273
Decimal 6 74 187
Hex 6 4A BB

RGB Percentages of Color #064abb

%2.25
%27.72
%70.04

CMYK Percentages of Color #064abb

%97
%60
%0
%27

Triadic Colors of #064abb

#064abb #bb064a #4abb06

Analogous Colors of #064abb

#064abb #1c06bb #06a5bb

Monochromatic Colors of #064abb

#064abb

Complementary Color

#064abb #bb7706

#064abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#064abb Color CSS Codes

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

#064abb Text Font Color

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

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


#064abb Background Color

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

This div background color is #064abb


#064abb Border Color

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

This div border color is #064abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064abb


Comments

No comments written yet.

Please login to write comment.