Color Hex Logo

#06041d Color Hex

#06041D
(6,4,29)
0 Favorites   0 Comments

Color spaces of #06041d

RGB 6429
HSL0.680.760.06
HSV245°86°11°
CMYK 0.790.860.00   0.89
XYZ0.34030.21431.1858
Yxy0.21430.19550.1231
Hunter Lab4.62935.0205-11.9469
CIE-Lab1.93585.5963-13.4079

#06041d color RGB value is (6,4,29).

#06041d hex color red value is 6, green value is 4 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #06041d hue: 0.68 , saturation: 0.76 and the lightness value of 06041d is 0.06.

The process color (four color CMYK) of #06041d color hex is 0.79, 0.86, 0.00, 0.89. Web safe color of #06041d is #000033. Color #06041d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000100 00011101
Octal 6 4 35
Decimal 6 4 29
Hex 6 4 1D

RGB Percentages of Color #06041d

%15.38
%10.26
%74.36

CMYK Percentages of Color #06041d

%79
%86
%0
%89

Triadic Colors of #06041d

#06041d #1d0604 #041d06

Analogous Colors of #06041d

#06041d #13041d #040f1d

Monochromatic Colors of #06041d

#06041d

Complementary Color

#06041d #1b1d04

#06041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06041d Color CSS Codes

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

#06041d Text Font Color

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

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


#06041d Background Color

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

This div background color is #06041d


#06041d Border Color

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

This div border color is #06041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06041d


Comments

No comments written yet.

Please login to write comment.