Color Hex Logo

#616bff Color Hex

#616BFF
(97,107,255)
0 Favorites   0 Comments

Color spaces of #616bff

RGB 97107255
HSL0.661.000.69
HSV236°62°100°
CMYK 0.620.580.00   0.00
XYZ28.237520.276897.0333
Yxy20.27680.19400.1393
Hunter Lab45.029833.1326-96.2414
CIE-Lab52.148739.8861-74.9665

#616bff color RGB value is (97,107,255).

#616bff hex color red value is 97, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #616bff hue: 0.66 , saturation: 1.00 and the lightness value of 616bff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101011 11111111
Octal 141 153 377
Decimal 97 107 255
Hex 61 6B FF

RGB Percentages of Color #616bff

%21.13
%23.31
%55.56

CMYK Percentages of Color #616bff

%62
%58
%0
%0

Triadic Colors of #616bff

#616bff #ff616b #6bff61

Analogous Colors of #616bff

#616bff #a661ff #61baff

Monochromatic Colors of #616bff

#616bff

Complementary Color

#616bff #fff561

#616bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#616bff Color CSS Codes

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

#616bff Text Font Color

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

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


#616bff Background Color

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

This div background color is #616bff


#616bff Border Color

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

This div border color is #616bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616bff


Comments

No comments written yet.

Please login to write comment.