Color Hex Logo

#618cfb Color Hex

#618CFB
(97,140,251)
0 Favorites   0 Comments

Color spaces of #618cfb

RGB 97140251
HSL0.620.950.68
HSV223°61°98°
CMYK 0.610.440.00   0.02
XYZ31.720428.262695.0502
Yxy28.26260.20460.1823
Hunter Lab53.162613.4707-68.7917
CIE-Lab60.125218.6934-59.8937

#618cfb color RGB value is (97,140,251).

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

The process color (four color CMYK) of #618cfb color hex is 0.61, 0.44, 0.00, 0.02. Web safe color of #618cfb is #6699ff. Color #618cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11111011
Octal 141 214 373
Decimal 97 140 251
Hex 61 8C FB

RGB Percentages of Color #618cfb

%19.88
%28.69
%51.43

CMYK Percentages of Color #618cfb

%61
%44
%0
%2

Triadic Colors of #618cfb

#618cfb #fb618c #8cfb61

Analogous Colors of #618cfb

#618cfb #8361fb #61d9fb

Monochromatic Colors of #618cfb

#618cfb

Complementary Color

#618cfb #fbd061

#618cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cfb Color CSS Codes

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

#618cfb Text Font Color

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

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


#618cfb Background Color

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

This div background color is #618cfb


#618cfb Border Color

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

This div border color is #618cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.