Color Hex Logo

#61659e Color Hex

#61659E
(97,101,158)
0 Favorites   0 Comments

Color spaces of #61659e

RGB 97101158
HSL0.660.240.50
HSV236°39°62°
CMYK 0.390.360.00   0.38
XYZ15.755014.317434.2809
Yxy14.31740.24480.2225
Hunter Lab37.83838.1061-27.2289
CIE-Lab44.684713.0887-31.4302

#61659e color RGB value is (97,101,158).

#61659e hex color red value is 97, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #61659e hue: 0.66 , saturation: 0.24 and the lightness value of 61659e is 0.50.

The process color (four color CMYK) of #61659e color hex is 0.39, 0.36, 0.00, 0.38. Web safe color of #61659e is #666699. Color #61659e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 10011110
Octal 141 145 236
Decimal 97 101 158
Hex 61 65 9E

RGB Percentages of Color #61659e

%27.25
%28.37
%44.38

CMYK Percentages of Color #61659e

%39
%36
%0
%38

Triadic Colors of #61659e

#61659e #9e6165 #659e61

Analogous Colors of #61659e

#61659e #7c619e #61849e

Monochromatic Colors of #61659e

#61659e

Complementary Color

#61659e #9e9a61

#61659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61659e Color CSS Codes

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

#61659e Text Font Color

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

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


#61659e Background Color

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

This div background color is #61659e


#61659e Border Color

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

This div border color is #61659e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,101,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61659e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61659e;
  -webkit-box-shadow: 1px 1px 3px 2px #61659e;
  box-shadow:         1px 1px 3px 2px #61659e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61659e


Comments

No comments written yet.

Please login to write comment.