Color Hex Logo

#615bbd Color Hex

#615BBD
(97,91,189)
0 Favorites   0 Comments

Color spaces of #615bbd

RGB 9791189
HSL0.680.430.55
HSV244°52°74°
CMYK 0.490.520.00   0.26
XYZ17.856213.697749.8469
Yxy13.69770.21940.1683
Hunter Lab37.010421.3517-53.9466
CIE-Lab43.796228.6228-51.0456

#615bbd color RGB value is (97,91,189).

#615bbd hex color red value is 97, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #615bbd hue: 0.68 , saturation: 0.43 and the lightness value of 615bbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011011 10111101
Octal 141 133 275
Decimal 97 91 189
Hex 61 5B BD

RGB Percentages of Color #615bbd

%25.73
%24.14
%50.13

CMYK Percentages of Color #615bbd

%49
%52
%0
%26

Triadic Colors of #615bbd

#615bbd #bd615b #5bbd61

Analogous Colors of #615bbd

#615bbd #925bbd #5b86bd

Monochromatic Colors of #615bbd

#615bbd

Complementary Color

#615bbd #b7bd5b

#615bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#615bbd Color CSS Codes

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

#615bbd Text Font Color

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

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


#615bbd Background Color

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

This div background color is #615bbd


#615bbd Border Color

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

This div border color is #615bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615bbd


Comments

No comments written yet.

Please login to write comment.