Color Hex Logo

#616adc Color Hex

#616ADC
(97,106,220)
0 Favorites   0 Comments

Color spaces of #616adc

RGB 97106220
HSL0.650.640.62
HSV236°56°86°
CMYK 0.560.520.00   0.14
XYZ23.002118.016869.9754
Yxy18.01680.20720.1623
Hunter Lab42.446222.4504-68.0312
CIE-Lab49.516529.1887-59.6343

#616adc color RGB value is (97,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101010 11011100
Octal 141 152 334
Decimal 97 106 220
Hex 61 6A DC

RGB Percentages of Color #616adc

%22.93
%25.06
%52.01

CMYK Percentages of Color #616adc

%56
%52
%0
%14

Triadic Colors of #616adc

#616adc #dc616a #6adc61

Analogous Colors of #616adc

#616adc #9661dc #61a8dc

Monochromatic Colors of #616adc

#616adc

Complementary Color

#616adc #dcd361

#616adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#616adc Color CSS Codes

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

#616adc Text Font Color

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

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


#616adc Background Color

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

This div background color is #616adc


#616adc Border Color

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

This div border color is #616adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616adc


Comments

No comments written yet.

Please login to write comment.