Color Hex Logo

#617adc Color Hex

#617ADC
(97,122,220)
0 Favorites   0 Comments

Color spaces of #617adc

RGB 97122220
HSL0.630.640.62
HSV228°56°86°
CMYK 0.560.450.00   0.14
XYZ24.807621.627870.5772
Yxy21.62780.21200.1848
Hunter Lab46.505713.8325-57.4247
CIE-Lab53.629819.4066-53.0357

#617adc color RGB value is (97,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 11011100
Octal 141 172 334
Decimal 97 122 220
Hex 61 7A DC

RGB Percentages of Color #617adc

%22.10
%27.79
%50.11

CMYK Percentages of Color #617adc

%56
%45
%0
%14

Triadic Colors of #617adc

#617adc #dc617a #7adc61

Analogous Colors of #617adc

#617adc #8661dc #61b8dc

Monochromatic Colors of #617adc

#617adc

Complementary Color

#617adc #dcc361

#617adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#617adc Color CSS Codes

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

#617adc Text Font Color

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

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


#617adc Background Color

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

This div background color is #617adc


#617adc Border Color

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

This div border color is #617adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617adc


Comments

No comments written yet.

Please login to write comment.