Color Hex Logo

#619fea Color Hex

#619FEA
(97,159,234)
0 Favorites   0 Comments

Color spaces of #619fea

RGB 97159234
HSL0.590.770.65
HSV213°59°92°
CMYK 0.590.320.00   0.08
XYZ32.179233.278282.5692
Yxy33.27820.21740.2248
Hunter Lab57.6873-1.3815-44.4822
CIE-Lab64.38551.9942-43.7865

#619fea color RGB value is (97,159,234).

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

The process color (four color CMYK) of #619fea color hex is 0.59, 0.32, 0.00, 0.08. Web safe color of #619fea is #6699ff. Color #619fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011111 11101010
Octal 141 237 352
Decimal 97 159 234
Hex 61 9F EA

RGB Percentages of Color #619fea

%19.80
%32.45
%47.76

CMYK Percentages of Color #619fea

%59
%32
%0
%8

Triadic Colors of #619fea

#619fea #ea619f #9fea61

Analogous Colors of #619fea

#619fea #6861ea #61e4ea

Monochromatic Colors of #619fea

#619fea

Complementary Color

#619fea #eaac61

#619fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#619fea Color CSS Codes

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

#619fea Text Font Color

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

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


#619fea Background Color

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

This div background color is #619fea


#619fea Border Color

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

This div border color is #619fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619fea


Comments

No comments written yet.

Please login to write comment.