Color Hex Logo

#605b8d Color Hex

#605B8D
(96,91,141)
0 Favorites   0 Comments

Color spaces of #605b8d

RGB 9691141
HSL0.680.220.45
HSV246°35°55°
CMYK 0.320.350.00   0.45
XYZ13.372711.892126.7899
Yxy11.89210.25690.2285
Hunter Lab34.48498.8708-21.9205
CIE-Lab41.044114.1742-26.9719

#605b8d color RGB value is (96,91,141).

#605b8d hex color red value is 96, green value is 91 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #605b8d hue: 0.68 , saturation: 0.22 and the lightness value of 605b8d is 0.45.

The process color (four color CMYK) of #605b8d color hex is 0.32, 0.35, 0.00, 0.45. Web safe color of #605b8d is #666699. Color #605b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011011 10001101
Octal 140 133 215
Decimal 96 91 141
Hex 60 5B 8D

RGB Percentages of Color #605b8d

%29.27
%27.74
%42.99

CMYK Percentages of Color #605b8d

%32
%35
%0
%45

Triadic Colors of #605b8d

#605b8d #8d605b #5b8d60

Analogous Colors of #605b8d

#605b8d #795b8d #5b6f8d

Monochromatic Colors of #605b8d

#605b8d

Complementary Color

#605b8d #888d5b

#605b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#605b8d Color CSS Codes

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

#605b8d Text Font Color

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

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


#605b8d Background Color

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

This div background color is #605b8d


#605b8d Border Color

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

This div border color is #605b8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,91,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605b8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605b8d;
  -webkit-box-shadow: 1px 1px 3px 2px #605b8d;
  box-shadow:         1px 1px 3px 2px #605b8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605b8d


Comments

No comments written yet.

Please login to write comment.