Color Hex Logo

#06021f Color Hex

#06021F
(6,2,31)
0 Favorites   0 Comments

Color spaces of #06021f

RGB 6231
HSL0.690.880.06
HSV248°94°12°
CMYK 0.810.940.00   0.88
XYZ0.34410.18111.3131
Yxy0.18110.18720.0985
Hunter Lab4.25566.9860-15.3156
CIE-Lab1.63597.0446-15.4578

#06021f color RGB value is (6,2,31).

#06021f hex color red value is 6, green value is 2 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #06021f hue: 0.69 , saturation: 0.88 and the lightness value of 06021f is 0.06.

The process color (four color CMYK) of #06021f color hex is 0.81, 0.94, 0.00, 0.88. Web safe color of #06021f is #000033. Color #06021f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 00011111
Octal 6 2 37
Decimal 6 2 31
Hex 6 2 1F

RGB Percentages of Color #06021f

%15.38
%5.13
%79.49

CMYK Percentages of Color #06021f

%81
%94
%0
%88

Triadic Colors of #06021f

#06021f #1f0602 #021f06

Analogous Colors of #06021f

#06021f #15021f #020d1f

Monochromatic Colors of #06021f

#06021f

Complementary Color

#06021f #1b1f02

#06021f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06021f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06021f Color CSS Codes

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

#06021f Text Font Color

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

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


#06021f Background Color

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

This div background color is #06021f


#06021f Border Color

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

This div border color is #06021f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06021f


Comments

No comments written yet.

Please login to write comment.