Color Hex Logo

#616fee Color Hex

#616FEE
(97,111,238)
0 Favorites   0 Comments

Color spaces of #616fee

RGB 97111238
HSL0.650.810.66
HSV234°59°93°
CMYK 0.590.530.00   0.07
XYZ26.046820.083383.3926
Yxy20.08330.20110.1551
Hunter Lab44.814425.3217-78.9594
CIE-Lab51.931331.9624-65.8637

#616fee color RGB value is (97,111,238).

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

The process color (four color CMYK) of #616fee color hex is 0.59, 0.53, 0.00, 0.07. Web safe color of #616fee is #6666ff. Color #616fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 11101110
Octal 141 157 356
Decimal 97 111 238
Hex 61 6F EE

RGB Percentages of Color #616fee

%21.75
%24.89
%53.36

CMYK Percentages of Color #616fee

%59
%53
%0
%7

Triadic Colors of #616fee

#616fee #ee616f #6fee61

Analogous Colors of #616fee

#616fee #9a61ee #61b6ee

Monochromatic Colors of #616fee

#616fee

Complementary Color

#616fee #eee061

#616fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#616fee Color CSS Codes

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

#616fee Text Font Color

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

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


#616fee Background Color

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

This div background color is #616fee


#616fee Border Color

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

This div border color is #616fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616fee


Comments

No comments written yet.

Please login to write comment.