Color Hex Logo

#065dab Color Hex

#065DAB
(6,93,171)
0 Favorites   0 Comments

Color spaces of #065dab

RGB 693171
HSL0.580.930.35
HSV208°96°67°
CMYK 0.960.460.00   0.33
XYZ11.340110.807740.0165
Yxy10.80770.18240.1739
Hunter Lab32.87514.0414-49.1570
CIE-Lab39.25477.9812-47.9927

#065dab color RGB value is (6,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 10101011
Octal 6 135 253
Decimal 6 93 171
Hex 6 5D AB

RGB Percentages of Color #065dab

%2.22
%34.44
%63.33

CMYK Percentages of Color #065dab

%96
%46
%0
%33

Triadic Colors of #065dab

#065dab #ab065d #5dab06

Analogous Colors of #065dab

#065dab #060bab #06aba7

Monochromatic Colors of #065dab

#065dab

Complementary Color

#065dab #ab5406

#065dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#065dab Color CSS Codes

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

#065dab Text Font Color

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

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


#065dab Background Color

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

This div background color is #065dab


#065dab Border Color

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

This div border color is #065dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065dab


Comments

No comments written yet.

Please login to write comment.