Color Hex Logo

#61559d Color Hex

#61559D
(97,85,157)
0 Favorites   0 Comments

Color spaces of #61559d

RGB 9785157
HSL0.690.300.47
HSV250°46°62°
CMYK 0.380.460.00   0.38
XYZ14.264111.472733.3609
Yxy11.47270.24140.1941
Hunter Lab33.871415.8960-34.6865
CIE-Lab40.365522.7538-37.6490

#61559d color RGB value is (97,85,157).

#61559d hex color red value is 97, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #61559d hue: 0.69 , saturation: 0.30 and the lightness value of 61559d is 0.47.

The process color (four color CMYK) of #61559d color hex is 0.38, 0.46, 0.00, 0.38. Web safe color of #61559d is #666699. Color #61559d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 10011101
Octal 141 125 235
Decimal 97 85 157
Hex 61 55 9D

RGB Percentages of Color #61559d

%28.61
%25.07
%46.31

CMYK Percentages of Color #61559d

%38
%46
%0
%38

Triadic Colors of #61559d

#61559d #9d6155 #559d61

Analogous Colors of #61559d

#61559d #85559d #556d9d

Monochromatic Colors of #61559d

#61559d

Complementary Color

#61559d #919d55

#61559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61559d Color CSS Codes

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

#61559d Text Font Color

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

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


#61559d Background Color

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

This div background color is #61559d


#61559d Border Color

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

This div border color is #61559d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,85,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61559d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61559d;
  -webkit-box-shadow: 1px 1px 3px 2px #61559d;
  box-shadow:         1px 1px 3px 2px #61559d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,85,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61559d


Comments

No comments written yet.

Please login to write comment.