Color Hex Logo

#065778 Color Hex

#065778
(6,87,120)
0 Favorites   0 Comments

Color spaces of #065778

RGB 687120
HSL0.550.900.25
HSV197°95°47°
CMYK 0.950.280.00   0.53
XYZ6.87358.211218.9919
Yxy8.21120.20170.2410
Hunter Lab28.6552-7.3299-19.2372
CIE-Lab34.4189-9.0099-24.8170

#065778 color RGB value is (6,87,120).

#065778 hex color red value is 6, green value is 87 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #065778 hue: 0.55 , saturation: 0.90 and the lightness value of 065778 is 0.25.

The process color (four color CMYK) of #065778 color hex is 0.95, 0.28, 0.00, 0.53. Web safe color of #065778 is #006666. Color #065778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010111 01111000
Octal 6 127 170
Decimal 6 87 120
Hex 6 57 78

RGB Percentages of Color #065778

%2.82
%40.85
%56.34

CMYK Percentages of Color #065778

%95
%28
%0
%53

Triadic Colors of #065778

#065778 #780657 #577806

Analogous Colors of #065778

#065778 #061e78 #067860

Monochromatic Colors of #065778

#065778

Complementary Color

#065778 #782706

#065778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065778 Color CSS Codes

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

#065778 Text Font Color

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

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


#065778 Background Color

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

This div background color is #065778


#065778 Border Color

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

This div border color is #065778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065778


Comments

No comments written yet.

Please login to write comment.