Color Hex Logo

#606dad Color Hex

#606DAD
(96,109,173)
0 Favorites   0 Comments

Color spaces of #606dad

RGB 96109173
HSL0.640.320.53
HSV230°45°68°
CMYK 0.450.370.00   0.32
XYZ17.835316.441241.7686
Yxy16.44120.23450.2162
Hunter Lab40.54777.5563-32.6917
CIE-Lab47.548112.3392-35.7547

#606dad color RGB value is (96,109,173).

#606dad hex color red value is 96, green value is 109 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #606dad hue: 0.64 , saturation: 0.32 and the lightness value of 606dad is 0.53.

The process color (four color CMYK) of #606dad color hex is 0.45, 0.37, 0.00, 0.32. Web safe color of #606dad is #666699. Color #606dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101101 10101101
Octal 140 155 255
Decimal 96 109 173
Hex 60 6D AD

RGB Percentages of Color #606dad

%25.40
%28.84
%45.77

CMYK Percentages of Color #606dad

%45
%37
%0
%32

Triadic Colors of #606dad

#606dad #ad606d #6dad60

Analogous Colors of #606dad

#606dad #7a60ad #6094ad

Monochromatic Colors of #606dad

#606dad

Complementary Color

#606dad #ada060

#606dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#606dad Color CSS Codes

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

#606dad Text Font Color

<p style="color:#606dad">Text here</p>

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


#606dad Background Color

<div style="background-color:#606dad">
Div content here</div>

This div background color is #606dad


#606dad Border Color

<div style="border:3px solid #606dad">
Div here</div>

This div border color is #606dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,109,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606dad;
  -webkit-box-shadow: 1px 1px 3px 2px #606dad;
  box-shadow:         1px 1px 3px 2px #606dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606dad


Comments

No comments written yet.

Please login to write comment.