Color Hex Logo

#065990 Color Hex

#065990
(6,89,144)
0 Favorites   0 Comments

Color spaces of #065990

RGB 689144
HSL0.570.920.29
HSV204°96°56°
CMYK 0.960.380.00   0.44
XYZ8.68159.197127.7032
Yxy9.19710.19050.2018
Hunter Lab30.3267-1.9733-32.9322
CIE-Lab36.3610-0.5181-36.4544

#065990 color RGB value is (6,89,144).

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

The process color (four color CMYK) of #065990 color hex is 0.96, 0.38, 0.00, 0.44. Web safe color of #065990 is #006699. Color #065990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011001 10010000
Octal 6 131 220
Decimal 6 89 144
Hex 6 59 90

RGB Percentages of Color #065990

%2.51
%37.24
%60.25

CMYK Percentages of Color #065990

%96
%38
%0
%44

Triadic Colors of #065990

#065990 #900659 #599006

Analogous Colors of #065990

#065990 #061490 #069082

Monochromatic Colors of #065990

#065990

Complementary Color

#065990 #903d06

#065990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065990 Color CSS Codes

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

#065990 Text Font Color

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

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


#065990 Background Color

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

This div background color is #065990


#065990 Border Color

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

This div border color is #065990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065990


Comments

No comments written yet.

Please login to write comment.