Color Hex Logo

#60609a Color Hex

#60609A
(96,96,154)
0 Favorites   0 Comments

Color spaces of #60609a

RGB 9696154
HSL0.670.230.49
HSV240°38°60°
CMYK 0.380.380.00   0.40
XYZ14.839513.185632.3348
Yxy13.18560.24590.2184
Hunter Lab36.31209.4010-27.3777
CIE-Lab43.041614.7447-31.6382

#60609a color RGB value is (96,96,154).

#60609a hex color red value is 96, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #60609a hue: 0.67 , saturation: 0.23 and the lightness value of 60609a is 0.49.

The process color (four color CMYK) of #60609a color hex is 0.38, 0.38, 0.00, 0.40. Web safe color of #60609a is #666699. Color #60609a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100000 10011010
Octal 140 140 232
Decimal 96 96 154
Hex 60 60 9A

RGB Percentages of Color #60609a

%27.75
%27.75
%44.51

CMYK Percentages of Color #60609a

%38
%38
%0
%40

Triadic Colors of #60609a

#60609a #9a6060 #609a60

Analogous Colors of #60609a

#60609a #7d609a #607d9a

Monochromatic Colors of #60609a

#60609a

Complementary Color

#60609a #9a9a60

#60609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60609a Color CSS Codes

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

#60609a Text Font Color

<p style="color:#60609a">Text here</p>

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


#60609a Background Color

<div style="background-color:#60609a">
Div content here</div>

This div background color is #60609a


#60609a Border Color

<div style="border:3px solid #60609a">
Div here</div>

This div border color is #60609a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,96,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60609a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60609a;
  -webkit-box-shadow: 1px 1px 3px 2px #60609a;
  box-shadow:         1px 1px 3px 2px #60609a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60609a


Comments

No comments written yet.

Please login to write comment.