Color Hex Logo

#063140 Color Hex

#063140
(6,49,64)
0 Favorites   0 Comments

Color spaces of #063140

RGB 64964
HSL0.540.830.14
HSV196°91°25°
CMYK 0.910.230.00   0.75
XYZ2.09882.60555.2428
Yxy2.60550.21100.2619
Hunter Lab16.1416-5.0383-7.9584
CIE-Lab18.3892-7.9540-13.4692

#063140 color RGB value is (6,49,64).

#063140 hex color red value is 6, green value is 49 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #063140 hue: 0.54 , saturation: 0.83 and the lightness value of 063140 is 0.14.

The process color (four color CMYK) of #063140 color hex is 0.91, 0.23, 0.00, 0.75. Web safe color of #063140 is #003333. Color #063140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110001 01000000
Octal 6 61 100
Decimal 6 49 64
Hex 6 31 40

RGB Percentages of Color #063140

%5.04
%41.18
%53.78

CMYK Percentages of Color #063140

%91
%23
%0
%75

Triadic Colors of #063140

#063140 #400631 #314006

Analogous Colors of #063140

#063140 #061440 #064032

Monochromatic Colors of #063140

#063140

Complementary Color

#063140 #401506

#063140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063140 Color CSS Codes

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

#063140 Text Font Color

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

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


#063140 Background Color

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

This div background color is #063140


#063140 Border Color

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

This div border color is #063140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063140


Comments

No comments written yet.

Please login to write comment.