Color Hex Logo

#061659 Color Hex

#061659
(6,22,89)
0 Favorites   0 Comments

Color spaces of #061659

RGB 62289
HSL0.630.870.19
HSV228°93°35°
CMYK 0.930.750.00   0.65
XYZ2.16521.33389.5945
Yxy1.33380.16540.1019
Hunter Lab11.549013.2542-41.1716
CIE-Lab11.509923.1622-41.5680

#061659 color RGB value is (6,22,89).

#061659 hex color red value is 6, green value is 22 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #061659 hue: 0.63 , saturation: 0.87 and the lightness value of 061659 is 0.19.

The process color (four color CMYK) of #061659 color hex is 0.93, 0.75, 0.00, 0.65. Web safe color of #061659 is #000066. Color #061659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 01011001
Octal 6 26 131
Decimal 6 22 89
Hex 6 16 59

RGB Percentages of Color #061659

%5.13
%18.80
%76.07

CMYK Percentages of Color #061659

%93
%75
%0
%65

Triadic Colors of #061659

#061659 #590616 #165906

Analogous Colors of #061659

#061659 #200659 #064059

Monochromatic Colors of #061659

#061659

Complementary Color

#061659 #594906

#061659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061659 Color CSS Codes

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

#061659 Text Font Color

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

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


#061659 Background Color

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

This div background color is #061659


#061659 Border Color

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

This div border color is #061659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061659


Comments

No comments written yet.

Please login to write comment.