Color Hex Logo

#616df1 Color Hex

#616DF1
(97,109,241)
0 Favorites   0 Comments

Color spaces of #616df1

RGB 97109241
HSL0.650.840.66
HSV235°60°95°
CMYK 0.600.550.00   0.05
XYZ26.275619.829585.6617
Yxy19.82950.19940.1505
Hunter Lab44.530327.3978-82.8832
CIE-Lab51.643934.1492-68.0040

#616df1 color RGB value is (97,109,241).

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

The process color (four color CMYK) of #616df1 color hex is 0.60, 0.55, 0.00, 0.05. Web safe color of #616df1 is #6666ff. Color #616df1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11110001
Octal 141 155 361
Decimal 97 109 241
Hex 61 6D F1

RGB Percentages of Color #616df1

%21.70
%24.38
%53.91

CMYK Percentages of Color #616df1

%60
%55
%0
%5

Triadic Colors of #616df1

#616df1 #f1616d #6df161

Analogous Colors of #616df1

#616df1 #9d61f1 #61b5f1

Monochromatic Colors of #616df1

#616df1

Complementary Color

#616df1 #f1e561

#616df1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616df1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616df1 Color CSS Codes

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

#616df1 Text Font Color

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

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


#616df1 Background Color

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

This div background color is #616df1


#616df1 Border Color

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

This div border color is #616df1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616df1


Comments

No comments written yet.

Please login to write comment.