Color Hex Logo

#619efa Color Hex

#619EFA
(97,158,250)
0 Favorites   0 Comments

Color spaces of #619efa

RGB 97158250
HSL0.600.940.68
HSV216°61°98°
CMYK 0.610.370.00   0.02
XYZ34.411933.897295.1716
Yxy33.89720.21050.2073
Hunter Lab58.22133.6158-56.1636
CIE-Lab64.88097.7391-51.7757

#619efa color RGB value is (97,158,250).

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

The process color (four color CMYK) of #619efa color hex is 0.61, 0.37, 0.00, 0.02. Web safe color of #619efa is #6699ff. Color #619efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11111010
Octal 141 236 372
Decimal 97 158 250
Hex 61 9E FA

RGB Percentages of Color #619efa

%19.21
%31.29
%49.50

CMYK Percentages of Color #619efa

%61
%37
%0
%2

Triadic Colors of #619efa

#619efa #fa619e #9efa61

Analogous Colors of #619efa

#619efa #7161fa #61ebfa

Monochromatic Colors of #619efa

#619efa

Complementary Color

#619efa #fabd61

#619efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#619efa Color CSS Codes

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

#619efa Text Font Color

<p style="color:#619efa">Text here</p>

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


#619efa Background Color

<div style="background-color:#619efa">
Div content here</div>

This div background color is #619efa


#619efa Border Color

<div style="border:3px solid #619efa">
Div here</div>

This div border color is #619efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619efa


Comments

No comments written yet.

Please login to write comment.