Color Hex Logo

#062a37 Color Hex

#062A37
(6,42,55)
0 Favorites   0 Comments

Color spaces of #062a37

RGB 64255
HSL0.540.800.12
HSV196°89°22°
CMYK 0.890.240.00   0.78
XYZ1.59271.97053.9108
Yxy1.97050.21310.2636
Hunter Lab14.0374-4.3128-6.6918
CIE-Lab15.3317-7.1018-11.9679

#062a37 color RGB value is (6,42,55).

#062a37 hex color red value is 6, green value is 42 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #062a37 hue: 0.54 , saturation: 0.80 and the lightness value of 062a37 is 0.12.

The process color (four color CMYK) of #062a37 color hex is 0.89, 0.24, 0.00, 0.78. Web safe color of #062a37 is #003333. Color #062a37 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 00110111
Octal 6 52 67
Decimal 6 42 55
Hex 6 2A 37

RGB Percentages of Color #062a37

%5.83
%40.78
%53.40

CMYK Percentages of Color #062a37

%89
%24
%0
%78

Triadic Colors of #062a37

#062a37 #37062a #2a3706

Analogous Colors of #062a37

#062a37 #061237 #06372c

Monochromatic Colors of #062a37

#062a37

Complementary Color

#062a37 #371306

#062a37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062a37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062a37 Color CSS Codes

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

#062a37 Text Font Color

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

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


#062a37 Background Color

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

This div background color is #062a37


#062a37 Border Color

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

This div border color is #062a37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,42,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062a37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062a37;
  -webkit-box-shadow: 1px 1px 3px 2px #062a37;
  box-shadow:         1px 1px 3px 2px #062a37; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062a37


Comments

No comments written yet.

Please login to write comment.