Color Hex Logo

#616cdc Color Hex

#616CDC
(97,108,220)
0 Favorites   0 Comments

Color spaces of #616cdc

RGB 97108220
HSL0.650.640.62
HSV235°56°86°
CMYK 0.560.510.00   0.14
XYZ23.210618.433870.0449
Yxy18.43380.20780.1650
Hunter Lab42.934621.3622-66.6734
CIE-Lab50.018127.9652-58.8266

#616cdc color RGB value is (97,108,220).

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

The process color (four color CMYK) of #616cdc color hex is 0.56, 0.51, 0.00, 0.14. Web safe color of #616cdc is #6666cc. Color #616cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101100 11011100
Octal 141 154 334
Decimal 97 108 220
Hex 61 6C DC

RGB Percentages of Color #616cdc

%22.82
%25.41
%51.76

CMYK Percentages of Color #616cdc

%56
%51
%0
%14

Triadic Colors of #616cdc

#616cdc #dc616c #6cdc61

Analogous Colors of #616cdc

#616cdc #9461dc #61aadc

Monochromatic Colors of #616cdc

#616cdc

Complementary Color

#616cdc #dcd161

#616cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#616cdc Color CSS Codes

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

#616cdc Text Font Color

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

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


#616cdc Background Color

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

This div background color is #616cdc


#616cdc Border Color

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

This div border color is #616cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616cdc


Comments

No comments written yet.

Please login to write comment.