Color Hex Logo

#616989 Color Hex

#616989
(97,105,137)
0 Favorites   0 Comments

Color spaces of #616989

RGB 97105137
HSL0.630.170.46
HSV228°29°54°
CMYK 0.290.230.00   0.46
XYZ14.496714.450725.6921
Yxy14.45070.26530.2645
Hunter Lab38.01411.5465-13.4617
CIE-Lab44.87254.7636-18.6355

#616989 color RGB value is (97,105,137).

#616989 hex color red value is 97, green value is 105 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #616989 hue: 0.63 , saturation: 0.17 and the lightness value of 616989 is 0.46.

The process color (four color CMYK) of #616989 color hex is 0.29, 0.23, 0.00, 0.46. Web safe color of #616989 is #666699. Color #616989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101001 10001001
Octal 141 151 211
Decimal 97 105 137
Hex 61 69 89

RGB Percentages of Color #616989

%28.61
%30.97
%40.41

CMYK Percentages of Color #616989

%29
%23
%0
%46

Triadic Colors of #616989

#616989 #896169 #698961

Analogous Colors of #616989

#616989 #6d6189 #617d89

Monochromatic Colors of #616989

#616989

Complementary Color

#616989 #898161

#616989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616989 Color CSS Codes

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

#616989 Text Font Color

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

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


#616989 Background Color

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

This div background color is #616989


#616989 Border Color

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

This div border color is #616989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616989


Comments

No comments written yet.

Please login to write comment.