Color Hex Logo

#618cbf Color Hex

#618CBF
(97,140,191)
0 Favorites   0 Comments

Color spaces of #618cbf

RGB 97140191
HSL0.590.420.56
HSV213°49°75°
CMYK 0.490.270.00   0.25
XYZ23.711825.059152.8774
Yxy25.05910.23330.2465
Hunter Lab50.0591-3.0521-27.5867
CIE-Lab57.1330-0.4689-31.1138

#618cbf color RGB value is (97,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 10111111
Octal 141 214 277
Decimal 97 140 191
Hex 61 8C BF

RGB Percentages of Color #618cbf

%22.66
%32.71
%44.63

CMYK Percentages of Color #618cbf

%49
%27
%0
%25

Triadic Colors of #618cbf

#618cbf #bf618c #8cbf61

Analogous Colors of #618cbf

#618cbf #6561bf #61bbbf

Monochromatic Colors of #618cbf

#618cbf

Complementary Color

#618cbf #bf9461

#618cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cbf Color CSS Codes

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

#618cbf Text Font Color

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

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


#618cbf Background Color

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

This div background color is #618cbf


#618cbf Border Color

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

This div border color is #618cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cbf


Comments

No comments written yet.

Please login to write comment.