Color Hex Logo

#606390 Color Hex

#606390
(96,99,144)
0 Favorites   0 Comments

Color spaces of #606390

RGB 9699144
HSL0.660.200.47
HSV236°33°56°
CMYK 0.330.310.00   0.44
XYZ14.319813.424128.2219
Yxy13.42410.25590.2399
Hunter Lab36.63895.6461-20.0221
CIE-Lab43.395410.0390-25.1122

#606390 color RGB value is (96,99,144).

#606390 hex color red value is 96, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #606390 hue: 0.66 , saturation: 0.20 and the lightness value of 606390 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10010000
Octal 140 143 220
Decimal 96 99 144
Hex 60 63 90

RGB Percentages of Color #606390

%28.32
%29.20
%42.48

CMYK Percentages of Color #606390

%33
%31
%0
%44

Triadic Colors of #606390

#606390 #906063 #639060

Analogous Colors of #606390

#606390 #756090 #607b90

Monochromatic Colors of #606390

#606390

Complementary Color

#606390 #908d60

#606390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606390 Color CSS Codes

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

#606390 Text Font Color

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

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


#606390 Background Color

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

This div background color is #606390


#606390 Border Color

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

This div border color is #606390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606390


Comments

No comments written yet.

Please login to write comment.