Color Hex Logo

#60065e Color Hex

#60065E
(96,6,94)
0 Favorites   0 Comments

Color spaces of #60065e

RGB 96694
HSL0.840.880.20
HSV301°94°38°
CMYK 0.000.940.02   0.62
XYZ6.90943.425210.8866
Yxy3.42520.32560.1614
Hunter Lab18.507334.2523-21.9212
CIE-Lab21.672146.2953-27.8750

#60065e color RGB value is (96,6,94).

#60065e hex color red value is 96, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #60065e hue: 0.84 , saturation: 0.88 and the lightness value of 60065e is 0.20.

The process color (four color CMYK) of #60065e color hex is 0.00, 0.94, 0.02, 0.62. Web safe color of #60065e is #660066. Color #60065e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 01011110
Octal 140 6 136
Decimal 96 6 94
Hex 60 6 5E

RGB Percentages of Color #60065e

%48.98
%3.06
%47.96

CMYK Percentages of Color #60065e

%0
%94
%2
%62

Triadic Colors of #60065e

#60065e #5e6006 #065e60

Analogous Colors of #60065e

#60065e #600631 #350660

Monochromatic Colors of #60065e

#60065e

Complementary Color

#60065e #066008

#60065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60065e Color CSS Codes

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

#60065e Text Font Color

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

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


#60065e Background Color

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

This div background color is #60065e


#60065e Border Color

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

This div border color is #60065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60065e

#60065e Color Palettes


Comments

No comments written yet.

Please login to write comment.