Color Hex Logo

#617fdb Color Hex

#617FDB
(97,127,219)
0 Favorites   0 Comments

Color spaces of #617fdb

RGB 97127219
HSL0.630.630.62
HSV225°56°86°
CMYK 0.560.420.00   0.14
XYZ25.305322.834670.0916
Yxy22.83460.21400.1931
Hunter Lab47.785610.9016-53.5164
CIE-Lab54.901616.0478-50.4452

#617fdb color RGB value is (97,127,219).

#617fdb hex color red value is 97, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #617fdb hue: 0.63 , saturation: 0.63 and the lightness value of 617fdb is 0.62.

The process color (four color CMYK) of #617fdb color hex is 0.56, 0.42, 0.00, 0.14. Web safe color of #617fdb is #6666cc. Color #617fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 11011011
Octal 141 177 333
Decimal 97 127 219
Hex 61 7F DB

RGB Percentages of Color #617fdb

%21.90
%28.67
%49.44

CMYK Percentages of Color #617fdb

%56
%42
%0
%14

Triadic Colors of #617fdb

#617fdb #db617f #7fdb61

Analogous Colors of #617fdb

#617fdb #8061db #61bcdb

Monochromatic Colors of #617fdb

#617fdb

Complementary Color

#617fdb #dbbd61

#617fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fdb Color CSS Codes

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

#617fdb Text Font Color

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

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


#617fdb Background Color

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

This div background color is #617fdb


#617fdb Border Color

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

This div border color is #617fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fdb


Comments

No comments written yet.

Please login to write comment.