Color Hex Logo

#60669a Color Hex

#60669A
(96,102,154)
0 Favorites   0 Comments

Color spaces of #60669a

RGB 96102154
HSL0.650.230.49
HSV234°38°60°
CMYK 0.380.340.00   0.40
XYZ15.408014.322632.5243
Yxy14.32260.24750.2301
Hunter Lab37.84526.4440-24.4624
CIE-Lab44.692111.0256-29.0527

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100110 10011010
Octal 140 146 232
Decimal 96 102 154
Hex 60 66 9A

RGB Percentages of Color #60669a

%27.27
%28.98
%43.75

CMYK Percentages of Color #60669a

%38
%34
%0
%40

Triadic Colors of #60669a

#60669a #9a6066 #669a60

Analogous Colors of #60669a

#60669a #77609a #60839a

Monochromatic Colors of #60669a

#60669a

Complementary Color

#60669a #9a9460

#60669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60669a Color CSS Codes

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

#60669a Text Font Color

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

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


#60669a Background Color

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

This div background color is #60669a


#60669a Border Color

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

This div border color is #60669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60669a


Comments

No comments written yet.

Please login to write comment.