Color Hex Logo

#06041e Color Hex

#06041E
(6,4,30)
0 Favorites   0 Comments

Color spaces of #06041e

RGB 6430
HSL0.680.760.07
HSV245°87°12°
CMYK 0.800.870.00   0.88
XYZ0.35290.21931.2520
Yxy0.21930.19350.1202
Hunter Lab4.68295.2563-12.5733
CIE-Lab1.98095.9177-14.1401

#06041e color RGB value is (6,4,30).

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

The process color (four color CMYK) of #06041e color hex is 0.80, 0.87, 0.00, 0.88. Web safe color of #06041e is #000033. Color #06041e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000100 00011110
Octal 6 4 36
Decimal 6 4 30
Hex 6 4 1E

RGB Percentages of Color #06041e

%15.00
%10.00
%75.00

CMYK Percentages of Color #06041e

%80
%87
%0
%88

Triadic Colors of #06041e

#06041e #1e0604 #041e06

Analogous Colors of #06041e

#06041e #13041e #040f1e

Monochromatic Colors of #06041e

#06041e

Complementary Color

#06041e #1c1e04

#06041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06041e Color CSS Codes

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

#06041e Text Font Color

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

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


#06041e Background Color

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

This div background color is #06041e


#06041e Border Color

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

This div border color is #06041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06041e


Comments

No comments written yet.

Please login to write comment.