Color Hex Logo

#615aac Color Hex

#615AAC
(97,90,172)
0 Favorites   0 Comments

Color spaces of #615aac

RGB 9790172
HSL0.680.330.51
HSV245°48°67°
CMYK 0.440.480.00   0.33
XYZ16.032312.832340.6616
Yxy12.83230.23060.1846
Hunter Lab35.822217.1992-42.2242
CIE-Lab42.509524.0669-43.1467

#615aac color RGB value is (97,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011010 10101100
Octal 141 132 254
Decimal 97 90 172
Hex 61 5A AC

RGB Percentages of Color #615aac

%27.02
%25.07
%47.91

CMYK Percentages of Color #615aac

%44
%48
%0
%33

Triadic Colors of #615aac

#615aac #ac615a #5aac61

Analogous Colors of #615aac

#615aac #8a5aac #5a7cac

Monochromatic Colors of #615aac

#615aac

Complementary Color

#615aac #a5ac5a

#615aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#615aac Color CSS Codes

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

#615aac Text Font Color

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

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


#615aac Background Color

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

This div background color is #615aac


#615aac Border Color

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

This div border color is #615aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,90,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 #615aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615aac


Comments

No comments written yet.

Please login to write comment.