Color Hex Logo

#619cfd Color Hex

#619CFD
(97,156,253)
0 Favorites   0 Comments

Color spaces of #619cfd

RGB 97156253
HSL0.600.980.69
HSV217°62°99°
CMYK 0.620.380.00   0.01
XYZ34.547933.410297.5564
Yxy33.41020.20870.2019
Hunter Lab57.80165.5364-59.6075
CIE-Lab64.49179.8856-54.0308

#619cfd color RGB value is (97,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011100 11111101
Octal 141 234 375
Decimal 97 156 253
Hex 61 9C FD

RGB Percentages of Color #619cfd

%19.17
%30.83
%50.00

CMYK Percentages of Color #619cfd

%62
%38
%0
%1

Triadic Colors of #619cfd

#619cfd #fd619c #9cfd61

Analogous Colors of #619cfd

#619cfd #7461fd #61eafd

Monochromatic Colors of #619cfd

#619cfd

Complementary Color

#619cfd #fdc261

#619cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619cfd Color CSS Codes

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

#619cfd Text Font Color

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

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


#619cfd Background Color

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

This div background color is #619cfd


#619cfd Border Color

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

This div border color is #619cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619cfd


Comments

No comments written yet.

Please login to write comment.