Color Hex Logo

#618dcf Color Hex

#618DCF
(97,141,207)
0 Favorites   0 Comments

Color spaces of #618dcf

RGB 97141207
HSL0.600.530.60
HSV216°53°81°
CMYK 0.530.320.00   0.19
XYZ25.717126.096162.7131
Yxy26.09610.22460.2279
Hunter Lab51.08430.4636-37.0276
CIE-Lab58.12823.8755-38.5964

#618dcf color RGB value is (97,141,207).

#618dcf hex color red value is 97, green value is 141 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #618dcf hue: 0.60 , saturation: 0.53 and the lightness value of 618dcf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10001101 11001111
Octal 141 215 317
Decimal 97 141 207
Hex 61 8D CF

RGB Percentages of Color #618dcf

%21.80
%31.69
%46.52

CMYK Percentages of Color #618dcf

%53
%32
%0
%19

Triadic Colors of #618dcf

#618dcf #cf618d #8dcf61

Analogous Colors of #618dcf

#618dcf #6c61cf #61c4cf

Monochromatic Colors of #618dcf

#618dcf

Complementary Color

#618dcf #cfa361

#618dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#618dcf Color CSS Codes

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

#618dcf Text Font Color

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

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


#618dcf Background Color

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

This div background color is #618dcf


#618dcf Border Color

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

This div border color is #618dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618dcf


Comments

No comments written yet.

Please login to write comment.