Color Hex Logo

#619dae Color Hex

#619DAE
(97,157,174)
0 Favorites   0 Comments

Color spaces of #619dae

RGB 97157174
HSL0.540.320.53
HSV193°44°68°
CMYK 0.440.100.00   0.32
XYZ24.626729.711344.4813
Yxy29.71130.24920.3007
Hunter Lab54.5081-14.7430-10.2279
CIE-Lab61.4043-14.8827-14.9449

#619dae color RGB value is (97,157,174).

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

The process color (four color CMYK) of #619dae color hex is 0.44, 0.10, 0.00, 0.32. Web safe color of #619dae is #669999. Color #619dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011101 10101110
Octal 141 235 256
Decimal 97 157 174
Hex 61 9D AE

RGB Percentages of Color #619dae

%22.66
%36.68
%40.65

CMYK Percentages of Color #619dae

%44
%10
%0
%32

Triadic Colors of #619dae

#619dae #ae619d #9dae61

Analogous Colors of #619dae

#619dae #6177ae #61ae99

Monochromatic Colors of #619dae

#619dae

Complementary Color

#619dae #ae7261

#619dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#619dae Color CSS Codes

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

#619dae Text Font Color

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

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


#619dae Background Color

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

This div background color is #619dae


#619dae Border Color

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

This div border color is #619dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619dae


Comments

No comments written yet.

Please login to write comment.