Color Hex Logo

#616dcf Color Hex

#616DCF
(97,109,207)
0 Favorites   0 Comments

Color spaces of #616dcf

RGB 97109207
HSL0.650.530.60
HSV233°53°81°
CMYK 0.530.470.00   0.19
XYZ21.660917.983761.3610
Yxy17.98370.21450.1780
Hunter Lab42.407216.9623-56.1045
CIE-Lab49.476323.1840-52.3088

#616dcf color RGB value is (97,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11001111
Octal 141 155 317
Decimal 97 109 207
Hex 61 6D CF

RGB Percentages of Color #616dcf

%23.49
%26.39
%50.12

CMYK Percentages of Color #616dcf

%53
%47
%0
%19

Triadic Colors of #616dcf

#616dcf #cf616d #6dcf61

Analogous Colors of #616dcf

#616dcf #8c61cf #61a4cf

Monochromatic Colors of #616dcf

#616dcf

Complementary Color

#616dcf #cfc361

#616dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616dcf Color CSS Codes

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

#616dcf Text Font Color

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

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


#616dcf Background Color

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

This div background color is #616dcf


#616dcf Border Color

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

This div border color is #616dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616dcf


Comments

No comments written yet.

Please login to write comment.