Color Hex Logo

#616583 Color Hex

#616583
(97,101,131)
0 Favorites   0 Comments

Color spaces of #616583

RGB 97101131
HSL0.650.150.45
HSV233°26°51°
CMYK 0.260.230.00   0.49
XYZ13.680213.487423.3550
Yxy13.48740.27080.2670
Hunter Lab36.72522.2225-11.9972
CIE-Lab43.48865.6156-17.1543

#616583 color RGB value is (97,101,131).

#616583 hex color red value is 97, green value is 101 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #616583 hue: 0.65 , saturation: 0.15 and the lightness value of 616583 is 0.45.

The process color (four color CMYK) of #616583 color hex is 0.26, 0.23, 0.00, 0.49. Web safe color of #616583 is #666699. Color #616583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 10000011
Octal 141 145 203
Decimal 97 101 131
Hex 61 65 83

RGB Percentages of Color #616583

%29.48
%30.70
%39.82

CMYK Percentages of Color #616583

%26
%23
%0
%49

Triadic Colors of #616583

#616583 #836165 #658361

Analogous Colors of #616583

#616583 #6e6183 #617683

Monochromatic Colors of #616583

#616583

Complementary Color

#616583 #837f61

#616583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616583 Color CSS Codes

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

#616583 Text Font Color

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

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


#616583 Background Color

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

This div background color is #616583


#616583 Border Color

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

This div border color is #616583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616583


Comments

No comments written yet.

Please login to write comment.