Color Hex Logo

#060225 Color Hex

#060225
(6,2,37)
0 Favorites   0 Comments

Color spaces of #060225

RGB 6237
HSL0.690.900.08
HSV247°95°15°
CMYK 0.840.950.00   0.85
XYZ0.43070.21571.7692
Yxy0.21570.17830.0893
Hunter Lab4.64448.4258-19.3346
CIE-Lab1.94849.2449-19.7110

#060225 color RGB value is (6,2,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 00100101
Octal 6 2 45
Decimal 6 2 37
Hex 6 2 25

RGB Percentages of Color #060225

%13.33
%4.44
%82.22

CMYK Percentages of Color #060225

%84
%95
%0
%85

Triadic Colors of #060225

#060225 #250602 #022506

Analogous Colors of #060225

#060225 #180225 #021025

Monochromatic Colors of #060225

#060225

Complementary Color

#060225 #212502

#060225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060225 Color CSS Codes

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

#060225 Text Font Color

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

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


#060225 Background Color

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

This div background color is #060225


#060225 Border Color

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

This div border color is #060225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060225


Comments

No comments written yet.

Please login to write comment.