Color Hex Logo

#619fbf Color Hex

#619FBF
(97,159,191)
0 Favorites   0 Comments

Color spaces of #619fbf

RGB 97159191
HSL0.560.420.56
HSV200°49°75°
CMYK 0.490.170.00   0.25
XYZ26.731931.099253.8841
Yxy31.09920.23930.2784
Hunter Lab55.7667-12.0272-18.2518
CIE-Lab62.5913-11.1631-22.6943

#619fbf color RGB value is (97,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011111 10111111
Octal 141 237 277
Decimal 97 159 191
Hex 61 9F BF

RGB Percentages of Color #619fbf

%21.70
%35.57
%42.73

CMYK Percentages of Color #619fbf

%49
%17
%0
%25

Triadic Colors of #619fbf

#619fbf #bf619f #9fbf61

Analogous Colors of #619fbf

#619fbf #6170bf #61bfb0

Monochromatic Colors of #619fbf

#619fbf

Complementary Color

#619fbf #bf8161

#619fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619fbf Color CSS Codes

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

#619fbf Text Font Color

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

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


#619fbf Background Color

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

This div background color is #619fbf


#619fbf Border Color

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

This div border color is #619fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619fbf


Comments

No comments written yet.

Please login to write comment.