Color Hex Logo

#616ddb Color Hex

#616DDB
(97,109,219)
0 Favorites   0 Comments

Color spaces of #616ddb

RGB 97109219
HSL0.650.630.62
HSV234°56°86°
CMYK 0.560.500.00   0.14
XYZ23.184618.593169.3847
Yxy18.59310.20860.1673
Hunter Lab43.119720.5163-65.2208
CIE-Lab50.207727.0311-57.9555

#616ddb color RGB value is (97,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11011011
Octal 141 155 333
Decimal 97 109 219
Hex 61 6D DB

RGB Percentages of Color #616ddb

%22.82
%25.65
%51.53

CMYK Percentages of Color #616ddb

%56
%50
%0
%14

Triadic Colors of #616ddb

#616ddb #db616d #6ddb61

Analogous Colors of #616ddb

#616ddb #9261db #61aadb

Monochromatic Colors of #616ddb

#616ddb

Complementary Color

#616ddb #dbcf61

#616ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#616ddb Color CSS Codes

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

#616ddb Text Font Color

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

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


#616ddb Background Color

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

This div background color is #616ddb


#616ddb Border Color

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

This div border color is #616ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616ddb


Comments

No comments written yet.

Please login to write comment.