Color Hex Logo

#619cbd Color Hex

#619CBD
(97,156,189)
0 Favorites   0 Comments

Color spaces of #619cbd

RGB 97156189
HSL0.560.410.56
HSV202°49°74°
CMYK 0.490.170.00   0.26
XYZ26.003529.992452.5627
Yxy29.99240.23950.2763
Hunter Lab54.7653-11.0845-18.5697
CIE-Lab61.6477-10.0987-23.0173

#619cbd color RGB value is (97,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011100 10111101
Octal 141 234 275
Decimal 97 156 189
Hex 61 9C BD

RGB Percentages of Color #619cbd

%21.95
%35.29
%42.76

CMYK Percentages of Color #619cbd

%49
%17
%0
%26

Triadic Colors of #619cbd

#619cbd #bd619c #9cbd61

Analogous Colors of #619cbd

#619cbd #616ebd #61bdb0

Monochromatic Colors of #619cbd

#619cbd

Complementary Color

#619cbd #bd8261

#619cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619cbd Color CSS Codes

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

#619cbd Text Font Color

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

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


#619cbd Background Color

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

This div background color is #619cbd


#619cbd Border Color

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

This div border color is #619cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619cbd


Comments

No comments written yet.

Please login to write comment.