Color Hex Logo

#060413 Color Hex

#060413
(6,4,19)
0 Favorites   0 Comments

Color spaces of #060413

RGB 6419
HSL0.690.650.05
HSV248°79°
CMYK 0.680.790.00   0.93
XYZ0.23610.17260.6370
Yxy0.17260.22580.1651
Hunter Lab4.15452.8737-6.1826
CIE-Lab1.55912.9514-6.4232

#060413 color RGB value is (6,4,19).

#060413 hex color red value is 6, green value is 4 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #060413 hue: 0.69 , saturation: 0.65 and the lightness value of 060413 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000100 00010011
Octal 6 4 23
Decimal 6 4 19
Hex 6 4 13

RGB Percentages of Color #060413

%20.69
%13.79
%65.52

CMYK Percentages of Color #060413

%68
%79
%0
%93

Triadic Colors of #060413

#060413 #130604 #041306

Analogous Colors of #060413

#060413 #0e0413 #040a13

Monochromatic Colors of #060413

#060413

Complementary Color

#060413 #111304

#060413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060413 Color CSS Codes

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

#060413 Text Font Color

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

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


#060413 Background Color

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

This div background color is #060413


#060413 Border Color

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

This div border color is #060413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060413


Comments

No comments written yet.

Please login to write comment.