Color Hex Logo

#606790 Color Hex

#606790
(96,103,144)
0 Favorites   0 Comments

Color spaces of #606790

RGB 96103144
HSL0.640.200.47
HSV231°33°56°
CMYK 0.330.280.00   0.44
XYZ14.708214.200928.3514
Yxy14.20090.25690.2480
Hunter Lab37.68413.7219-18.2276
CIE-Lab44.51977.5771-23.3686

#606790 color RGB value is (96,103,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 10010000
Octal 140 147 220
Decimal 96 103 144
Hex 60 67 90

RGB Percentages of Color #606790

%27.99
%30.03
%41.98

CMYK Percentages of Color #606790

%33
%28
%0
%44

Triadic Colors of #606790

#606790 #906067 #679060

Analogous Colors of #606790

#606790 #716090 #607f90

Monochromatic Colors of #606790

#606790

Complementary Color

#606790 #908960

#606790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606790 Color CSS Codes

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

#606790 Text Font Color

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

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


#606790 Background Color

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

This div background color is #606790


#606790 Border Color

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

This div border color is #606790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606790


Comments

No comments written yet.

Please login to write comment.