Color Hex Logo

#616ddc Color Hex

#616DDC
(97,109,220)
0 Favorites   0 Comments

Color spaces of #616ddc

RGB 97109220
HSL0.650.640.62
HSV234°56°86°
CMYK 0.560.500.00   0.14
XYZ23.316718.646070.0803
Yxy18.64600.20810.1664
Hunter Lab43.181020.8189-65.9975
CIE-Lab50.270427.3529-58.4206

#616ddc color RGB value is (97,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101101 11011100
Octal 141 155 334
Decimal 97 109 220
Hex 61 6D DC

RGB Percentages of Color #616ddc

%22.77
%25.59
%51.64

CMYK Percentages of Color #616ddc

%56
%50
%0
%14

Triadic Colors of #616ddc

#616ddc #dc616d #6ddc61

Analogous Colors of #616ddc

#616ddc #9361dc #61abdc

Monochromatic Colors of #616ddc

#616ddc

Complementary Color

#616ddc #dcd061

#616ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#616ddc Color CSS Codes

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

#616ddc Text Font Color

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

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


#616ddc Background Color

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

This div background color is #616ddc


#616ddc Border Color

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

This div border color is #616ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616ddc


Comments

No comments written yet.

Please login to write comment.