Color Hex Logo

#619daf Color Hex

#619DAF
(97,157,175)
0 Favorites   0 Comments

Color spaces of #619daf

RGB 97157175
HSL0.540.330.53
HSV194°45°69°
CMYK 0.450.100.00   0.31
XYZ24.724629.750544.9967
Yxy29.75050.24860.2991
Hunter Lab54.5440-14.5386-10.7311
CIE-Lab61.4383-14.6075-15.4572

#619daf color RGB value is (97,157,175).

#619daf hex color red value is 97, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #619daf hue: 0.54 , saturation: 0.33 and the lightness value of 619daf is 0.53.

The process color (four color CMYK) of #619daf color hex is 0.45, 0.10, 0.00, 0.31. Web safe color of #619daf is #669999. Color #619daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011101 10101111
Octal 141 235 257
Decimal 97 157 175
Hex 61 9D AF

RGB Percentages of Color #619daf

%22.61
%36.60
%40.79

CMYK Percentages of Color #619daf

%45
%10
%0
%31

Triadic Colors of #619daf

#619daf #af619d #9daf61

Analogous Colors of #619daf

#619daf #6176af #61af9a

Monochromatic Colors of #619daf

#619daf

Complementary Color

#619daf #af7361

#619daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619daf Color CSS Codes

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

#619daf Text Font Color

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

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


#619daf Background Color

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

This div background color is #619daf


#619daf Border Color

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

This div border color is #619daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619daf


Comments

No comments written yet.

Please login to write comment.