Color Hex Logo

#60465d Color Hex

#60465D
(96,70,93)
0 Favorites   0 Comments

Color spaces of #60465d

RGB 967093
HSL0.850.160.33
HSV307°27°38°
CMYK 0.000.270.03   0.62
XYZ8.98987.657411.3601
Yxy7.65740.32100.2734
Hunter Lab27.67209.5632-4.9697
CIE-Lab33.258915.4875-9.2245

#60465d color RGB value is (96,70,93).

#60465d hex color red value is 96, green value is 70 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #60465d hue: 0.85 , saturation: 0.16 and the lightness value of 60465d is 0.33.

The process color (four color CMYK) of #60465d color hex is 0.00, 0.27, 0.03, 0.62. Web safe color of #60465d is #663366. Color #60465d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000110 01011101
Octal 140 106 135
Decimal 96 70 93
Hex 60 46 5D

RGB Percentages of Color #60465d

%37.07
%27.03
%35.91

CMYK Percentages of Color #60465d

%0
%27
%3
%62

Triadic Colors of #60465d

#60465d #5d6046 #465d60

Analogous Colors of #60465d

#60465d #604650 #564660

Monochromatic Colors of #60465d

#60465d

Complementary Color

#60465d #466049

#60465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60465d Color CSS Codes

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

#60465d Text Font Color

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

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


#60465d Background Color

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

This div background color is #60465d


#60465d Border Color

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

This div border color is #60465d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,70,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60465d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60465d;
  -webkit-box-shadow: 1px 1px 3px 2px #60465d;
  box-shadow:         1px 1px 3px 2px #60465d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60465d


Comments

No comments written yet.

Please login to write comment.