Color Hex Logo

#06073e Color Hex

#06073E
(6,7,62)
0 Favorites   0 Comments

Color spaces of #06073e

RGB 6762
HSL0.660.820.13
HSV239°90°24°
CMYK 0.900.890.00   0.76
XYZ1.02060.53854.6076
Yxy0.53850.16550.0873
Hunter Lab7.338311.9837-32.0907
CIE-Lab4.864220.3765-33.7222

#06073e color RGB value is (6,7,62).

#06073e hex color red value is 6, green value is 7 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #06073e hue: 0.66 , saturation: 0.82 and the lightness value of 06073e is 0.13.

The process color (four color CMYK) of #06073e color hex is 0.90, 0.89, 0.00, 0.76. Web safe color of #06073e is #000033. Color #06073e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 00111110
Octal 6 7 76
Decimal 6 7 62
Hex 6 7 3E

RGB Percentages of Color #06073e

%8.00
%9.33
%82.67

CMYK Percentages of Color #06073e

%90
%89
%0
%76

Triadic Colors of #06073e

#06073e #3e0607 #073e06

Analogous Colors of #06073e

#06073e #21063e #06233e

Monochromatic Colors of #06073e

#06073e

Complementary Color

#06073e #3e3d06

#06073e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06073e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06073e Color CSS Codes

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

#06073e Text Font Color

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

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


#06073e Background Color

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

This div background color is #06073e


#06073e Border Color

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

This div border color is #06073e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,7,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06073e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06073e;
  -webkit-box-shadow: 1px 1px 3px 2px #06073e;
  box-shadow:         1px 1px 3px 2px #06073e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06073e

#06073e Color Palettes


Comments

No comments written yet.

Please login to write comment.