Color Hex Logo

#616892 Color Hex

#616892
(97,104,146)
0 Favorites   0 Comments

Color spaces of #616892

RGB 97104146
HSL0.640.200.48
HSV231°34°57°
CMYK 0.340.290.00   0.43
XYZ15.068414.517329.2021
Yxy14.51730.25630.2469
Hunter Lab38.10163.9154-18.7704
CIE-Lab44.96587.8277-23.8642

#616892 color RGB value is (97,104,146).

#616892 hex color red value is 97, green value is 104 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #616892 hue: 0.64 , saturation: 0.20 and the lightness value of 616892 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 10010010
Octal 141 150 222
Decimal 97 104 146
Hex 61 68 92

RGB Percentages of Color #616892

%27.95
%29.97
%42.07

CMYK Percentages of Color #616892

%34
%29
%0
%43

Triadic Colors of #616892

#616892 #926168 #689261

Analogous Colors of #616892

#616892 #736192 #618192

Monochromatic Colors of #616892

#616892

Complementary Color

#616892 #928b61

#616892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616892 Color CSS Codes

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

#616892 Text Font Color

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

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


#616892 Background Color

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

This div background color is #616892


#616892 Border Color

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

This div border color is #616892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616892


Comments

No comments written yet.

Please login to write comment.