Color Hex Logo

#063601 Color Hex

#063601
(6,54,1)
0 Favorites   0 Comments

Color spaces of #063601

RGB 6541
HSL0.320.960.11
HSV114°98°21°
CMYK 0.890.000.98   0.79
XYZ1.39982.67920.4721
Yxy2.67920.30760.5887
Hunter Lab16.3683-13.37939.7477
CIE-Lab18.7104-27.054625.5067

#063601 color RGB value is (6,54,1).

#063601 hex color red value is 6, green value is 54 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #063601 hue: 0.32 , saturation: 0.96 and the lightness value of 063601 is 0.11.

The process color (four color CMYK) of #063601 color hex is 0.89, 0.00, 0.98, 0.79. Web safe color of #063601 is #003300. Color #063601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110110 00000001
Octal 6 66 1
Decimal 6 54 1
Hex 6 36 1

RGB Percentages of Color #063601

%9.84
%88.52
%1.64

CMYK Percentages of Color #063601

%89
%0
%98
%79

Triadic Colors of #063601

#063601 #010636 #360106

Analogous Colors of #063601

#063601 #013617 #213601

Monochromatic Colors of #063601

#063601

Complementary Color

#063601 #310136

#063601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063601 Color CSS Codes

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

#063601 Text Font Color

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

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


#063601 Background Color

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

This div background color is #063601


#063601 Border Color

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

This div border color is #063601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063601


Comments

No comments written yet.

Please login to write comment.