Color Hex Logo

#60699a Color Hex

#60699A
(96,105,154)
0 Favorites   0 Comments

Color spaces of #60699a

RGB 96105154
HSL0.640.230.49
HSV231°38°60°
CMYK 0.380.320.00   0.40
XYZ15.708214.923032.6244
Yxy14.92300.24830.2359
Hunter Lab38.63034.9803-23.0309
CIE-Lab45.52869.1793-27.7475

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101001 10011010
Octal 140 151 232
Decimal 96 105 154
Hex 60 69 9A

RGB Percentages of Color #60699a

%27.04
%29.58
%43.38

CMYK Percentages of Color #60699a

%38
%32
%0
%40

Triadic Colors of #60699a

#60699a #9a6069 #699a60

Analogous Colors of #60699a

#60699a #74609a #60869a

Monochromatic Colors of #60699a

#60699a

Complementary Color

#60699a #9a9160

#60699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60699a Color CSS Codes

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

#60699a Text Font Color

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

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


#60699a Background Color

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

This div background color is #60699a


#60699a Border Color

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

This div border color is #60699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60699a


Comments

No comments written yet.

Please login to write comment.