Color Hex Logo

#619edb Color Hex

#619EDB
(97,158,219)
0 Favorites   0 Comments

Color spaces of #619edb

RGB 97158219
HSL0.580.630.62
HSV210°56°86°
CMYK 0.560.280.00   0.14
XYZ29.942832.109671.6374
Yxy32.10960.22400.2402
Hunter Lab56.6653-4.8423-35.2898
CIE-Lab63.4334-2.1692-36.9954

#619edb color RGB value is (97,158,219).

#619edb hex color red value is 97, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #619edb hue: 0.58 , saturation: 0.63 and the lightness value of 619edb is 0.62.

The process color (four color CMYK) of #619edb color hex is 0.56, 0.28, 0.00, 0.14. Web safe color of #619edb is #6699cc. Color #619edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11011011
Octal 141 236 333
Decimal 97 158 219
Hex 61 9E DB

RGB Percentages of Color #619edb

%20.46
%33.33
%46.20

CMYK Percentages of Color #619edb

%56
%28
%0
%14

Triadic Colors of #619edb

#619edb #db619e #9edb61

Analogous Colors of #619edb

#619edb #6161db #61dbdb

Monochromatic Colors of #619edb

#619edb

Complementary Color

#619edb #db9e61

#619edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#619edb Color CSS Codes

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

#619edb Text Font Color

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

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


#619edb Background Color

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

This div background color is #619edb


#619edb Border Color

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

This div border color is #619edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619edb


Comments

No comments written yet.

Please login to write comment.