Color Hex Logo

#618bfc Color Hex

#618BFC
(97,139,252)
0 Favorites   0 Comments

Color spaces of #618bfc

RGB 97139252
HSL0.620.960.68
HSV224°62°99°
CMYK 0.620.450.00   0.01
XYZ31.733128.034995.8342
Yxy28.03490.20390.1802
Hunter Lab52.948014.3207-70.2494
CIE-Lab59.920319.6232-60.7712

#618bfc color RGB value is (97,139,252).

#618bfc hex color red value is 97, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #618bfc hue: 0.62 , saturation: 0.96 and the lightness value of 618bfc is 0.68.

The process color (four color CMYK) of #618bfc color hex is 0.62, 0.45, 0.00, 0.01. Web safe color of #618bfc is #6699ff. Color #618bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 11111100
Octal 141 213 374
Decimal 97 139 252
Hex 61 8B FC

RGB Percentages of Color #618bfc

%19.88
%28.48
%51.64

CMYK Percentages of Color #618bfc

%62
%45
%0
%1

Triadic Colors of #618bfc

#618bfc #fc618b #8bfc61

Analogous Colors of #618bfc

#618bfc #8561fc #61d9fc

Monochromatic Colors of #618bfc

#618bfc

Complementary Color

#618bfc #fcd261

#618bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bfc Color CSS Codes

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

#618bfc Text Font Color

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

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


#618bfc Background Color

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

This div background color is #618bfc


#618bfc Border Color

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

This div border color is #618bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.