Color Hex Logo

#060501 Color Hex

#060501
(6,5,1)
0 Favorites   0 Comments

Color spaces of #060501

RGB 651
HSL0.130.710.01
HSV48°83°
CMYK 0.000.170.83   0.98
XYZ0.13490.14950.0505
Yxy0.14950.40280.4464
Hunter Lab3.8665-0.53871.9322
CIE-Lab1.3504-0.29471.6060

#060501 color RGB value is (6,5,1).

#060501 hex color red value is 6, green value is 5 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #060501 hue: 0.13 , saturation: 0.71 and the lightness value of 060501 is 0.01.

The process color (four color CMYK) of #060501 color hex is 0.00, 0.17, 0.83, 0.98. Web safe color of #060501 is #000000. Color #060501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 00000001
Octal 6 5 1
Decimal 6 5 1
Hex 6 5 1

RGB Percentages of Color #060501

%50.00
%41.67
%8.33

CMYK Percentages of Color #060501

%0
%17
%83
%98

Triadic Colors of #060501

#060501 #010605 #050106

Analogous Colors of #060501

#060501 #050601 #060301

Monochromatic Colors of #060501

#060501

Complementary Color

#060501 #010206

#060501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060501 Color CSS Codes

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

#060501 Text Font Color

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

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


#060501 Background Color

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

This div background color is #060501


#060501 Border Color

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

This div border color is #060501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060501


Comments

No comments written yet.

Please login to write comment.