Color Hex Logo

#619ade Color Hex

#619ADE
(97,154,222)
0 Favorites   0 Comments

Color spaces of #619ade

RGB 97154222
HSL0.590.650.63
HSV213°56°87°
CMYK 0.560.310.00   0.13
XYZ29.670230.926573.5129
Yxy30.92650.22120.2306
Hunter Lab55.6116-2.0860-39.4473
CIE-Lab62.44551.0530-40.2036

#619ade color RGB value is (97,154,222).

#619ade hex color red value is 97, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #619ade hue: 0.59 , saturation: 0.65 and the lightness value of 619ade is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011010 11011110
Octal 141 232 336
Decimal 97 154 222
Hex 61 9A DE

RGB Percentages of Color #619ade

%20.51
%32.56
%46.93

CMYK Percentages of Color #619ade

%56
%31
%0
%13

Triadic Colors of #619ade

#619ade #de619a #9ade61

Analogous Colors of #619ade

#619ade #6761de #61d9de

Monochromatic Colors of #619ade

#619ade

Complementary Color

#619ade #dea561

#619ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#619ade Color CSS Codes

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

#619ade Text Font Color

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

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


#619ade Background Color

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

This div background color is #619ade


#619ade Border Color

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

This div border color is #619ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619ade


Comments

No comments written yet.

Please login to write comment.