Color Hex Logo

#06041c Color Hex

#06041C
(6,4,28)
0 Favorites   0 Comments

Color spaces of #06041c

RGB 6428
HSL0.680.750.06
HSV245°86°11°
CMYK 0.790.860.00   0.89
XYZ0.32810.20941.1217
Yxy0.20940.19770.1262
Hunter Lab4.57604.7904-11.3303
CIE-Lab1.89155.2873-12.6706

#06041c color RGB value is (6,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000100 00011100
Octal 6 4 34
Decimal 6 4 28
Hex 6 4 1C

RGB Percentages of Color #06041c

%15.79
%10.53
%73.68

CMYK Percentages of Color #06041c

%79
%86
%0
%89

Triadic Colors of #06041c

#06041c #1c0604 #041c06

Analogous Colors of #06041c

#06041c #12041c #040e1c

Monochromatic Colors of #06041c

#06041c

Complementary Color

#06041c #1a1c04

#06041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06041c Color CSS Codes

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

#06041c Text Font Color

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

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


#06041c Background Color

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

This div background color is #06041c


#06041c Border Color

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

This div border color is #06041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06041c


Comments

No comments written yet.

Please login to write comment.