Color Hex Logo

#616ccf Color Hex

#616CCF
(97,108,207)
0 Favorites   0 Comments

Color spaces of #616ccf

RGB 97108207
HSL0.650.530.60
HSV234°53°81°
CMYK 0.530.480.00   0.19
XYZ21.554817.771561.3257
Yxy17.77150.21420.1766
Hunter Lab42.156317.4949-56.7412
CIE-Lab49.217823.7990-52.7229

#616ccf color RGB value is (97,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 11001111
Octal 141 154 317
Decimal 97 108 207
Hex 61 6C CF

RGB Percentages of Color #616ccf

%23.54
%26.21
%50.24

CMYK Percentages of Color #616ccf

%53
%48
%0
%19

Triadic Colors of #616ccf

#616ccf #cf616c #6ccf61

Analogous Colors of #616ccf

#616ccf #8d61cf #61a3cf

Monochromatic Colors of #616ccf

#616ccf

Complementary Color

#616ccf #cfc461

#616ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#616ccf Color CSS Codes

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

#616ccf Text Font Color

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

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


#616ccf Background Color

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

This div background color is #616ccf


#616ccf Border Color

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

This div border color is #616ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616ccf


Comments

No comments written yet.

Please login to write comment.