Color Hex Logo

#613ccc Color Hex

#613CCC
(97,60,204)
0 Favorites   0 Comments

Color spaces of #613ccc

RGB 9760204
HSL0.710.590.52
HSV255°71°80°
CMYK 0.520.710.00   0.20
XYZ17.444710.132758.1631
Yxy10.13270.20350.1182
Hunter Lab31.831942.1168-86.0521
CIE-Lab38.079551.0468-69.0372

#613ccc color RGB value is (97,60,204).

#613ccc hex color red value is 97, green value is 60 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #613ccc hue: 0.71 , saturation: 0.59 and the lightness value of 613ccc is 0.52.

The process color (four color CMYK) of #613ccc color hex is 0.52, 0.71, 0.00, 0.20. Web safe color of #613ccc is #6633cc. Color #613ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 11001100
Octal 141 74 314
Decimal 97 60 204
Hex 61 3C CC

RGB Percentages of Color #613ccc

%26.87
%16.62
%56.51

CMYK Percentages of Color #613ccc

%52
%71
%0
%20

Triadic Colors of #613ccc

#613ccc #cc613c #3ccc61

Analogous Colors of #613ccc

#613ccc #a93ccc #3c5fcc

Monochromatic Colors of #613ccc

#613ccc

Complementary Color

#613ccc #a7cc3c

#613ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ccc Color CSS Codes

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

#613ccc Text Font Color

<p style="color:#613ccc">Text here</p>

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


#613ccc Background Color

<div style="background-color:#613ccc">
Div content here</div>

This div background color is #613ccc


#613ccc Border Color

<div style="border:3px solid #613ccc">
Div here</div>

This div border color is #613ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ccc


Comments

No comments written yet.

Please login to write comment.