Color Hex Logo

#616296 Color Hex

#616296
(97,98,150)
0 Favorites   0 Comments

Color spaces of #616296

RGB 9798150
HSL0.660.210.48
HSV239°35°59°
CMYK 0.350.350.00   0.41
XYZ14.802513.478830.6756
Yxy13.47880.25110.2286
Hunter Lab36.71357.7208-23.8398
CIE-Lab43.476012.6482-28.5667

#616296 color RGB value is (97,98,150).

#616296 hex color red value is 97, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #616296 hue: 0.66 , saturation: 0.21 and the lightness value of 616296 is 0.48.

The process color (four color CMYK) of #616296 color hex is 0.35, 0.35, 0.00, 0.41. Web safe color of #616296 is #666699. Color #616296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100010 10010110
Octal 141 142 226
Decimal 97 98 150
Hex 61 62 96

RGB Percentages of Color #616296

%28.12
%28.41
%43.48

CMYK Percentages of Color #616296

%35
%35
%0
%41

Triadic Colors of #616296

#616296 #966162 #629661

Analogous Colors of #616296

#616296 #7b6196 #617d96

Monochromatic Colors of #616296

#616296

Complementary Color

#616296 #969561

#616296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616296 Color CSS Codes

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

#616296 Text Font Color

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

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


#616296 Background Color

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

This div background color is #616296


#616296 Border Color

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

This div border color is #616296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616296

#616296 Color Palettes


Comments

No comments written yet.

Please login to write comment.