Color Hex Logo

#065994 Color Hex

#065994
(6,89,148)
0 Favorites   0 Comments

Color spaces of #065994

RGB 689148
HSL0.570.920.30
HSV205°96°58°
CMYK 0.960.400.00   0.42
XYZ8.99289.321629.3423
Yxy9.32160.18870.1956
Hunter Lab30.5313-0.8537-35.6091
CIE-Lab36.59631.1279-38.5006

#065994 color RGB value is (6,89,148).

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

The process color (four color CMYK) of #065994 color hex is 0.96, 0.40, 0.00, 0.42. Web safe color of #065994 is #006699. Color #065994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011001 10010100
Octal 6 131 224
Decimal 6 89 148
Hex 6 59 94

RGB Percentages of Color #065994

%2.47
%36.63
%60.91

CMYK Percentages of Color #065994

%96
%40
%0
%42

Triadic Colors of #065994

#065994 #940659 #599406

Analogous Colors of #065994

#065994 #061294 #069488

Monochromatic Colors of #065994

#065994

Complementary Color

#065994 #944106

#065994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065994 Color CSS Codes

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

#065994 Text Font Color

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

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


#065994 Background Color

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

This div background color is #065994


#065994 Border Color

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

This div border color is #065994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065994


Comments

No comments written yet.

Please login to write comment.