Color Hex Logo

#619fff Color Hex

#619FFF
(97,159,255)
0 Favorites   0 Comments

Color spaces of #619fff

RGB 97159255
HSL0.601.000.69
HSV216°62°100°
CMYK 0.620.380.00   0.00
XYZ35.377934.557799.4134
Yxy34.55770.20890.2041
Hunter Lab58.78584.5480-59.1160
CIE-Lab65.40288.7932-53.6755

#619fff color RGB value is (97,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011111 11111111
Octal 141 237 377
Decimal 97 159 255
Hex 61 9F FF

RGB Percentages of Color #619fff

%18.98
%31.12
%49.90

CMYK Percentages of Color #619fff

%62
%38
%0
%0

Triadic Colors of #619fff

#619fff #ff619f #9fff61

Analogous Colors of #619fff

#619fff #7261ff #61eeff

Monochromatic Colors of #619fff

#619fff

Complementary Color

#619fff #ffc161

#619fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#619fff Color CSS Codes

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

#619fff Text Font Color

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

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


#619fff Background Color

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

This div background color is #619fff


#619fff Border Color

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

This div border color is #619fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619fff


Comments

No comments written yet.

Please login to write comment.