Color Hex Logo

#619cbb Color Hex

#619CBB
(97,156,187)
0 Favorites   0 Comments

Color spaces of #619cbb

RGB 97156187
HSL0.560.400.56
HSV201°48°73°
CMYK 0.480.170.00   0.27
XYZ25.787929.906251.4270
Yxy29.90620.24070.2792
Hunter Lab54.6866-11.5283-17.4755
CIE-Lab61.5732-10.6773-22.0075

#619cbb color RGB value is (97,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011100 10111011
Octal 141 234 273
Decimal 97 156 187
Hex 61 9C BB

RGB Percentages of Color #619cbb

%22.05
%35.45
%42.50

CMYK Percentages of Color #619cbb

%48
%17
%0
%27

Triadic Colors of #619cbb

#619cbb #bb619c #9cbb61

Analogous Colors of #619cbb

#619cbb #616fbb #61bbad

Monochromatic Colors of #619cbb

#619cbb

Complementary Color

#619cbb #bb8061

#619cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#619cbb Color CSS Codes

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

#619cbb Text Font Color

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

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


#619cbb Background Color

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

This div background color is #619cbb


#619cbb Border Color

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

This div border color is #619cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619cbb


Comments

No comments written yet.

Please login to write comment.