Color Hex Logo

#065bab Color Hex

#065BAB
(6,91,171)
0 Favorites   0 Comments

Color spaces of #065bab

RGB 691171
HSL0.580.930.35
HSV209°96°67°
CMYK 0.960.470.00   0.33
XYZ11.166910.461239.9587
Yxy10.46120.18130.1699
Hunter Lab32.34385.0267-50.6084
CIE-Lab38.65789.2945-48.9528

#065bab color RGB value is (6,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011011 10101011
Octal 6 133 253
Decimal 6 91 171
Hex 6 5B AB

RGB Percentages of Color #065bab

%2.24
%33.96
%63.81

CMYK Percentages of Color #065bab

%96
%47
%0
%33

Triadic Colors of #065bab

#065bab #ab065b #5bab06

Analogous Colors of #065bab

#065bab #0609ab #06aba9

Monochromatic Colors of #065bab

#065bab

Complementary Color

#065bab #ab5606

#065bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#065bab Color CSS Codes

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

#065bab Text Font Color

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

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


#065bab Background Color

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

This div background color is #065bab


#065bab Border Color

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

This div border color is #065bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065bab


Comments

No comments written yet.

Please login to write comment.