Color Hex Logo

#061418 Color Hex

#061418
(6,20,24)
0 Favorites   0 Comments

Color spaces of #061418

RGB 62024
HSL0.540.600.06
HSV193°75°
CMYK 0.750.170.00   0.91
XYZ0.49010.60500.9551
Yxy0.60500.23900.2951
Hunter Lab7.7782-2.3646-1.8356
CIE-Lab5.4649-3.4792-4.2389

#061418 color RGB value is (6,20,24).

#061418 hex color red value is 6, green value is 20 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #061418 hue: 0.54 , saturation: 0.60 and the lightness value of 061418 is 0.06.

The process color (four color CMYK) of #061418 color hex is 0.75, 0.17, 0.00, 0.91. Web safe color of #061418 is #000000. Color #061418 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 00011000
Octal 6 24 30
Decimal 6 20 24
Hex 6 14 18

RGB Percentages of Color #061418

%12.00
%40.00
%48.00

CMYK Percentages of Color #061418

%75
%17
%0
%91

Triadic Colors of #061418

#061418 #180614 #141806

Analogous Colors of #061418

#061418 #060b18 #061813

Monochromatic Colors of #061418

#061418

Complementary Color

#061418 #180a06

#061418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061418 Color CSS Codes

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

#061418 Text Font Color

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

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


#061418 Background Color

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

This div background color is #061418


#061418 Border Color

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

This div border color is #061418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061418


Comments

No comments written yet.

Please login to write comment.