Color Hex Logo

#619efd Color Hex

#619EFD
(97,158,253)
0 Favorites   0 Comments

Color spaces of #619efd

RGB 97158253
HSL0.600.980.69
HSV217°62°99°
CMYK 0.620.380.00   0.01
XYZ34.886234.087097.6692
Yxy34.08700.20930.2046
Hunter Lab58.38414.4869-58.3159
CIE-Lab65.03168.7195-53.1742

#619efd color RGB value is (97,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11111101
Octal 141 236 375
Decimal 97 158 253
Hex 61 9E FD

RGB Percentages of Color #619efd

%19.09
%31.10
%49.80

CMYK Percentages of Color #619efd

%62
%38
%0
%1

Triadic Colors of #619efd

#619efd #fd619e #9efd61

Analogous Colors of #619efd

#619efd #7261fd #61ecfd

Monochromatic Colors of #619efd

#619efd

Complementary Color

#619efd #fdc061

#619efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619efd Color CSS Codes

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

#619efd Text Font Color

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

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


#619efd Background Color

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

This div background color is #619efd


#619efd Border Color

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

This div border color is #619efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619efd

Related Colors


Comments

No comments written yet.

Please login to write comment.