Color Hex Logo

#062240 Color Hex

#062240
(6,34,64)
0 Favorites   0 Comments

Color spaces of #062240

RGB 63464
HSL0.590.830.14
HSV211°91°25°
CMYK 0.910.470.00   0.75
XYZ1.57251.55295.0674
Yxy1.55290.19190.1895
Hunter Lab12.46150.7169-15.3868
CIE-Lab12.94052.6618-22.0428

#062240 color RGB value is (6,34,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100010 01000000
Octal 6 42 100
Decimal 6 34 64
Hex 6 22 40

RGB Percentages of Color #062240

%5.77
%32.69
%61.54

CMYK Percentages of Color #062240

%91
%47
%0
%75

Triadic Colors of #062240

#062240 #400622 #224006

Analogous Colors of #062240

#062240 #070640 #063f40

Monochromatic Colors of #062240

#062240

Complementary Color

#062240 #402406

#062240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062240 Color CSS Codes

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

#062240 Text Font Color

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

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


#062240 Background Color

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

This div background color is #062240


#062240 Border Color

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

This div border color is #062240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062240


Comments

No comments written yet.

Please login to write comment.