Color Hex Logo

#618bbf Color Hex

#618BBF
(97,139,191)
0 Favorites   0 Comments

Color spaces of #618bbf

RGB 97139191
HSL0.590.420.56
HSV213°49°75°
CMYK 0.490.270.00   0.25
XYZ23.566424.768252.8289
Yxy24.76820.23300.2448
Hunter Lab49.7677-2.5686-28.0996
CIE-Lab56.84890.1110-31.5555

#618bbf color RGB value is (97,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 10111111
Octal 141 213 277
Decimal 97 139 191
Hex 61 8B BF

RGB Percentages of Color #618bbf

%22.72
%32.55
%44.73

CMYK Percentages of Color #618bbf

%49
%27
%0
%25

Triadic Colors of #618bbf

#618bbf #bf618b #8bbf61

Analogous Colors of #618bbf

#618bbf #6661bf #61babf

Monochromatic Colors of #618bbf

#618bbf

Complementary Color

#618bbf #bf9561

#618bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bbf Color CSS Codes

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

#618bbf Text Font Color

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

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


#618bbf Background Color

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

This div background color is #618bbf


#618bbf Border Color

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

This div border color is #618bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bbf


Comments

No comments written yet.

Please login to write comment.