Color Hex Logo

#617fbd Color Hex

#617FBD
(97,127,189)
0 Favorites   0 Comments

Color spaces of #617fbd

RGB 97127189
HSL0.610.410.56
HSV220°49°74°
CMYK 0.490.330.00   0.26
XYZ21.704421.394351.1297
Yxy21.39430.23030.2270
Hunter Lab46.25402.8156-33.1621
CIE-Lab53.37846.5693-35.8358

#617fbd color RGB value is (97,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 10111101
Octal 141 177 275
Decimal 97 127 189
Hex 61 7F BD

RGB Percentages of Color #617fbd

%23.49
%30.75
%45.76

CMYK Percentages of Color #617fbd

%49
%33
%0
%26

Triadic Colors of #617fbd

#617fbd #bd617f #7fbd61

Analogous Colors of #617fbd

#617fbd #7161bd #61adbd

Monochromatic Colors of #617fbd

#617fbd

Complementary Color

#617fbd #bd9f61

#617fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fbd Color CSS Codes

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

#617fbd Text Font Color

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

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


#617fbd Background Color

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

This div background color is #617fbd


#617fbd Border Color

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

This div border color is #617fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fbd


Comments

No comments written yet.

Please login to write comment.