Color Hex Logo

#060792 Color Hex

#060792
(6,7,146)
0 Favorites   0 Comments

Color spaces of #060792

RGB 67146
HSL0.670.920.30
HSV240°96°57°
CMYK 0.960.950.00   0.43
XYZ5.33942.266027.3501
Yxy2.26600.15270.0648
Hunter Lab15.053236.9710-97.1862
CIE-Lab16.825550.0046-69.5957

#060792 color RGB value is (6,7,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 10010010
Octal 6 7 222
Decimal 6 7 146
Hex 6 7 92

RGB Percentages of Color #060792

%3.77
%4.40
%91.82

CMYK Percentages of Color #060792

%96
%95
%0
%43

Triadic Colors of #060792

#060792 #920607 #079206

Analogous Colors of #060792

#060792 #4b0692 #064d92

Monochromatic Colors of #060792

#060792

Complementary Color

#060792 #929106

#060792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060792 Color CSS Codes

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

#060792 Text Font Color

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

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


#060792 Background Color

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

This div background color is #060792


#060792 Border Color

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

This div border color is #060792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060792


Comments

No comments written yet.

Please login to write comment.