Color Hex Logo

#616eae Color Hex

#616EAE
(97,110,174)
0 Favorites   0 Comments

Color spaces of #616eae

RGB 97110174
HSL0.640.320.53
HSV230°44°68°
CMYK 0.440.370.00   0.32
XYZ18.145716.749242.3209
Yxy16.74920.23500.2169
Hunter Lab40.92587.5233-32.6631
CIE-Lab47.942512.2904-35.7125

#616eae color RGB value is (97,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 10101110
Octal 141 156 256
Decimal 97 110 174
Hex 61 6E AE

RGB Percentages of Color #616eae

%25.46
%28.87
%45.67

CMYK Percentages of Color #616eae

%44
%37
%0
%32

Triadic Colors of #616eae

#616eae #ae616e #6eae61

Analogous Colors of #616eae

#616eae #7b61ae #6195ae

Monochromatic Colors of #616eae

#616eae

Complementary Color

#616eae #aea161

#616eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#616eae Color CSS Codes

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

#616eae Text Font Color

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

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


#616eae Background Color

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

This div background color is #616eae


#616eae Border Color

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

This div border color is #616eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,110,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 #616eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616eae

#616eae Color Palettes


Comments

No comments written yet.

Please login to write comment.