Color Hex Logo

#063240 Color Hex

#063240
(6,50,64)
0 Favorites   0 Comments

Color spaces of #063240

RGB 65064
HSL0.540.830.14
HSV194°91°25°
CMYK 0.910.220.00   0.75
XYZ2.14112.69015.2569
Yxy2.69010.21220.2667
Hunter Lab16.4015-5.4008-7.5221
CIE-Lab18.7574-8.6051-12.8994

#063240 color RGB value is (6,50,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110010 01000000
Octal 6 62 100
Decimal 6 50 64
Hex 6 32 40

RGB Percentages of Color #063240

%5.00
%41.67
%53.33

CMYK Percentages of Color #063240

%91
%22
%0
%75

Triadic Colors of #063240

#063240 #400632 #324006

Analogous Colors of #063240

#063240 #061540 #064031

Monochromatic Colors of #063240

#063240

Complementary Color

#063240 #401406

#063240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063240 Color CSS Codes

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

#063240 Text Font Color

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

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


#063240 Background Color

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

This div background color is #063240


#063240 Border Color

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

This div border color is #063240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,50,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 #063240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063240


Comments

No comments written yet.

Please login to write comment.