Color Hex Logo

#062394 Color Hex

#062394
(6,35,148)
0 Favorites   0 Comments

Color spaces of #062394

RGB 635148
HSL0.630.920.30
HSV228°96°58°
CMYK 0.960.760.00   0.42
XYZ6.02143.378928.3518
Yxy3.37890.15950.0895
Hunter Lab18.381826.3039-78.5808
CIE-Lab21.501637.6777-63.0556

#062394 color RGB value is (6,35,148).

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

The process color (four color CMYK) of #062394 color hex is 0.96, 0.76, 0.00, 0.42. Web safe color of #062394 is #003399. Color #062394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 10010100
Octal 6 43 224
Decimal 6 35 148
Hex 6 23 94

RGB Percentages of Color #062394

%3.17
%18.52
%78.31

CMYK Percentages of Color #062394

%96
%76
%0
%42

Triadic Colors of #062394

#062394 #940623 #239406

Analogous Colors of #062394

#062394 #300694 #066a94

Monochromatic Colors of #062394

#062394

Complementary Color

#062394 #947706

#062394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062394 Color CSS Codes

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

#062394 Text Font Color

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

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


#062394 Background Color

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

This div background color is #062394


#062394 Border Color

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

This div border color is #062394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062394


Comments

No comments written yet.

Please login to write comment.