Color Hex Logo

#619bcc Color Hex

#619BCC
(97,155,204)
0 Favorites   0 Comments

Color spaces of #619bcc

RGB 97155204
HSL0.580.510.59
HSV207°52°80°
CMYK 0.520.240.00   0.20
XYZ27.550230.343761.5316
Yxy30.34370.23070.2541
Hunter Lab55.0851-7.1242-27.6690
CIE-Lab61.9496-5.0883-30.9560

#619bcc color RGB value is (97,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011011 11001100
Octal 141 233 314
Decimal 97 155 204
Hex 61 9B CC

RGB Percentages of Color #619bcc

%21.27
%33.99
%44.74

CMYK Percentages of Color #619bcc

%52
%24
%0
%20

Triadic Colors of #619bcc

#619bcc #cc619b #9bcc61

Analogous Colors of #619bcc

#619bcc #6166cc #61ccc8

Monochromatic Colors of #619bcc

#619bcc

Complementary Color

#619bcc #cc9261

#619bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#619bcc Color CSS Codes

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

#619bcc Text Font Color

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

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


#619bcc Background Color

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

This div background color is #619bcc


#619bcc Border Color

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

This div border color is #619bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619bcc

#619bcc Color Palettes


Comments

No comments written yet.

Please login to write comment.