Color Hex Logo

#062440 Color Hex

#062440
(6,36,64)
0 Favorites   0 Comments

Color spaces of #062440

RGB 63664
HSL0.580.830.14
HSV209°91°25°
CMYK 0.910.440.00   0.75
XYZ1.63141.67065.0870
Yxy1.67060.19450.1991
Hunter Lab12.9252-0.0890-14.2873
CIE-Lab13.65391.1579-20.9054

#062440 color RGB value is (6,36,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100100 01000000
Octal 6 44 100
Decimal 6 36 64
Hex 6 24 40

RGB Percentages of Color #062440

%5.66
%33.96
%60.38

CMYK Percentages of Color #062440

%91
%44
%0
%75

Triadic Colors of #062440

#062440 #400624 #244006

Analogous Colors of #062440

#062440 #060740 #06403f

Monochromatic Colors of #062440

#062440

Complementary Color

#062440 #402206

#062440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062440 Color CSS Codes

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

#062440 Text Font Color

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

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


#062440 Background Color

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

This div background color is #062440


#062440 Border Color

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

This div border color is #062440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062440


Comments

No comments written yet.

Please login to write comment.