Color Hex Logo

#619aae Color Hex

#619AAE
(97,154,174)
0 Favorites   0 Comments

Color spaces of #619aae

RGB 97154174
HSL0.540.320.53
HSV196°44°68°
CMYK 0.440.110.00   0.32
XYZ24.125328.708644.3142
Yxy28.70860.24830.2955
Hunter Lab53.5804-13.3937-11.5301
CIE-Lab60.5236-13.2645-16.2774

#619aae color RGB value is (97,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011010 10101110
Octal 141 232 256
Decimal 97 154 174
Hex 61 9A AE

RGB Percentages of Color #619aae

%22.82
%36.24
%40.94

CMYK Percentages of Color #619aae

%44
%11
%0
%32

Triadic Colors of #619aae

#619aae #ae619a #9aae61

Analogous Colors of #619aae

#619aae #6174ae #61ae9c

Monochromatic Colors of #619aae

#619aae

Complementary Color

#619aae #ae7561

#619aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#619aae Color CSS Codes

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

#619aae Text Font Color

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

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


#619aae Background Color

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

This div background color is #619aae


#619aae Border Color

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

This div border color is #619aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,154,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 #619aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619aae


Comments

No comments written yet.

Please login to write comment.