Color Hex Logo

#619dcd Color Hex

#619DCD
(97,157,205)
0 Favorites   0 Comments

Color spaces of #619dcd

RGB 97157205
HSL0.570.520.59
HSV207°53°80°
CMYK 0.530.230.00   0.20
XYZ28.006231.063162.2773
Yxy31.06310.23080.2560
Hunter Lab55.7343-7.8396-27.2365
CIE-Lab62.5609-5.9072-30.5675

#619dcd color RGB value is (97,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011101 11001101
Octal 141 235 315
Decimal 97 157 205
Hex 61 9D CD

RGB Percentages of Color #619dcd

%21.13
%34.20
%44.66

CMYK Percentages of Color #619dcd

%53
%23
%0
%20

Triadic Colors of #619dcd

#619dcd #cd619d #9dcd61

Analogous Colors of #619dcd

#619dcd #6167cd #61cdc7

Monochromatic Colors of #619dcd

#619dcd

Complementary Color

#619dcd #cd9161

#619dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619dcd Color CSS Codes

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

#619dcd Text Font Color

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

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


#619dcd Background Color

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

This div background color is #619dcd


#619dcd Border Color

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

This div border color is #619dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619dcd


Comments

No comments written yet.

Please login to write comment.