Color Hex Logo

#617efb Color Hex

#617EFB
(97,126,251)
0 Favorites   0 Comments

Color spaces of #617efb

RGB 97126251
HSL0.640.950.68
HSV229°61°98°
CMYK 0.610.500.00   0.02
XYZ29.803224.428194.4111
Yxy24.42810.20050.1643
Hunter Lab49.424821.1423-78.6582
CIE-Lab56.513927.1265-65.6908

#617efb color RGB value is (97,126,251).

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

The process color (four color CMYK) of #617efb color hex is 0.61, 0.50, 0.00, 0.02. Web safe color of #617efb is #6666ff. Color #617efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 11111011
Octal 141 176 373
Decimal 97 126 251
Hex 61 7E FB

RGB Percentages of Color #617efb

%20.46
%26.58
%52.95

CMYK Percentages of Color #617efb

%61
%50
%0
%2

Triadic Colors of #617efb

#617efb #fb617e #7efb61

Analogous Colors of #617efb

#617efb #9161fb #61cbfb

Monochromatic Colors of #617efb

#617efb

Complementary Color

#617efb #fbde61

#617efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#617efb Color CSS Codes

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

#617efb Text Font Color

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

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


#617efb Background Color

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

This div background color is #617efb


#617efb Border Color

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

This div border color is #617efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617efb


Comments

No comments written yet.

Please login to write comment.