Color Hex Logo

#065aae Color Hex

#065AAE
(6,90,174)
0 Favorites   0 Comments

Color spaces of #065aae

RGB 690174
HSL0.580.930.35
HSV210°97°68°
CMYK 0.970.480.00   0.32
XYZ11.371310.407041.4538
Yxy10.40700.17980.1646
Hunter Lab32.25996.4647-53.6055
CIE-Lab38.563211.1872-50.8799

#065aae color RGB value is (6,90,174).

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

The process color (four color CMYK) of #065aae color hex is 0.97, 0.48, 0.00, 0.32. Web safe color of #065aae is #006699. Color #065aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 10101110
Octal 6 132 256
Decimal 6 90 174
Hex 6 5A AE

RGB Percentages of Color #065aae

%2.22
%33.33
%64.44

CMYK Percentages of Color #065aae

%97
%48
%0
%32

Triadic Colors of #065aae

#065aae #ae065a #5aae06

Analogous Colors of #065aae

#065aae #0606ae #06aeae

Monochromatic Colors of #065aae

#065aae

Complementary Color

#065aae #ae5a06

#065aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#065aae Color CSS Codes

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

#065aae Text Font Color

<p style="color:#065aae">Text here</p>

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


#065aae Background Color

<div style="background-color:#065aae">
Div content here</div>

This div background color is #065aae


#065aae Border Color

<div style="border:3px solid #065aae">
Div here</div>

This div border color is #065aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065aae


Comments

No comments written yet.

Please login to write comment.