Color Hex Logo

#616281 Color Hex

#616281
(97,98,129)
0 Favorites   0 Comments

Color spaces of #616281

RGB 9798129
HSL0.660.140.44
HSV238°25°51°
CMYK 0.250.240.00   0.49
XYZ13.259912.861722.5526
Yxy12.86170.27240.2642
Hunter Lab35.86323.2372-12.1803
CIE-Lab42.55416.9323-17.3784

#616281 color RGB value is (97,98,129).

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

The process color (four color CMYK) of #616281 color hex is 0.25, 0.24, 0.00, 0.49. Web safe color of #616281 is #666699. Color #616281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100010 10000001
Octal 141 142 201
Decimal 97 98 129
Hex 61 62 81

RGB Percentages of Color #616281

%29.94
%30.25
%39.81

CMYK Percentages of Color #616281

%25
%24
%0
%49

Triadic Colors of #616281

#616281 #816162 #628161

Analogous Colors of #616281

#616281 #706181 #617281

Monochromatic Colors of #616281

#616281

Complementary Color

#616281 #818061

#616281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616281 Color CSS Codes

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

#616281 Text Font Color

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

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


#616281 Background Color

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

This div background color is #616281


#616281 Border Color

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

This div border color is #616281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616281


Comments

No comments written yet.

Please login to write comment.