Color Hex Logo

#06397f Color Hex

#06397F
(6,57,127)
0 Favorites   0 Comments

Color spaces of #06397f

RGB 657127
HSL0.600.910.26
HSV215°95°50°
CMYK 0.950.550.00   0.50
XYZ5.36904.497320.6638
Yxy4.49730.17590.1473
Hunter Lab21.20688.0794-42.9270
CIE-Lab25.251714.0379-43.8099

#06397f color RGB value is (6,57,127).

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

The process color (four color CMYK) of #06397f color hex is 0.95, 0.55, 0.00, 0.50. Web safe color of #06397f is #003366. Color #06397f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 01111111
Octal 6 71 177
Decimal 6 57 127
Hex 6 39 7F

RGB Percentages of Color #06397f

%3.16
%30.00
%66.84

CMYK Percentages of Color #06397f

%95
%55
%0
%50

Triadic Colors of #06397f

#06397f #7f0639 #397f06

Analogous Colors of #06397f

#06397f #10067f #06767f

Monochromatic Colors of #06397f

#06397f

Complementary Color

#06397f #7f4c06

#06397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06397f Color CSS Codes

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

#06397f Text Font Color

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

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


#06397f Background Color

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

This div background color is #06397f


#06397f Border Color

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

This div border color is #06397f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,57,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06397f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06397f;
  -webkit-box-shadow: 1px 1px 3px 2px #06397f;
  box-shadow:         1px 1px 3px 2px #06397f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06397f


Comments

No comments written yet.

Please login to write comment.