Color Hex Logo

#061302 Color Hex

#061302
(6,19,2)
0 Favorites   0 Comments

Color spaces of #061302

RGB 6192
HSL0.290.810.04
HSV106°89°
CMYK 0.680.000.89   0.93
XYZ0.31890.50880.1388
Yxy0.50880.33000.5264
Hunter Lab7.1330-4.50253.8394
CIE-Lab4.5959-6.74675.9387

#061302 color RGB value is (6,19,2).

#061302 hex color red value is 6, green value is 19 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #061302 hue: 0.29 , saturation: 0.81 and the lightness value of 061302 is 0.04.

The process color (four color CMYK) of #061302 color hex is 0.68, 0.00, 0.89, 0.93. Web safe color of #061302 is #000000. Color #061302 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 00000010
Octal 6 23 2
Decimal 6 19 2
Hex 6 13 2

RGB Percentages of Color #061302

%22.22
%70.37
%7.41

CMYK Percentages of Color #061302

%68
%0
%89
%93

Triadic Colors of #061302

#061302 #020613 #130206

Analogous Colors of #061302

#061302 #021306 #0f1302

Monochromatic Colors of #061302

#061302

Complementary Color

#061302 #0f0213

#061302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061302 Color CSS Codes

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

#061302 Text Font Color

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

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


#061302 Background Color

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

This div background color is #061302


#061302 Border Color

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

This div border color is #061302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061302


Comments

No comments written yet.

Please login to write comment.