Color Hex Logo

#617fae Color Hex

#617FAE
(97,127,174)
0 Favorites   0 Comments

Color spaces of #617fae

RGB 97127174
HSL0.600.320.53
HSV217°44°68°
CMYK 0.440.270.00   0.32
XYZ20.159120.776142.9921
Yxy20.77610.24020.2475
Hunter Lab45.5808-0.8209-24.0161
CIE-Lab52.70362.0456-28.2713

#617fae color RGB value is (97,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 10101110
Octal 141 177 256
Decimal 97 127 174
Hex 61 7F AE

RGB Percentages of Color #617fae

%24.37
%31.91
%43.72

CMYK Percentages of Color #617fae

%44
%27
%0
%32

Triadic Colors of #617fae

#617fae #ae617f #7fae61

Analogous Colors of #617fae

#617fae #6a61ae #61a6ae

Monochromatic Colors of #617fae

#617fae

Complementary Color

#617fae #ae9061

#617fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fae Color CSS Codes

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

#617fae Text Font Color

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

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


#617fae Background Color

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

This div background color is #617fae


#617fae Border Color

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

This div border color is #617fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fae


Comments

No comments written yet.

Please login to write comment.