Color Hex Logo

#064bae Color Hex

#064BAE
(6,75,174)
0 Favorites   0 Comments

Color spaces of #064bae

RGB 675174
HSL0.600.930.35
HSV215°97°68°
CMYK 0.970.570.00   0.32
XYZ10.23128.126941.0738
Yxy8.12690.17210.1367
Hunter Lab28.507714.1738-65.4694
CIE-Lab34.245821.2713-57.8795

#064bae color RGB value is (6,75,174).

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

The process color (four color CMYK) of #064bae color hex is 0.97, 0.57, 0.00, 0.32. Web safe color of #064bae is #003399. Color #064bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001011 10101110
Octal 6 113 256
Decimal 6 75 174
Hex 6 4B AE

RGB Percentages of Color #064bae

%2.35
%29.41
%68.24

CMYK Percentages of Color #064bae

%97
%57
%0
%32

Triadic Colors of #064bae

#064bae #ae064b #4bae06

Analogous Colors of #064bae

#064bae #1506ae #069fae

Monochromatic Colors of #064bae

#064bae

Complementary Color

#064bae #ae6906

#064bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#064bae Color CSS Codes

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

#064bae Text Font Color

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

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


#064bae Background Color

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

This div background color is #064bae


#064bae Border Color

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

This div border color is #064bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064bae


Comments

No comments written yet.

Please login to write comment.