Color Hex Logo

#619ffe Color Hex

#619FFE
(97,159,254)
0 Favorites   0 Comments

Color spaces of #619ffe

RGB 97159254
HSL0.600.990.69
HSV216°62°100°
CMYK 0.620.370.00   0.00
XYZ35.217334.493498.5677
Yxy34.49340.20930.2050
Hunter Lab58.73114.2557-58.3940
CIE-Lab65.35238.4659-53.2109

#619ffe color RGB value is (97,159,254).

#619ffe hex color red value is 97, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #619ffe hue: 0.60 , saturation: 0.99 and the lightness value of 619ffe is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011111 11111110
Octal 141 237 376
Decimal 97 159 254
Hex 61 9F FE

RGB Percentages of Color #619ffe

%19.02
%31.18
%49.80

CMYK Percentages of Color #619ffe

%62
%37
%0
%0

Triadic Colors of #619ffe

#619ffe #fe619f #9ffe61

Analogous Colors of #619ffe

#619ffe #7261fe #61eefe

Monochromatic Colors of #619ffe

#619ffe

Complementary Color

#619ffe #fec061

#619ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#619ffe Color CSS Codes

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

#619ffe Text Font Color

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

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


#619ffe Background Color

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

This div background color is #619ffe


#619ffe Border Color

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

This div border color is #619ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.