Color Hex Logo

#618cff Color Hex

#618CFF
(97,140,255)
0 Favorites   0 Comments

Color spaces of #618cff

RGB 97140255
HSL0.621.000.69
HSV224°62°100°
CMYK 0.620.450.00   0.00
XYZ32.357828.517698.4067
Yxy28.51760.20310.1790
Hunter Lab53.401914.7052-71.8758
CIE-Lab60.353520.0171-61.7241

#618cff color RGB value is (97,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11111111
Octal 141 214 377
Decimal 97 140 255
Hex 61 8C FF

RGB Percentages of Color #618cff

%19.72
%28.46
%51.83

CMYK Percentages of Color #618cff

%62
%45
%0
%0

Triadic Colors of #618cff

#618cff #ff618c #8cff61

Analogous Colors of #618cff

#618cff #8561ff #61dbff

Monochromatic Colors of #618cff

#618cff

Complementary Color

#618cff #ffd461

#618cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cff Color CSS Codes

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

#618cff Text Font Color

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

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


#618cff Background Color

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

This div background color is #618cff


#618cff Border Color

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

This div border color is #618cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cff


Comments

No comments written yet.

Please login to write comment.