Color Hex Logo

#618bff Color Hex

#618BFF
(97,139,255)
0 Favorites   0 Comments

Color spaces of #618bff

RGB 97139255
HSL0.621.000.69
HSV224°62°100°
CMYK 0.620.450.00   0.00
XYZ32.212428.226698.3582
Yxy28.22660.20290.1778
Hunter Lab53.128715.2509-72.5746
CIE-Lab60.092920.6167-62.1417

#618bff color RGB value is (97,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 11111111
Octal 141 213 377
Decimal 97 139 255
Hex 61 8B FF

RGB Percentages of Color #618bff

%19.76
%28.31
%51.93

CMYK Percentages of Color #618bff

%62
%45
%0
%0

Triadic Colors of #618bff

#618bff #ff618b #8bff61

Analogous Colors of #618bff

#618bff #8661ff #61daff

Monochromatic Colors of #618bff

#618bff

Complementary Color

#618bff #ffd561

#618bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bff Color CSS Codes

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

#618bff Text Font Color

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

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


#618bff Background Color

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

This div background color is #618bff


#618bff Border Color

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

This div border color is #618bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bff

Related Colors


Comments

No comments written yet.

Please login to write comment.