Color Hex Logo

#60649b Color Hex

#60649B
(96,100,155)
0 Favorites   0 Comments

Color spaces of #60649b

RGB 96100155
HSL0.660.240.49
HSV236°38°61°
CMYK 0.380.350.00   0.39
XYZ15.297413.967732.9001
Yxy13.96770.24610.2247
Hunter Lab37.37347.6589-26.0321
CIE-Lab44.186612.5506-30.4372

#60649b color RGB value is (96,100,155).

#60649b hex color red value is 96, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #60649b hue: 0.66 , saturation: 0.24 and the lightness value of 60649b is 0.49.

The process color (four color CMYK) of #60649b color hex is 0.38, 0.35, 0.00, 0.39. Web safe color of #60649b is #666699. Color #60649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 10011011
Octal 140 144 233
Decimal 96 100 155
Hex 60 64 9B

RGB Percentages of Color #60649b

%27.35
%28.49
%44.16

CMYK Percentages of Color #60649b

%38
%35
%0
%39

Triadic Colors of #60649b

#60649b #9b6064 #649b60

Analogous Colors of #60649b

#60649b #7a609b #60829b

Monochromatic Colors of #60649b

#60649b

Complementary Color

#60649b #9b9760

#60649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60649b Color CSS Codes

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

#60649b Text Font Color

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

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


#60649b Background Color

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

This div background color is #60649b


#60649b Border Color

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

This div border color is #60649b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,100,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60649b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60649b;
  -webkit-box-shadow: 1px 1px 3px 2px #60649b;
  box-shadow:         1px 1px 3px 2px #60649b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60649b


Comments

No comments written yet.

Please login to write comment.