Color Hex Logo

#613bbf Color Hex

#613BBF
(97,59,191)
0 Favorites   0 Comments

Color spaces of #613bbf

RGB 9759191
HSL0.710.530.49
HSV257°69°75°
CMYK 0.490.690.00   0.25
XYZ15.89779.430950.2727
Yxy9.43090.21030.1247
Hunter Lab30.709838.6630-75.5624
CIE-Lab36.801047.8969-63.5440

#613bbf color RGB value is (97,59,191).

#613bbf hex color red value is 97, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #613bbf hue: 0.71 , saturation: 0.53 and the lightness value of 613bbf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 10111111
Octal 141 73 277
Decimal 97 59 191
Hex 61 3B BF

RGB Percentages of Color #613bbf

%27.95
%17.00
%55.04

CMYK Percentages of Color #613bbf

%49
%69
%0
%25

Triadic Colors of #613bbf

#613bbf #bf613b #3bbf61

Analogous Colors of #613bbf

#613bbf #a33bbf #3b57bf

Monochromatic Colors of #613bbf

#613bbf

Complementary Color

#613bbf #99bf3b

#613bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#613bbf Color CSS Codes

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

#613bbf Text Font Color

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

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


#613bbf Background Color

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

This div background color is #613bbf


#613bbf Border Color

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

This div border color is #613bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613bbf


Comments

No comments written yet.

Please login to write comment.