Color Hex Logo

#616294 Color Hex

#616294
(97,98,148)
0 Favorites   0 Comments

Color spaces of #616294

RGB 9798148
HSL0.660.210.48
HSV239°34°58°
CMYK 0.340.340.00   0.42
XYZ14.642713.414929.8345
Yxy13.41490.25290.2317
Hunter Lab36.62647.2657-22.6570
CIE-Lab43.381912.0825-27.5196

#616294 color RGB value is (97,98,148).

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

The process color (four color CMYK) of #616294 color hex is 0.34, 0.34, 0.00, 0.42. Web safe color of #616294 is #666699. Color #616294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100010 10010100
Octal 141 142 224
Decimal 97 98 148
Hex 61 62 94

RGB Percentages of Color #616294

%28.28
%28.57
%43.15

CMYK Percentages of Color #616294

%34
%34
%0
%42

Triadic Colors of #616294

#616294 #946162 #629461

Analogous Colors of #616294

#616294 #7a6194 #617c94

Monochromatic Colors of #616294

#616294

Complementary Color

#616294 #949361

#616294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616294 Color CSS Codes

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

#616294 Text Font Color

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

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


#616294 Background Color

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

This div background color is #616294


#616294 Border Color

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

This div border color is #616294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616294


Comments

No comments written yet.

Please login to write comment.