Color Hex Logo

#615bac Color Hex

#615BAC
(97,91,172)
0 Favorites   0 Comments

Color spaces of #615bac

RGB 9791172
HSL0.680.330.52
HSV244°47°67°
CMYK 0.440.470.00   0.33
XYZ16.117213.002140.6899
Yxy13.00210.23090.1863
Hunter Lab36.058416.6827-41.6645
CIE-Lab42.766423.4462-42.7371

#615bac color RGB value is (97,91,172).

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

The process color (four color CMYK) of #615bac color hex is 0.44, 0.47, 0.00, 0.33. Web safe color of #615bac is #666699. Color #615bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011011 10101100
Octal 141 133 254
Decimal 97 91 172
Hex 61 5B AC

RGB Percentages of Color #615bac

%26.94
%25.28
%47.78

CMYK Percentages of Color #615bac

%44
%47
%0
%33

Triadic Colors of #615bac

#615bac #ac615b #5bac61

Analogous Colors of #615bac

#615bac #8a5bac #5b7eac

Monochromatic Colors of #615bac

#615bac

Complementary Color

#615bac #a6ac5b

#615bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#615bac Color CSS Codes

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

#615bac Text Font Color

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

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


#615bac Background Color

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

This div background color is #615bac


#615bac Border Color

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

This div border color is #615bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615bac


Comments

No comments written yet.

Please login to write comment.