Color Hex Logo

#061407 Color Hex

#061407
(6,20,7)
0 Favorites   0 Comments

Color spaces of #061407

RGB 6207
HSL0.350.540.05
HSV124°70°
CMYK 0.700.000.65   0.92
XYZ0.36360.55440.2889
Yxy0.55440.30130.4594
Hunter Lab7.4458-4.31352.9116
CIE-Lab5.0079-6.69114.5020

#061407 color RGB value is (6,20,7).

#061407 hex color red value is 6, green value is 20 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #061407 hue: 0.35 , saturation: 0.54 and the lightness value of 061407 is 0.05.

The process color (four color CMYK) of #061407 color hex is 0.70, 0.00, 0.65, 0.92. Web safe color of #061407 is #000000. Color #061407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 00000111
Octal 6 24 7
Decimal 6 20 7
Hex 6 14 7

RGB Percentages of Color #061407

%18.18
%60.61
%21.21

CMYK Percentages of Color #061407

%70
%0
%65
%92

Triadic Colors of #061407

#061407 #070614 #140706

Analogous Colors of #061407

#061407 #06140e #0c1406

Monochromatic Colors of #061407

#061407

Complementary Color

#061407 #140613

#061407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061407 Color CSS Codes

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

#061407 Text Font Color

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

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


#061407 Background Color

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

This div background color is #061407


#061407 Border Color

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

This div border color is #061407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061407


Comments

No comments written yet.

Please login to write comment.