Color Hex Logo

#062967 Color Hex

#062967
(6,41,103)
0 Favorites   0 Comments

Color spaces of #062967

RGB 641103
HSL0.610.890.21
HSV218°94°40°
CMYK 0.940.600.00   0.60
XYZ3.31622.603913.1598
Yxy2.60390.17380.1365
Hunter Lab16.13668.4441-37.0568
CIE-Lab18.382115.1831-39.6046

#062967 color RGB value is (6,41,103).

#062967 hex color red value is 6, green value is 41 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #062967 hue: 0.61 , saturation: 0.89 and the lightness value of 062967 is 0.21.

The process color (four color CMYK) of #062967 color hex is 0.94, 0.60, 0.00, 0.60. Web safe color of #062967 is #003366. Color #062967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 01100111
Octal 6 51 147
Decimal 6 41 103
Hex 6 29 67

RGB Percentages of Color #062967

%4.00
%27.33
%68.67

CMYK Percentages of Color #062967

%94
%60
%0
%60

Triadic Colors of #062967

#062967 #670629 #296706

Analogous Colors of #062967

#062967 #140667 #065a67

Monochromatic Colors of #062967

#062967

Complementary Color

#062967 #674406

#062967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062967 Color CSS Codes

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

#062967 Text Font Color

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

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


#062967 Background Color

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

This div background color is #062967


#062967 Border Color

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

This div border color is #062967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062967


Comments

No comments written yet.

Please login to write comment.