Color Hex Logo

#617dde Color Hex

#617DDE
(97,125,222)
0 Favorites   0 Comments

Color spaces of #617dde

RGB 97125222
HSL0.630.650.63
HSV227°56°87°
CMYK 0.560.440.00   0.13
XYZ25.448222.482572.1055
Yxy22.48250.21200.1873
Hunter Lab47.415712.8241-56.9718
CIE-Lab54.535218.2311-52.7151

#617dde color RGB value is (97,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111101 11011110
Octal 141 175 336
Decimal 97 125 222
Hex 61 7D DE

RGB Percentages of Color #617dde

%21.85
%28.15
%50.00

CMYK Percentages of Color #617dde

%56
%44
%0
%13

Triadic Colors of #617dde

#617dde #de617d #7dde61

Analogous Colors of #617dde

#617dde #8461de #61bcde

Monochromatic Colors of #617dde

#617dde

Complementary Color

#617dde #dec261

#617dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#617dde Color CSS Codes

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

#617dde Text Font Color

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

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


#617dde Background Color

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

This div background color is #617dde


#617dde Border Color

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

This div border color is #617dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617dde


Comments

No comments written yet.

Please login to write comment.