Color Hex Logo

#618bcc Color Hex

#618BCC
(97,139,204)
0 Favorites   0 Comments

Color spaces of #618bcc

RGB 97139204
HSL0.600.510.59
HSV216°52°80°
CMYK 0.520.320.00   0.20
XYZ25.061525.366360.7020
Yxy25.36630.22550.2283
Hunter Lab50.36500.6825-36.2034
CIE-Lab57.43064.1105-38.0010

#618bcc color RGB value is (97,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001011 11001100
Octal 141 213 314
Decimal 97 139 204
Hex 61 8B CC

RGB Percentages of Color #618bcc

%22.05
%31.59
%46.36

CMYK Percentages of Color #618bcc

%52
%32
%0
%20

Triadic Colors of #618bcc

#618bcc #cc618b #8bcc61

Analogous Colors of #618bcc

#618bcc #6d61cc #61c1cc

Monochromatic Colors of #618bcc

#618bcc

Complementary Color

#618bcc #cca261

#618bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#618bcc Color CSS Codes

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

#618bcc Text Font Color

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

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


#618bcc Background Color

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

This div background color is #618bcc


#618bcc Border Color

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

This div border color is #618bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618bcc


Comments

No comments written yet.

Please login to write comment.