Color Hex Logo

#065bac Color Hex

#065BAC
(6,91,172)
0 Favorites   0 Comments

Color spaces of #065bac

RGB 691172
HSL0.580.930.35
HSV209°97°67°
CMYK 0.970.470.00   0.33
XYZ11.262610.499440.4627
Yxy10.49940.18100.1687
Hunter Lab32.40285.3384-51.3560
CIE-Lab38.72429.7057-49.4378

#065bac color RGB value is (6,91,172).

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

The process color (four color CMYK) of #065bac color hex is 0.97, 0.47, 0.00, 0.33. Web safe color of #065bac is #006699. Color #065bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011011 10101100
Octal 6 133 254
Decimal 6 91 172
Hex 6 5B AC

RGB Percentages of Color #065bac

%2.23
%33.83
%63.94

CMYK Percentages of Color #065bac

%97
%47
%0
%33

Triadic Colors of #065bac

#065bac #ac065b #5bac06

Analogous Colors of #065bac

#065bac #0608ac #06acaa

Monochromatic Colors of #065bac

#065bac

Complementary Color

#065bac #ac5706

#065bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#065bac Color CSS Codes

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

#065bac Text Font Color

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

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


#065bac Background Color

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

This div background color is #065bac


#065bac Border Color

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

This div border color is #065bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065bac


Comments

No comments written yet.

Please login to write comment.