Color Hex Logo

#615bbe Color Hex

#615BBE
(97,91,190)
0 Favorites   0 Comments

Color spaces of #615bbe

RGB 9791190
HSL0.680.430.55
HSV244°52°75°
CMYK 0.490.520.00   0.25
XYZ17.965113.741350.4207
Yxy13.74130.21870.1673
Hunter Lab37.069321.6363-54.6963
CIE-Lab43.859628.9306-51.5256

#615bbe color RGB value is (97,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011011 10111110
Octal 141 133 276
Decimal 97 91 190
Hex 61 5B BE

RGB Percentages of Color #615bbe

%25.66
%24.07
%50.26

CMYK Percentages of Color #615bbe

%49
%52
%0
%25

Triadic Colors of #615bbe

#615bbe #be615b #5bbe61

Analogous Colors of #615bbe

#615bbe #935bbe #5b87be

Monochromatic Colors of #615bbe

#615bbe

Complementary Color

#615bbe #b8be5b

#615bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#615bbe Color CSS Codes

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

#615bbe Text Font Color

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

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


#615bbe Background Color

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

This div background color is #615bbe


#615bbe Border Color

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

This div border color is #615bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615bbe


Comments

No comments written yet.

Please login to write comment.