Color Hex Logo

#619bfe Color Hex

#619BFE
(97,155,254)
0 Favorites   0 Comments

Color spaces of #619bfe

RGB 97155254
HSL0.610.990.69
HSV218°62°100°
CMYK 0.620.390.00   0.00
XYZ34.540533.139898.3421
Yxy33.13980.20800.1996
Hunter Lab57.56726.3580-60.9882
CIE-Lab64.273910.7986-54.9224

#619bfe color RGB value is (97,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011011 11111110
Octal 141 233 376
Decimal 97 155 254
Hex 61 9B FE

RGB Percentages of Color #619bfe

%19.17
%30.63
%50.20

CMYK Percentages of Color #619bfe

%62
%39
%0
%0

Triadic Colors of #619bfe

#619bfe #fe619b #9bfe61

Analogous Colors of #619bfe

#619bfe #7661fe #61eafe

Monochromatic Colors of #619bfe

#619bfe

Complementary Color

#619bfe #fec461

#619bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#619bfe Color CSS Codes

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

#619bfe Text Font Color

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

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


#619bfe Background Color

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

This div background color is #619bfe


#619bfe Border Color

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

This div border color is #619bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.