Color Hex Logo

#616dac Color Hex

#616DAC
(97,109,172)
0 Favorites   0 Comments

Color spaces of #616dac

RGB 97109172
HSL0.640.310.53
HSV230°44°67°
CMYK 0.440.370.00   0.33
XYZ17.844816.457241.2658
Yxy16.45720.23610.2178
Hunter Lab40.56757.5254-31.9134
CIE-Lab47.568712.3012-35.1337

#616dac color RGB value is (97,109,172).

#616dac hex color red value is 97, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #616dac hue: 0.64 , saturation: 0.31 and the lightness value of 616dac is 0.53.

The process color (four color CMYK) of #616dac color hex is 0.44, 0.37, 0.00, 0.33. Web safe color of #616dac is #666699. Color #616dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 10101100
Octal 141 155 254
Decimal 97 109 172
Hex 61 6D AC

RGB Percentages of Color #616dac

%25.66
%28.84
%45.50

CMYK Percentages of Color #616dac

%44
%37
%0
%33

Triadic Colors of #616dac

#616dac #ac616d #6dac61

Analogous Colors of #616dac

#616dac #7b61ac #6193ac

Monochromatic Colors of #616dac

#616dac

Complementary Color

#616dac #aca061

#616dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dac Color CSS Codes

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

#616dac Text Font Color

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

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


#616dac Background Color

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

This div background color is #616dac


#616dac Border Color

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

This div border color is #616dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,109,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616dac;
  -webkit-box-shadow: 1px 1px 3px 2px #616dac;
  box-shadow:         1px 1px 3px 2px #616dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dac


Comments

No comments written yet.

Please login to write comment.