Color Hex Logo

#617fdc Color Hex

#617FDC
(97,127,220)
0 Favorites   0 Comments

Color spaces of #617fdc

RGB 97127220
HSL0.630.640.62
HSV225°56°86°
CMYK 0.560.420.00   0.14
XYZ25.437422.887470.7872
Yxy22.88740.21360.1922
Hunter Lab47.840811.1888-54.2394
CIE-Lab54.956216.3712-50.9204

#617fdc color RGB value is (97,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111111 11011100
Octal 141 177 334
Decimal 97 127 220
Hex 61 7F DC

RGB Percentages of Color #617fdc

%21.85
%28.60
%49.55

CMYK Percentages of Color #617fdc

%56
%42
%0
%14

Triadic Colors of #617fdc

#617fdc #dc617f #7fdc61

Analogous Colors of #617fdc

#617fdc #8161dc #61bddc

Monochromatic Colors of #617fdc

#617fdc

Complementary Color

#617fdc #dcbe61

#617fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#617fdc Color CSS Codes

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

#617fdc Text Font Color

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

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


#617fdc Background Color

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

This div background color is #617fdc


#617fdc Border Color

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

This div border color is #617fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617fdc


Comments

No comments written yet.

Please login to write comment.