Color Hex Logo

#061311 Color Hex

#061311
(6,19,17)
0 Favorites   0 Comments

Color spaces of #061311

RGB 61917
HSL0.470.520.05
HSV171°68°
CMYK 0.680.000.11   0.93
XYZ0.40920.54490.6139
Yxy0.54490.26100.3475
Hunter Lab7.3817-3.02300.2364
CIE-Lab4.9220-4.4532-0.2946

#061311 color RGB value is (6,19,17).

#061311 hex color red value is 6, green value is 19 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #061311 hue: 0.47 , saturation: 0.52 and the lightness value of 061311 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 00010001
Octal 6 23 21
Decimal 6 19 17
Hex 6 13 11

RGB Percentages of Color #061311

%14.29
%45.24
%40.48

CMYK Percentages of Color #061311

%68
%0
%11
%93

Triadic Colors of #061311

#061311 #110613 #131106

Analogous Colors of #061311

#061311 #060f13 #06130b

Monochromatic Colors of #061311

#061311

Complementary Color

#061311 #130608

#061311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061311 Color CSS Codes

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

#061311 Text Font Color

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

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


#061311 Background Color

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

This div background color is #061311


#061311 Border Color

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

This div border color is #061311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061311


Comments

No comments written yet.

Please login to write comment.