Color Hex Logo

#618cd6 Color Hex

#618CD6
(97,140,214)
0 Favorites   0 Comments

Color spaces of #618cd6

RGB 97140214
HSL0.610.590.61
HSV218°55°84°
CMYK 0.550.350.00   0.16
XYZ26.445426.152667.2725
Yxy26.15260.22060.2182
Hunter Lab51.13962.8119-42.1963
CIE-Lab58.18166.6695-42.4430

#618cd6 color RGB value is (97,140,214).

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

The process color (four color CMYK) of #618cd6 color hex is 0.55, 0.35, 0.00, 0.16. Web safe color of #618cd6 is #6699cc. Color #618cd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001100 11010110
Octal 141 214 326
Decimal 97 140 214
Hex 61 8C D6

RGB Percentages of Color #618cd6

%21.51
%31.04
%47.45

CMYK Percentages of Color #618cd6

%55
%35
%0
%16

Triadic Colors of #618cd6

#618cd6 #d6618c #8cd661

Analogous Colors of #618cd6

#618cd6 #7161d6 #61c7d6

Monochromatic Colors of #618cd6

#618cd6

Complementary Color

#618cd6 #d6ab61

#618cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618cd6 Color CSS Codes

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

#618cd6 Text Font Color

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

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


#618cd6 Background Color

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

This div background color is #618cd6


#618cd6 Border Color

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

This div border color is #618cd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618cd6


Comments

No comments written yet.

Please login to write comment.