Color Hex Logo

#060959 Color Hex

#060959
(6,9,89)
0 Favorites   0 Comments

Color spaces of #060959

RGB 6989
HSL0.660.870.19
HSV238°93°35°
CMYK 0.930.900.00   0.65
XYZ1.97600.95549.5315
Yxy0.95540.15860.0767
Hunter Lab9.774518.9802-50.9742
CIE-Lab8.614231.3884-46.3652

#060959 color RGB value is (6,9,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 01011001
Octal 6 11 131
Decimal 6 9 89
Hex 6 9 59

RGB Percentages of Color #060959

%5.77
%8.65
%85.58

CMYK Percentages of Color #060959

%93
%90
%0
%65

Triadic Colors of #060959

#060959 #590609 #095906

Analogous Colors of #060959

#060959 #2d0659 #063359

Monochromatic Colors of #060959

#060959

Complementary Color

#060959 #595606

#060959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060959 Color CSS Codes

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

#060959 Text Font Color

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

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


#060959 Background Color

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

This div background color is #060959


#060959 Border Color

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

This div border color is #060959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060959


Comments

No comments written yet.

Please login to write comment.