Color Hex Logo

#06043f Color Hex

#06043F
(6,4,63)
0 Favorites   0 Comments

Color spaces of #06043f

RGB 6463
HSL0.670.880.13
HSV242°94°25°
CMYK 0.900.940.00   0.75
XYZ1.01570.48444.7426
Yxy0.48440.16270.0776
Hunter Lab6.959913.8698-35.5294
CIE-Lab4.375522.3061-35.2389

#06043f color RGB value is (6,4,63).

#06043f hex color red value is 6, green value is 4 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #06043f hue: 0.67 , saturation: 0.88 and the lightness value of 06043f is 0.13.

The process color (four color CMYK) of #06043f color hex is 0.90, 0.94, 0.00, 0.75. Web safe color of #06043f is #000033. Color #06043f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000100 00111111
Octal 6 4 77
Decimal 6 4 63
Hex 6 4 3F

RGB Percentages of Color #06043f

%8.22
%5.48
%86.30

CMYK Percentages of Color #06043f

%90
%94
%0
%75

Triadic Colors of #06043f

#06043f #3f0604 #043f06

Analogous Colors of #06043f

#06043f #23043f #04203f

Monochromatic Colors of #06043f

#06043f

Complementary Color

#06043f #3d3f04

#06043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06043f Color CSS Codes

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

#06043f Text Font Color

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

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


#06043f Background Color

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

This div background color is #06043f


#06043f Border Color

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

This div border color is #06043f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06043f


Comments

No comments written yet.

Please login to write comment.