Color Hex Logo

#606397 Color Hex

#606397
(96,99,151)
0 Favorites   0 Comments

Color spaces of #606397

RGB 9699151
HSL0.660.220.48
HSV237°36°59°
CMYK 0.360.340.00   0.41
XYZ14.871613.644831.1281
Yxy13.64480.24930.2288
Hunter Lab36.93897.2211-24.1060
CIE-Lab43.719212.0180-28.7890

#606397 color RGB value is (96,99,151).

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

The process color (four color CMYK) of #606397 color hex is 0.36, 0.34, 0.00, 0.41. Web safe color of #606397 is #666699. Color #606397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 10010111
Octal 140 143 227
Decimal 96 99 151
Hex 60 63 97

RGB Percentages of Color #606397

%27.75
%28.61
%43.64

CMYK Percentages of Color #606397

%36
%34
%0
%41

Triadic Colors of #606397

#606397 #976063 #639760

Analogous Colors of #606397

#606397 #796097 #607f97

Monochromatic Colors of #606397

#606397

Complementary Color

#606397 #979460

#606397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606397 Color CSS Codes

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

#606397 Text Font Color

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

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


#606397 Background Color

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

This div background color is #606397


#606397 Border Color

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

This div border color is #606397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606397


Comments

No comments written yet.

Please login to write comment.