Color Hex Logo

#619caf Color Hex

#619CAF
(97,156,175)
0 Favorites   0 Comments

Color spaces of #619caf

RGB 97156175
HSL0.540.330.53
HSV195°45°69°
CMYK 0.450.110.00   0.31
XYZ24.556129.413544.9406
Yxy29.41350.24830.2974
Hunter Lab54.2342-14.0889-11.1661
CIE-Lab61.1448-14.0691-15.9013

#619caf color RGB value is (97,156,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011100 10101111
Octal 141 234 257
Decimal 97 156 175
Hex 61 9C AF

RGB Percentages of Color #619caf

%22.66
%36.45
%40.89

CMYK Percentages of Color #619caf

%45
%11
%0
%31

Triadic Colors of #619caf

#619caf #af619c #9caf61

Analogous Colors of #619caf

#619caf #6175af #61af9b

Monochromatic Colors of #619caf

#619caf

Complementary Color

#619caf #af7461

#619caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619caf Color CSS Codes

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

#619caf Text Font Color

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

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


#619caf Background Color

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

This div background color is #619caf


#619caf Border Color

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

This div border color is #619caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619caf


Comments

No comments written yet.

Please login to write comment.