Color Hex Logo

#065bae Color Hex

#065BAE
(6,91,174)
0 Favorites   0 Comments

Color spaces of #065bae

RGB 691174
HSL0.580.930.35
HSV210°97°68°
CMYK 0.970.480.00   0.32
XYZ11.456210.576941.4821
Yxy10.57690.18040.1665
Hunter Lab32.52215.9644-52.8591
CIE-Lab38.858510.5259-50.4037

#065bae color RGB value is (6,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011011 10101110
Octal 6 133 256
Decimal 6 91 174
Hex 6 5B AE

RGB Percentages of Color #065bae

%2.21
%33.58
%64.21

CMYK Percentages of Color #065bae

%97
%48
%0
%32

Triadic Colors of #065bae

#065bae #ae065b #5bae06

Analogous Colors of #065bae

#065bae #0607ae #06aead

Monochromatic Colors of #065bae

#065bae

Complementary Color

#065bae #ae5906

#065bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#065bae Color CSS Codes

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

#065bae Text Font Color

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

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


#065bae Background Color

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

This div background color is #065bae


#065bae Border Color

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

This div border color is #065bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065bae


Comments

No comments written yet.

Please login to write comment.