Color Hex Logo

#616edc Color Hex

#616EDC
(97,110,220)
0 Favorites   0 Comments

Color spaces of #616edc

RGB 97110220
HSL0.650.640.62
HSV234°56°86°
CMYK 0.560.500.00   0.14
XYZ23.424018.860670.1160
Yxy18.86060.20840.1678
Hunter Lab43.428820.2764-65.3238
CIE-Lab50.523726.7406-58.0132

#616edc color RGB value is (97,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101110 11011100
Octal 141 156 334
Decimal 97 110 220
Hex 61 6E DC

RGB Percentages of Color #616edc

%22.72
%25.76
%51.52

CMYK Percentages of Color #616edc

%56
%50
%0
%14

Triadic Colors of #616edc

#616edc #dc616e #6edc61

Analogous Colors of #616edc

#616edc #9261dc #61acdc

Monochromatic Colors of #616edc

#616edc

Complementary Color

#616edc #dccf61

#616edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#616edc Color CSS Codes

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

#616edc Text Font Color

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

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


#616edc Background Color

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

This div background color is #616edc


#616edc Border Color

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

This div border color is #616edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616edc


Comments

No comments written yet.

Please login to write comment.