Color Hex Logo

#06346d Color Hex

#06346D
(6,52,109)
0 Favorites   0 Comments

Color spaces of #06346d

RGB 652109
HSL0.590.900.23
HSV213°94°43°
CMYK 0.940.520.00   0.57
XYZ4.06343.598814.9485
Yxy3.59880.17970.1592
Hunter Lab18.97055.0355-33.4404
CIE-Lab22.29819.7538-37.1441

#06346d color RGB value is (6,52,109).

#06346d hex color red value is 6, green value is 52 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #06346d hue: 0.59 , saturation: 0.90 and the lightness value of 06346d is 0.23.

The process color (four color CMYK) of #06346d color hex is 0.94, 0.52, 0.00, 0.57. Web safe color of #06346d is #003366. Color #06346d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110100 01101101
Octal 6 64 155
Decimal 6 52 109
Hex 6 34 6D

RGB Percentages of Color #06346d

%3.59
%31.14
%65.27

CMYK Percentages of Color #06346d

%94
%52
%0
%57

Triadic Colors of #06346d

#06346d #6d0634 #346d06

Analogous Colors of #06346d

#06346d #0c066d #06686d

Monochromatic Colors of #06346d

#06346d

Complementary Color

#06346d #6d3f06

#06346d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06346d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06346d Color CSS Codes

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

#06346d Text Font Color

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

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


#06346d Background Color

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

This div background color is #06346d


#06346d Border Color

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

This div border color is #06346d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06346d


Comments

No comments written yet.

Please login to write comment.