Color Hex Logo

#619bcd Color Hex

#619BCD
(97,155,205)
0 Favorites   0 Comments

Color spaces of #619bcd

RGB 97155205
HSL0.580.520.59
HSV208°53°80°
CMYK 0.530.240.00   0.20
XYZ27.670630.391962.1654
Yxy30.39190.23020.2528
Hunter Lab55.1288-6.8817-28.2675
CIE-Lab61.9909-4.7848-31.4507

#619bcd color RGB value is (97,155,205).

#619bcd hex color red value is 97, green value is 155 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #619bcd hue: 0.58 , saturation: 0.52 and the lightness value of 619bcd is 0.59.

The process color (four color CMYK) of #619bcd color hex is 0.53, 0.24, 0.00, 0.20. Web safe color of #619bcd is #6699cc. Color #619bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011011 11001101
Octal 141 233 315
Decimal 97 155 205
Hex 61 9B CD

RGB Percentages of Color #619bcd

%21.23
%33.92
%44.86

CMYK Percentages of Color #619bcd

%53
%24
%0
%20

Triadic Colors of #619bcd

#619bcd #cd619b #9bcd61

Analogous Colors of #619bcd

#619bcd #6165cd #61cdc9

Monochromatic Colors of #619bcd

#619bcd

Complementary Color

#619bcd #cd9361

#619bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619bcd Color CSS Codes

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

#619bcd Text Font Color

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

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


#619bcd Background Color

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

This div background color is #619bcd


#619bcd Border Color

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

This div border color is #619bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619bcd


Comments

No comments written yet.

Please login to write comment.