Color Hex Logo

#619bcb Color Hex

#619BCB
(97,155,203)
0 Favorites   0 Comments

Color spaces of #619bcb

RGB 97155203
HSL0.580.500.59
HSV207°52°80°
CMYK 0.520.240.00   0.20
XYZ27.430630.295960.9019
Yxy30.29590.23120.2554
Hunter Lab55.0417-7.3657-27.0733
CIE-Lab61.9087-5.3913-30.4606

#619bcb color RGB value is (97,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011011 11001011
Octal 141 233 313
Decimal 97 155 203
Hex 61 9B CB

RGB Percentages of Color #619bcb

%21.32
%34.07
%44.62

CMYK Percentages of Color #619bcb

%52
%24
%0
%20

Triadic Colors of #619bcb

#619bcb #cb619b #9bcb61

Analogous Colors of #619bcb

#619bcb #6166cb #61cbc6

Monochromatic Colors of #619bcb

#619bcb

Complementary Color

#619bcb #cb9161

#619bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#619bcb Color CSS Codes

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

#619bcb Text Font Color

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

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


#619bcb Background Color

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

This div background color is #619bcb


#619bcb Border Color

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

This div border color is #619bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619bcb


Comments

No comments written yet.

Please login to write comment.