Color Hex Logo

#061120 Color Hex

#061120
(6,17,32)
0 Favorites   0 Comments

Color spaces of #061120

RGB 61732
HSL0.600.680.07
HSV215°81°13°
CMYK 0.810.470.00   0.87
XYZ0.53630.54391.4432
Yxy0.54390.21250.2155
Hunter Lab7.37500.0742-6.4399
CIE-Lab4.91300.7922-11.2748

#061120 color RGB value is (6,17,32).

#061120 hex color red value is 6, green value is 17 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #061120 hue: 0.60 , saturation: 0.68 and the lightness value of 061120 is 0.07.

The process color (four color CMYK) of #061120 color hex is 0.81, 0.47, 0.00, 0.87. Web safe color of #061120 is #000033. Color #061120 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010001 00100000
Octal 6 21 40
Decimal 6 17 32
Hex 6 11 20

RGB Percentages of Color #061120

%10.91
%30.91
%58.18

CMYK Percentages of Color #061120

%81
%47
%0
%87

Triadic Colors of #061120

#061120 #200611 #112006

Analogous Colors of #061120

#061120 #080620 #061e20

Monochromatic Colors of #061120

#061120

Complementary Color

#061120 #201506

#061120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061120 Color CSS Codes

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

#061120 Text Font Color

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

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


#061120 Background Color

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

This div background color is #061120


#061120 Border Color

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

This div border color is #061120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061120


Comments

No comments written yet.

Please login to write comment.