Color Hex Logo

#616fae Color Hex

#616FAE
(97,111,174)
0 Favorites   0 Comments

Color spaces of #616fae

RGB 97111174
HSL0.640.320.53
HSV229°44°68°
CMYK 0.440.360.00   0.32
XYZ18.254216.966342.3571
Yxy16.96630.23530.2187
Hunter Lab41.19027.0228-32.1366
CIE-Lab48.217511.6774-35.2798

#616fae color RGB value is (97,111,174).

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

The process color (four color CMYK) of #616fae color hex is 0.44, 0.36, 0.00, 0.32. Web safe color of #616fae is #666699. Color #616fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 10101110
Octal 141 157 256
Decimal 97 111 174
Hex 61 6F AE

RGB Percentages of Color #616fae

%25.39
%29.06
%45.55

CMYK Percentages of Color #616fae

%44
%36
%0
%32

Triadic Colors of #616fae

#616fae #ae616f #6fae61

Analogous Colors of #616fae

#616fae #7a61ae #6196ae

Monochromatic Colors of #616fae

#616fae

Complementary Color

#616fae #aea061

#616fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fae Color CSS Codes

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

#616fae Text Font Color

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

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


#616fae Background Color

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

This div background color is #616fae


#616fae Border Color

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

This div border color is #616fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fae


Comments

No comments written yet.

Please login to write comment.