Color Hex Logo

#618ecc Color Hex

#618ECC
(97,142,204)
0 Favorites   0 Comments

Color spaces of #618ecc

RGB 97142204
HSL0.600.510.59
HSV215°52°80°
CMYK 0.520.300.00   0.20
XYZ25.501826.247060.8488
Yxy26.24700.22650.2331
Hunter Lab51.2318-0.8033-34.5573
CIE-Lab58.27082.3558-36.6850

#618ecc color RGB value is (97,142,204).

#618ecc hex color red value is 97, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #618ecc hue: 0.60 , saturation: 0.51 and the lightness value of 618ecc is 0.59.

The process color (four color CMYK) of #618ecc color hex is 0.52, 0.30, 0.00, 0.20. Web safe color of #618ecc is #6699cc. Color #618ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001110 11001100
Octal 141 216 314
Decimal 97 142 204
Hex 61 8E CC

RGB Percentages of Color #618ecc

%21.90
%32.05
%46.05

CMYK Percentages of Color #618ecc

%52
%30
%0
%20

Triadic Colors of #618ecc

#618ecc #cc618e #8ecc61

Analogous Colors of #618ecc

#618ecc #6a61cc #61c4cc

Monochromatic Colors of #618ecc

#618ecc

Complementary Color

#618ecc #cc9f61

#618ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#618ecc Color CSS Codes

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

#618ecc Text Font Color

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

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


#618ecc Background Color

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

This div background color is #618ecc


#618ecc Border Color

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

This div border color is #618ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618ecc


Comments

No comments written yet.

Please login to write comment.