Color Hex Logo

#605aac Color Hex

#605AAC
(96,90,172)
0 Favorites   0 Comments

Color spaces of #605aac

RGB 9690172
HSL0.680.330.51
HSV244°48°67°
CMYK 0.440.480.00   0.33
XYZ15.926412.777740.6567
Yxy12.77770.22960.1842
Hunter Lab35.745916.9744-42.4132
CIE-Lab42.426423.8154-43.2842

#605aac color RGB value is (96,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011010 10101100
Octal 140 132 254
Decimal 96 90 172
Hex 60 5A AC

RGB Percentages of Color #605aac

%26.82
%25.14
%48.04

CMYK Percentages of Color #605aac

%44
%48
%0
%33

Triadic Colors of #605aac

#605aac #ac605a #5aac60

Analogous Colors of #605aac

#605aac #895aac #5a7dac

Monochromatic Colors of #605aac

#605aac

Complementary Color

#605aac #a6ac5a

#605aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#605aac Color CSS Codes

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

#605aac Text Font Color

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

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


#605aac Background Color

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

This div background color is #605aac


#605aac Border Color

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

This div border color is #605aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605aac


Comments

No comments written yet.

Please login to write comment.