Color Hex Logo

#061518 Color Hex

#061518
(6,21,24)
0 Favorites   0 Comments

Color spaces of #061518

RGB 62124
HSL0.530.600.06
HSV190°75°
CMYK 0.750.130.00   0.91
XYZ0.50810.64100.9611
Yxy0.64100.24080.3038
Hunter Lab8.0062-2.6828-1.5130
CIE-Lab5.7901-4.1436-3.7641

#061518 color RGB value is (6,21,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010101 00011000
Octal 6 25 30
Decimal 6 21 24
Hex 6 15 18

RGB Percentages of Color #061518

%11.76
%41.18
%47.06

CMYK Percentages of Color #061518

%75
%13
%0
%91

Triadic Colors of #061518

#061518 #180615 #151806

Analogous Colors of #061518

#061518 #060c18 #061812

Monochromatic Colors of #061518

#061518

Complementary Color

#061518 #180906

#061518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061518 Color CSS Codes

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

#061518 Text Font Color

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

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


#061518 Background Color

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

This div background color is #061518


#061518 Border Color

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

This div border color is #061518


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,21,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 #061518">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061518


Comments

No comments written yet.

Please login to write comment.