Color Hex Logo

#060725 Color Hex

#060725
(6,7,37)
0 Favorites   0 Comments

Color spaces of #060725

RGB 6737
HSL0.660.720.08
HSV238°84°15°
CMYK 0.840.810.00   0.85
XYZ0.48500.32421.7873
Yxy0.32420.18680.1249
Hunter Lab5.69395.2403-14.6254
CIE-Lab2.92857.2448-18.1934

#060725 color RGB value is (6,7,37).

#060725 hex color red value is 6, green value is 7 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #060725 hue: 0.66 , saturation: 0.72 and the lightness value of 060725 is 0.08.

The process color (four color CMYK) of #060725 color hex is 0.84, 0.81, 0.00, 0.85. Web safe color of #060725 is #000033. Color #060725 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000111 00100101
Octal 6 7 45
Decimal 6 7 37
Hex 6 7 25

RGB Percentages of Color #060725

%12.00
%14.00
%74.00

CMYK Percentages of Color #060725

%84
%81
%0
%85

Triadic Colors of #060725

#060725 #250607 #072506

Analogous Colors of #060725

#060725 #150625 #061725

Monochromatic Colors of #060725

#060725

Complementary Color

#060725 #252406

#060725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060725 Color CSS Codes

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

#060725 Text Font Color

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

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


#060725 Background Color

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

This div background color is #060725


#060725 Border Color

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

This div border color is #060725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060725

#060725 Color Palettes


Comments

No comments written yet.

Please login to write comment.