Color Hex Logo

#616dfe Color Hex

#616DFE
(97,109,254)
0 Favorites   0 Comments

Color spaces of #616dfe

RGB 97109254
HSL0.650.990.69
HSV235°62°100°
CMYK 0.620.570.00   0.00
XYZ28.287820.634496.2578
Yxy20.63440.19480.1421
Hunter Lab45.425131.6643-93.8406
CIE-Lab52.547038.3673-73.7657

#616dfe color RGB value is (97,109,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11111110
Octal 141 155 376
Decimal 97 109 254
Hex 61 6D FE

RGB Percentages of Color #616dfe

%21.09
%23.70
%55.22

CMYK Percentages of Color #616dfe

%62
%57
%0
%0

Triadic Colors of #616dfe

#616dfe #fe616d #6dfe61

Analogous Colors of #616dfe

#616dfe #a461fe #61bcfe

Monochromatic Colors of #616dfe

#616dfe

Complementary Color

#616dfe #fef261

#616dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dfe Color CSS Codes

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

#616dfe Text Font Color

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

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


#616dfe Background Color

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

This div background color is #616dfe


#616dfe Border Color

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

This div border color is #616dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,109,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 #616dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.