Color Hex Logo

#060612 Color Hex

#060612
(6,6,18)
0 Favorites   0 Comments

Color spaces of #060612

RGB 6618
HSL0.670.500.05
HSV240°67°
CMYK 0.670.670.00   0.93
XYZ0.24940.21260.6002
Yxy0.21260.23480.2002
Hunter Lab4.61091.5860-4.4902
CIE-Lab1.92041.9388-5.2739

#060612 color RGB value is (6,6,18).

#060612 hex color red value is 6, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #060612 hue: 0.67 , saturation: 0.50 and the lightness value of 060612 is 0.05.

The process color (four color CMYK) of #060612 color hex is 0.67, 0.67, 0.00, 0.93. Web safe color of #060612 is #000000. Color #060612 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000110 00010010
Octal 6 6 22
Decimal 6 6 18
Hex 6 6 12

RGB Percentages of Color #060612

%20.00
%20.00
%60.00

CMYK Percentages of Color #060612

%67
%67
%0
%93

Triadic Colors of #060612

#060612 #120606 #061206

Analogous Colors of #060612

#060612 #0c0612 #060c12

Monochromatic Colors of #060612

#060612

Complementary Color

#060612 #121206

#060612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060612 Color CSS Codes

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

#060612 Text Font Color

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

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


#060612 Background Color

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

This div background color is #060612


#060612 Border Color

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

This div border color is #060612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060612


Comments

No comments written yet.

Please login to write comment.