Color Hex Logo

#060796 Color Hex

#060796
(6,7,150)
0 Favorites   0 Comments

Color spaces of #060796

RGB 67150
HSL0.670.920.31
HSV240°96°59°
CMYK 0.960.950.00   0.41
XYZ5.65612.392729.0179
Yxy2.39270.15260.0646
Hunter Lab15.468438.2000-100.3974
CIE-Lab17.426251.1288-71.0745

#060796 color RGB value is (6,7,150).

#060796 hex color red value is 6, green value is 7 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #060796 hue: 0.67 , saturation: 0.92 and the lightness value of 060796 is 0.31.

The process color (four color CMYK) of #060796 color hex is 0.96, 0.95, 0.00, 0.41. Web safe color of #060796 is #000099. Color #060796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 10010110
Octal 6 7 226
Decimal 6 7 150
Hex 6 7 96

RGB Percentages of Color #060796

%3.68
%4.29
%92.02

CMYK Percentages of Color #060796

%96
%95
%0
%41

Triadic Colors of #060796

#060796 #960607 #079606

Analogous Colors of #060796

#060796 #4d0696 #064f96

Monochromatic Colors of #060796

#060796

Complementary Color

#060796 #969506

#060796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060796 Color CSS Codes

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

#060796 Text Font Color

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

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


#060796 Background Color

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

This div background color is #060796


#060796 Border Color

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

This div border color is #060796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060796


Comments

No comments written yet.

Please login to write comment.