Color Hex Logo

#613bbc Color Hex

#613BBC
(97,59,188)
0 Favorites   0 Comments

Color spaces of #613bbc

RGB 9759188
HSL0.720.520.48
HSV258°69°74°
CMYK 0.480.690.00   0.26
XYZ15.57089.300248.5514
Yxy9.30020.21210.1267
Hunter Lab30.496237.7703-73.0450
CIE-Lab36.556047.0518-62.1817

#613bbc color RGB value is (97,59,188).

#613bbc hex color red value is 97, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #613bbc hue: 0.72 , saturation: 0.52 and the lightness value of 613bbc is 0.48.

The process color (four color CMYK) of #613bbc color hex is 0.48, 0.69, 0.00, 0.26. Web safe color of #613bbc is #6633cc. Color #613bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 10111100
Octal 141 73 274
Decimal 97 59 188
Hex 61 3B BC

RGB Percentages of Color #613bbc

%28.20
%17.15
%54.65

CMYK Percentages of Color #613bbc

%48
%69
%0
%26

Triadic Colors of #613bbc

#613bbc #bc613b #3bbc61

Analogous Colors of #613bbc

#613bbc #a23bbc #3b56bc

Monochromatic Colors of #613bbc

#613bbc

Complementary Color

#613bbc #96bc3b

#613bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613bbc Color CSS Codes

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

#613bbc Text Font Color

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

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


#613bbc Background Color

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

This div background color is #613bbc


#613bbc Border Color

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

This div border color is #613bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613bbc


Comments

No comments written yet.

Please login to write comment.