Color Hex Logo

#615dcc Color Hex

#615DCC
(97,93,204)
0 Favorites   0 Comments

Color spaces of #615dcc

RGB 9793204
HSL0.670.520.58
HSV242°54°80°
CMYK 0.520.540.00   0.20
XYZ19.743214.729758.9293
Yxy14.72970.21140.1577
Hunter Lab38.379324.6608-64.1710
CIE-Lab45.261732.0576-57.3636

#615dcc color RGB value is (97,93,204).

#615dcc hex color red value is 97, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #615dcc hue: 0.67 , saturation: 0.52 and the lightness value of 615dcc is 0.58.

The process color (four color CMYK) of #615dcc color hex is 0.52, 0.54, 0.00, 0.20. Web safe color of #615dcc is #6666cc. Color #615dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011101 11001100
Octal 141 135 314
Decimal 97 93 204
Hex 61 5D CC

RGB Percentages of Color #615dcc

%24.62
%23.60
%51.78

CMYK Percentages of Color #615dcc

%52
%54
%0
%20

Triadic Colors of #615dcc

#615dcc #cc615d #5dcc61

Analogous Colors of #615dcc

#615dcc #995dcc #5d91cc

Monochromatic Colors of #615dcc

#615dcc

Complementary Color

#615dcc #c8cc5d

#615dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#615dcc Color CSS Codes

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

#615dcc Text Font Color

<p style="color:#615dcc">Text here</p>

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


#615dcc Background Color

<div style="background-color:#615dcc">
Div content here</div>

This div background color is #615dcc


#615dcc Border Color

<div style="border:3px solid #615dcc">
Div here</div>

This div border color is #615dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,93,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #615dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #615dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #615dcc;
  box-shadow:         1px 1px 3px 2px #615dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615dcc


Comments

No comments written yet.

Please login to write comment.