Color Hex Logo

#065fac Color Hex

#065FAC
(6,95,172)
0 Favorites   0 Comments

Color spaces of #065fac

RGB 695172
HSL0.580.930.35
HSV208°97°67°
CMYK 0.970.450.00   0.33
XYZ11.613711.201740.5798
Yxy11.20170.18320.1767
Hunter Lab33.46893.3687-48.4586
CIE-Lab39.91817.0854-47.5179

#065fac color RGB value is (6,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011111 10101100
Octal 6 137 254
Decimal 6 95 172
Hex 6 5F AC

RGB Percentages of Color #065fac

%2.20
%34.80
%63.00

CMYK Percentages of Color #065fac

%97
%45
%0
%33

Triadic Colors of #065fac

#065fac #ac065f #5fac06

Analogous Colors of #065fac

#065fac #060cac #06aca6

Monochromatic Colors of #065fac

#065fac

Complementary Color

#065fac #ac5306

#065fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#065fac Color CSS Codes

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

#065fac Text Font Color

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

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


#065fac Background Color

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

This div background color is #065fac


#065fac Border Color

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

This div border color is #065fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065fac


Comments

No comments written yet.

Please login to write comment.