Color Hex Logo

#617dad Color Hex

#617DAD
(97,125,173)
0 Favorites   0 Comments

Color spaces of #617dad

RGB 97125173
HSL0.610.320.53
HSV218°44°68°
CMYK 0.440.280.00   0.32
XYZ19.806220.225742.3952
Yxy20.22570.24030.2454
Hunter Lab44.9730-0.0910-24.4105
CIE-Lab52.09142.9339-28.6445

#617dad color RGB value is (97,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111101 10101101
Octal 141 175 255
Decimal 97 125 173
Hex 61 7D AD

RGB Percentages of Color #617dad

%24.56
%31.65
%43.80

CMYK Percentages of Color #617dad

%44
%28
%0
%32

Triadic Colors of #617dad

#617dad #ad617d #7dad61

Analogous Colors of #617dad

#617dad #6b61ad #61a3ad

Monochromatic Colors of #617dad

#617dad

Complementary Color

#617dad #ad9161

#617dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#617dad Color CSS Codes

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

#617dad Text Font Color

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

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


#617dad Background Color

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

This div background color is #617dad


#617dad Border Color

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

This div border color is #617dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617dad


Comments

No comments written yet.

Please login to write comment.