Color Hex Logo

#617fad Color Hex

#617FAD
(97,127,173)
0 Favorites   0 Comments

Color spaces of #617fad

RGB 97127173
HSL0.600.320.53
HSV216°44°68°
CMYK 0.440.270.00   0.32
XYZ20.062020.737342.4805
Yxy20.73730.24090.2490
Hunter Lab45.5382-1.0532-23.4321
CIE-Lab52.66081.7505-27.7607

#617fad color RGB value is (97,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 10101101
Octal 141 177 255
Decimal 97 127 173
Hex 61 7F AD

RGB Percentages of Color #617fad

%24.43
%31.99
%43.58

CMYK Percentages of Color #617fad

%44
%27
%0
%32

Triadic Colors of #617fad

#617fad #ad617f #7fad61

Analogous Colors of #617fad

#617fad #6961ad #61a5ad

Monochromatic Colors of #617fad

#617fad

Complementary Color

#617fad #ad8f61

#617fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fad Color CSS Codes

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

#617fad Text Font Color

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

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


#617fad Background Color

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

This div background color is #617fad


#617fad Border Color

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

This div border color is #617fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fad


Comments

No comments written yet.

Please login to write comment.