Color Hex Logo

#619bbf Color Hex

#619BBF
(97,155,191)
0 Favorites   0 Comments

Color spaces of #619bbf

RGB 97155191
HSL0.560.420.56
HSV203°49°75°
CMYK 0.490.190.00   0.25
XYZ26.055129.745753.6585
Yxy29.74570.23800.2718
Hunter Lab54.5396-10.1699-20.1544
CIE-Lab61.4342-8.9640-24.4682

#619bbf color RGB value is (97,155,191).

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

The process color (four color CMYK) of #619bbf color hex is 0.49, 0.19, 0.00, 0.25. Web safe color of #619bbf is #6699cc. Color #619bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011011 10111111
Octal 141 233 277
Decimal 97 155 191
Hex 61 9B BF

RGB Percentages of Color #619bbf

%21.90
%34.99
%43.12

CMYK Percentages of Color #619bbf

%49
%19
%0
%25

Triadic Colors of #619bbf

#619bbf #bf619b #9bbf61

Analogous Colors of #619bbf

#619bbf #616cbf #61bfb4

Monochromatic Colors of #619bbf

#619bbf

Complementary Color

#619bbf #bf8561

#619bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619bbf Color CSS Codes

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

#619bbf Text Font Color

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

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


#619bbf Background Color

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

This div background color is #619bbf


#619bbf Border Color

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

This div border color is #619bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619bbf


Comments

No comments written yet.

Please login to write comment.