Color Hex Logo

#616ffe Color Hex

#616FFE
(97,111,254)
0 Favorites   0 Comments

Color spaces of #616ffe

RGB 97111254
HSL0.650.990.69
HSV235°62°100°
CMYK 0.620.560.00   0.00
XYZ28.503621.066096.3298
Yxy21.06600.19540.1444
Hunter Lab45.897730.5319-92.3090
CIE-Lab53.021737.1683-72.9952

#616ffe color RGB value is (97,111,254).

#616ffe hex color red value is 97, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #616ffe hue: 0.65 , saturation: 0.99 and the lightness value of 616ffe is 0.69.

The process color (four color CMYK) of #616ffe color hex is 0.62, 0.56, 0.00, 0.00. Web safe color of #616ffe is #6666ff. Color #616ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11111110
Octal 141 157 376
Decimal 97 111 254
Hex 61 6F FE

RGB Percentages of Color #616ffe

%21.00
%24.03
%54.98

CMYK Percentages of Color #616ffe

%62
%56
%0
%0

Triadic Colors of #616ffe

#616ffe #fe616f #6ffe61

Analogous Colors of #616ffe

#616ffe #a261fe #61befe

Monochromatic Colors of #616ffe

#616ffe

Complementary Color

#616ffe #fef061

#616ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#616ffe Color CSS Codes

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

#616ffe Text Font Color

<p style="color:#616ffe">Text here</p>

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


#616ffe Background Color

<div style="background-color:#616ffe">
Div content here</div>

This div background color is #616ffe


#616ffe Border Color

<div style="border:3px solid #616ffe">
Div here</div>

This div border color is #616ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,111,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #616ffe;
  box-shadow:         1px 1px 3px 2px #616ffe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.