Color Hex Logo

#617bbd Color Hex

#617BBD
(97,123,189)
0 Favorites   0 Comments

Color spaces of #617bbd

RGB 97123189
HSL0.620.410.56
HSV223°49°74°
CMYK 0.490.350.00   0.26
XYZ21.198020.381450.9609
Yxy20.38140.22910.2202
Hunter Lab45.14584.8088-35.3250
CIE-Lab52.26578.9696-37.5829

#617bbd color RGB value is (97,123,189).

#617bbd hex color red value is 97, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #617bbd hue: 0.62 , saturation: 0.41 and the lightness value of 617bbd is 0.56.

The process color (four color CMYK) of #617bbd color hex is 0.49, 0.35, 0.00, 0.26. Web safe color of #617bbd is #6666cc. Color #617bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111011 10111101
Octal 141 173 275
Decimal 97 123 189
Hex 61 7B BD

RGB Percentages of Color #617bbd

%23.72
%30.07
%46.21

CMYK Percentages of Color #617bbd

%49
%35
%0
%26

Triadic Colors of #617bbd

#617bbd #bd617b #7bbd61

Analogous Colors of #617bbd

#617bbd #7561bd #61a9bd

Monochromatic Colors of #617bbd

#617bbd

Complementary Color

#617bbd #bda361

#617bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#617bbd Color CSS Codes

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

#617bbd Text Font Color

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

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


#617bbd Background Color

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

This div background color is #617bbd


#617bbd Border Color

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

This div border color is #617bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617bbd


Comments

No comments written yet.

Please login to write comment.