Color Hex Logo

#062892 Color Hex

#062892
(6,40,146)
0 Favorites   0 Comments

Color spaces of #062892

RGB 640146
HSL0.630.920.30
HSV225°96°57°
CMYK 0.960.730.00   0.43
XYZ6.02223.631627.5777
Yxy3.63160.16180.0975
Hunter Lab19.056823.0592-72.4609
CIE-Lab22.414133.7533-60.3092

#062892 color RGB value is (6,40,146).

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

The process color (four color CMYK) of #062892 color hex is 0.96, 0.73, 0.00, 0.43. Web safe color of #062892 is #003399. Color #062892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101000 10010010
Octal 6 50 222
Decimal 6 40 146
Hex 6 28 92

RGB Percentages of Color #062892

%3.13
%20.83
%76.04

CMYK Percentages of Color #062892

%96
%73
%0
%43

Triadic Colors of #062892

#062892 #920628 #289206

Analogous Colors of #062892

#062892 #2a0692 #066e92

Monochromatic Colors of #062892

#062892

Complementary Color

#062892 #927006

#062892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062892 Color CSS Codes

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

#062892 Text Font Color

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

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


#062892 Background Color

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

This div background color is #062892


#062892 Border Color

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

This div border color is #062892


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,40,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 #062892">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062892


Comments

No comments written yet.

Please login to write comment.