Color Hex Logo

#065189 Color Hex

#065189
(6,81,137)
0 Favorites   0 Comments

Color spaces of #065189

RGB 681137
HSL0.570.920.28
HSV206°96°54°
CMYK 0.960.410.00   0.46
XYZ7.53297.729724.7619
Yxy7.72970.18820.1931
Hunter Lab27.8023-0.2904-33.3445
CIE-Lab33.41351.7830-36.8825

#065189 color RGB value is (6,81,137).

#065189 hex color red value is 6, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #065189 hue: 0.57 , saturation: 0.92 and the lightness value of 065189 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010001 10001001
Octal 6 121 211
Decimal 6 81 137
Hex 6 51 89

RGB Percentages of Color #065189

%2.68
%36.16
%61.16

CMYK Percentages of Color #065189

%96
%41
%0
%46

Triadic Colors of #065189

#065189 #890651 #518906

Analogous Colors of #065189

#065189 #061089 #068980

Monochromatic Colors of #065189

#065189

Complementary Color

#065189 #893e06

#065189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065189 Color CSS Codes

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

#065189 Text Font Color

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

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


#065189 Background Color

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

This div background color is #065189


#065189 Border Color

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

This div border color is #065189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,81,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065189;
  -webkit-box-shadow: 1px 1px 3px 2px #065189;
  box-shadow:         1px 1px 3px 2px #065189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065189


Comments

No comments written yet.

Please login to write comment.