Color Hex Logo

#616090 Color Hex

#616090
(97,96,144)
0 Favorites   0 Comments

Color spaces of #616090

RGB 9796144
HSL0.670.200.47
HSV241°33°56°
CMYK 0.330.330.00   0.44
XYZ14.146712.920728.1339
Yxy12.92070.25630.2341
Hunter Lab35.94547.3462-21.2436
CIE-Lab42.643512.2037-26.2760

#616090 color RGB value is (97,96,144).

#616090 hex color red value is 97, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #616090 hue: 0.67 , saturation: 0.20 and the lightness value of 616090 is 0.47.

The process color (four color CMYK) of #616090 color hex is 0.33, 0.33, 0.00, 0.44. Web safe color of #616090 is #666699. Color #616090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 10010000
Octal 141 140 220
Decimal 97 96 144
Hex 61 60 90

RGB Percentages of Color #616090

%28.78
%28.49
%42.73

CMYK Percentages of Color #616090

%33
%33
%0
%44

Triadic Colors of #616090

#616090 #906160 #609061

Analogous Colors of #616090

#616090 #796090 #607790

Monochromatic Colors of #616090

#616090

Complementary Color

#616090 #8f9060

#616090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616090 Color CSS Codes

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

#616090 Text Font Color

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

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


#616090 Background Color

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

This div background color is #616090


#616090 Border Color

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

This div border color is #616090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616090


Comments

No comments written yet.

Please login to write comment.