Color Hex Logo

#619dbf Color Hex

#619DBF
(97,157,191)
0 Favorites   0 Comments

Color spaces of #619dbf

RGB 97157191
HSL0.560.420.56
HSV202°49°75°
CMYK 0.490.180.00   0.25
XYZ26.390730.416953.7703
Yxy30.41690.23870.2751
Hunter Lab55.1515-11.1006-19.1991
CIE-Lab62.0123-10.0672-23.5811

#619dbf color RGB value is (97,157,191).

#619dbf hex color red value is 97, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #619dbf hue: 0.56 , saturation: 0.42 and the lightness value of 619dbf is 0.56.

The process color (four color CMYK) of #619dbf color hex is 0.49, 0.18, 0.00, 0.25. Web safe color of #619dbf is #6699cc. Color #619dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011101 10111111
Octal 141 235 277
Decimal 97 157 191
Hex 61 9D BF

RGB Percentages of Color #619dbf

%21.80
%35.28
%42.92

CMYK Percentages of Color #619dbf

%49
%18
%0
%25

Triadic Colors of #619dbf

#619dbf #bf619d #9dbf61

Analogous Colors of #619dbf

#619dbf #616ebf #61bfb2

Monochromatic Colors of #619dbf

#619dbf

Complementary Color

#619dbf #bf8361

#619dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619dbf Color CSS Codes

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

#619dbf Text Font Color

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

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


#619dbf Background Color

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

This div background color is #619dbf


#619dbf Border Color

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

This div border color is #619dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619dbf


Comments

No comments written yet.

Please login to write comment.