Color Hex Logo

#617eff Color Hex

#617EFF
(97,126,255)
0 Favorites   0 Comments

Color spaces of #617eff

RGB 97126255
HSL0.641.000.69
HSV229°62°100°
CMYK 0.620.510.00   0.00
XYZ30.440624.683197.7677
Yxy24.68310.19910.1614
Hunter Lab49.682122.4247-81.8973
CIE-Lab56.765328.4473-67.4912

#617eff color RGB value is (97,126,255).

#617eff hex color red value is 97, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #617eff hue: 0.64 , saturation: 1.00 and the lightness value of 617eff is 0.69.

The process color (four color CMYK) of #617eff color hex is 0.62, 0.51, 0.00, 0.00. Web safe color of #617eff is #6666ff. Color #617eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 11111111
Octal 141 176 377
Decimal 97 126 255
Hex 61 7E FF

RGB Percentages of Color #617eff

%20.29
%26.36
%53.35

CMYK Percentages of Color #617eff

%62
%51
%0
%0

Triadic Colors of #617eff

#617eff #ff617e #7eff61

Analogous Colors of #617eff

#617eff #9361ff #61cdff

Monochromatic Colors of #617eff

#617eff

Complementary Color

#617eff #ffe261

#617eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#617eff Color CSS Codes

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

#617eff Text Font Color

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

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


#617eff Background Color

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

This div background color is #617eff


#617eff Border Color

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

This div border color is #617eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617eff


Comments

No comments written yet.

Please login to write comment.