Color Hex Logo

#063968 Color Hex

#063968
(6,57,104)
0 Favorites   0 Comments

Color spaces of #063968

RGB 657104
HSL0.580.890.22
HSV209°94°41°
CMYK 0.940.450.00   0.59
XYZ4.03693.964413.6491
Yxy3.96440.18650.1831
Hunter Lab19.91081.3468-26.7065
CIE-Lab23.55343.9621-31.8992

#063968 color RGB value is (6,57,104).

#063968 hex color red value is 6, green value is 57 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #063968 hue: 0.58 , saturation: 0.89 and the lightness value of 063968 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111001 01101000
Octal 6 71 150
Decimal 6 57 104
Hex 6 39 68

RGB Percentages of Color #063968

%3.59
%34.13
%62.28

CMYK Percentages of Color #063968

%94
%45
%0
%59

Triadic Colors of #063968

#063968 #680639 #396806

Analogous Colors of #063968

#063968 #060868 #066866

Monochromatic Colors of #063968

#063968

Complementary Color

#063968 #683506

#063968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063968 Color CSS Codes

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

#063968 Text Font Color

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

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


#063968 Background Color

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

This div background color is #063968


#063968 Border Color

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

This div border color is #063968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063968


Comments

No comments written yet.

Please login to write comment.