Color Hex Logo

#06060f Color Hex

#06060F
(6,6,15)
0 Favorites   0 Comments

Color spaces of #06060f

RGB 6615
HSL0.670.430.04
HSV240°60°
CMYK 0.600.600.00   0.94
XYZ0.22650.20350.4793
Yxy0.20350.24910.2238
Hunter Lab4.51111.0680-3.1417
CIE-Lab1.83821.3551-3.6863

#06060f color RGB value is (6,6,15).

#06060f hex color red value is 6, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #06060f hue: 0.67 , saturation: 0.43 and the lightness value of 06060f is 0.04.

The process color (four color CMYK) of #06060f color hex is 0.60, 0.60, 0.00, 0.94. Web safe color of #06060f is #000000. Color #06060f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000110 00001111
Octal 6 6 17
Decimal 6 6 15
Hex 6 6 F

RGB Percentages of Color #06060f

%22.22
%22.22
%55.56

CMYK Percentages of Color #06060f

%60
%60
%0
%94

Triadic Colors of #06060f

#06060f #0f0606 #060f06

Analogous Colors of #06060f

#06060f #0b060f #060b0f

Monochromatic Colors of #06060f

#06060f

Complementary Color

#06060f #0f0f06

#06060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06060f Color CSS Codes

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

#06060f Text Font Color

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

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


#06060f Background Color

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

This div background color is #06060f


#06060f Border Color

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

This div border color is #06060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06060f

#06060f Color Palettes


Comments

No comments written yet.

Please login to write comment.