Color Hex Logo

#061525 Color Hex

#061525
(6,21,37)
0 Favorites   0 Comments

Color spaces of #061525

RGB 62137
HSL0.590.720.08
HSV211°84°15°
CMYK 0.840.430.00   0.85
XYZ0.67720.70861.8513
Yxy0.70860.20920.2189
Hunter Lab8.4178-0.3712-7.1469
CIE-Lab6.40070.1514-12.8064

#061525 color RGB value is (6,21,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010101 00100101
Octal 6 25 45
Decimal 6 21 37
Hex 6 15 25

RGB Percentages of Color #061525

%9.38
%32.81
%57.81

CMYK Percentages of Color #061525

%84
%43
%0
%85

Triadic Colors of #061525

#061525 #250615 #152506

Analogous Colors of #061525

#061525 #070625 #062525

Monochromatic Colors of #061525

#061525

Complementary Color

#061525 #251606

#061525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061525 Color CSS Codes

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

#061525 Text Font Color

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

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


#061525 Background Color

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

This div background color is #061525


#061525 Border Color

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

This div border color is #061525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061525


Comments

No comments written yet.

Please login to write comment.