Color Hex Logo

#06347e Color Hex

#06347E
(6,52,126)
0 Favorites   0 Comments

Color spaces of #06347e

RGB 652126
HSL0.600.910.26
HSV217°95°49°
CMYK 0.950.590.00   0.51
XYZ5.06904.001120.2438
Yxy4.00110.17290.1365
Hunter Lab20.002710.2298-46.0026
CIE-Lab23.675117.1918-45.7442

#06347e color RGB value is (6,52,126).

#06347e hex color red value is 6, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #06347e hue: 0.60 , saturation: 0.91 and the lightness value of 06347e is 0.26.

The process color (four color CMYK) of #06347e color hex is 0.95, 0.59, 0.00, 0.51. Web safe color of #06347e is #003366. Color #06347e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110100 01111110
Octal 6 64 176
Decimal 6 52 126
Hex 6 34 7E

RGB Percentages of Color #06347e

%3.26
%28.26
%68.48

CMYK Percentages of Color #06347e

%95
%59
%0
%51

Triadic Colors of #06347e

#06347e #7e0634 #347e06

Analogous Colors of #06347e

#06347e #14067e #06707e

Monochromatic Colors of #06347e

#06347e

Complementary Color

#06347e #7e5006

#06347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06347e Color CSS Codes

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

#06347e Text Font Color

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

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


#06347e Background Color

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

This div background color is #06347e


#06347e Border Color

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

This div border color is #06347e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,52,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06347e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06347e;
  -webkit-box-shadow: 1px 1px 3px 2px #06347e;
  box-shadow:         1px 1px 3px 2px #06347e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06347e


Comments

No comments written yet.

Please login to write comment.