Color Hex Logo

#619aaf Color Hex

#619AAF
(97,154,175)
0 Favorites   0 Comments

Color spaces of #619aaf

RGB 97154175
HSL0.540.330.53
HSV196°45°69°
CMYK 0.450.120.00   0.31
XYZ24.223228.747744.8296
Yxy28.74770.24770.2939
Hunter Lab53.6169-13.1863-12.0411
CIE-Lab60.5583-12.9866-16.7899

#619aaf color RGB value is (97,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011010 10101111
Octal 141 232 257
Decimal 97 154 175
Hex 61 9A AF

RGB Percentages of Color #619aaf

%22.77
%36.15
%41.08

CMYK Percentages of Color #619aaf

%45
%12
%0
%31

Triadic Colors of #619aaf

#619aaf #af619a #9aaf61

Analogous Colors of #619aaf

#619aaf #6173af #61af9d

Monochromatic Colors of #619aaf

#619aaf

Complementary Color

#619aaf #af7661

#619aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619aaf Color CSS Codes

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

#619aaf Text Font Color

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

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


#619aaf Background Color

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

This div background color is #619aaf


#619aaf Border Color

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

This div border color is #619aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619aaf


Comments

No comments written yet.

Please login to write comment.