Color Hex Logo

#060c18 Color Hex

#060C18
(6,12,24)
0 Favorites   0 Comments

Color spaces of #060c18

RGB 61224
HSL0.610.600.06
HSV220°75°
CMYK 0.750.500.00   0.91
XYZ0.37140.36760.9155
Yxy0.36760.22450.2222
Hunter Lab6.06300.3241-4.7086
CIE-Lab3.32050.9015-7.3698

#060c18 color RGB value is (6,12,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001100 00011000
Octal 6 14 30
Decimal 6 12 24
Hex 6 C 18

RGB Percentages of Color #060c18

%14.29
%28.57
%57.14

CMYK Percentages of Color #060c18

%75
%50
%0
%91

Triadic Colors of #060c18

#060c18 #18060c #0c1806

Analogous Colors of #060c18

#060c18 #090618 #061518

Monochromatic Colors of #060c18

#060c18

Complementary Color

#060c18 #181206

#060c18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060c18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060c18 Color CSS Codes

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

#060c18 Text Font Color

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

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


#060c18 Background Color

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

This div background color is #060c18


#060c18 Border Color

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

This div border color is #060c18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060c18


Comments

No comments written yet.

Please login to write comment.