Color Hex Logo

#605679 Color Hex

#605679
(96,86,121)
0 Favorites   0 Comments

Color spaces of #605679

RGB 9686121
HSL0.710.170.41
HSV257°29°47°
CMYK 0.210.290.00   0.53
XYZ11.602810.522819.5087
Yxy10.52280.27870.2527
Hunter Lab32.43897.0782-12.9497
CIE-Lab38.764811.9788-18.3286

#605679 color RGB value is (96,86,121).

#605679 hex color red value is 96, green value is 86 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #605679 hue: 0.71 , saturation: 0.17 and the lightness value of 605679 is 0.41.

The process color (four color CMYK) of #605679 color hex is 0.21, 0.29, 0.00, 0.53. Web safe color of #605679 is #666666. Color #605679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 01111001
Octal 140 126 171
Decimal 96 86 121
Hex 60 56 79

RGB Percentages of Color #605679

%31.68
%28.38
%39.93

CMYK Percentages of Color #605679

%21
%29
%0
%53

Triadic Colors of #605679

#605679 #796056 #567960

Analogous Colors of #605679

#605679 #725679 #565e79

Monochromatic Colors of #605679

#605679

Complementary Color

#605679 #6f7956

#605679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605679 Color CSS Codes

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

#605679 Text Font Color

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

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


#605679 Background Color

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

This div background color is #605679


#605679 Border Color

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

This div border color is #605679


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,86,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605679; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605679;
  -webkit-box-shadow: 1px 1px 3px 2px #605679;
  box-shadow:         1px 1px 3px 2px #605679; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605679


Comments

No comments written yet.

Please login to write comment.