Color Hex Logo

#616cfa Color Hex

#616CFA
(97,108,250)
0 Favorites   0 Comments

Color spaces of #616cfa

RGB 97108250
HSL0.650.940.68
HSV236°61°98°
CMYK 0.610.570.00   0.02
XYZ27.547620.168692.8835
Yxy20.16860.19590.1434
Hunter Lab44.909530.9009-91.1893
CIE-Lab52.027337.6700-72.3921

#616cfa color RGB value is (97,108,250).

#616cfa hex color red value is 97, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #616cfa hue: 0.65 , saturation: 0.94 and the lightness value of 616cfa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 11111010
Octal 141 154 372
Decimal 97 108 250
Hex 61 6C FA

RGB Percentages of Color #616cfa

%21.32
%23.74
%54.95

CMYK Percentages of Color #616cfa

%61
%57
%0
%2

Triadic Colors of #616cfa

#616cfa #fa616c #6cfa61

Analogous Colors of #616cfa

#616cfa #a361fa #61b9fa

Monochromatic Colors of #616cfa

#616cfa

Complementary Color

#616cfa #faef61

#616cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cfa Color CSS Codes

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

#616cfa Text Font Color

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

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


#616cfa Background Color

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

This div background color is #616cfa


#616cfa Border Color

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

This div border color is #616cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cfa


Comments

No comments written yet.

Please login to write comment.