Color Hex Logo

#617bae Color Hex

#617BAE
(97,123,174)
0 Favorites   0 Comments

Color spaces of #617bae

RGB 97123174
HSL0.610.320.53
HSV220°44°68°
CMYK 0.440.290.00   0.32
XYZ19.652719.763342.8233
Yxy19.76330.23900.2403
Hunter Lab44.45591.1119-25.9934
CIE-Lab51.56854.4200-30.0360

#617bae color RGB value is (97,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111011 10101110
Octal 141 173 256
Decimal 97 123 174
Hex 61 7B AE

RGB Percentages of Color #617bae

%24.62
%31.22
%44.16

CMYK Percentages of Color #617bae

%44
%29
%0
%32

Triadic Colors of #617bae

#617bae #ae617b #7bae61

Analogous Colors of #617bae

#617bae #6e61ae #61a2ae

Monochromatic Colors of #617bae

#617bae

Complementary Color

#617bae #ae9461

#617bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#617bae Color CSS Codes

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

#617bae Text Font Color

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

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


#617bae Background Color

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

This div background color is #617bae


#617bae Border Color

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

This div border color is #617bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617bae


Comments

No comments written yet.

Please login to write comment.