Color Hex Logo

#617aac Color Hex

#617AAC
(97,122,172)
0 Favorites   0 Comments

Color spaces of #617aac

RGB 97122172
HSL0.610.310.53
HSV220°44°67°
CMYK 0.440.290.00   0.33
XYZ19.335719.439041.7627
Yxy19.43900.24010.2414
Hunter Lab44.08971.1249-25.2980
CIE-Lab51.19694.4235-29.4568

#617aac color RGB value is (97,122,172).

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

The process color (four color CMYK) of #617aac color hex is 0.44, 0.29, 0.00, 0.33. Web safe color of #617aac is #666699. Color #617aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 10101100
Octal 141 172 254
Decimal 97 122 172
Hex 61 7A AC

RGB Percentages of Color #617aac

%24.81
%31.20
%43.99

CMYK Percentages of Color #617aac

%44
%29
%0
%33

Triadic Colors of #617aac

#617aac #ac617a #7aac61

Analogous Colors of #617aac

#617aac #6e61ac #61a0ac

Monochromatic Colors of #617aac

#617aac

Complementary Color

#617aac #ac9361

#617aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#617aac Color CSS Codes

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

#617aac Text Font Color

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

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


#617aac Background Color

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

This div background color is #617aac


#617aac Border Color

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

This div border color is #617aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617aac


Comments

No comments written yet.

Please login to write comment.