Color Hex Logo

#616699 Color Hex

#616699
(97,102,153)
0 Favorites   0 Comments

Color spaces of #616699

RGB 97102153
HSL0.650.220.49
HSV235°37°60°
CMYK 0.370.330.00   0.40
XYZ15.430914.344032.0924
Yxy14.34400.24940.2319
Hunter Lab37.87356.4482-23.7284
CIE-Lab44.722311.0304-28.4062

#616699 color RGB value is (97,102,153).

#616699 hex color red value is 97, green value is 102 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #616699 hue: 0.65 , saturation: 0.22 and the lightness value of 616699 is 0.49.

The process color (four color CMYK) of #616699 color hex is 0.37, 0.33, 0.00, 0.40. Web safe color of #616699 is #666699. Color #616699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100110 10011001
Octal 141 146 231
Decimal 97 102 153
Hex 61 66 99

RGB Percentages of Color #616699

%27.56
%28.98
%43.47

CMYK Percentages of Color #616699

%37
%33
%0
%40

Triadic Colors of #616699

#616699 #996166 #669961

Analogous Colors of #616699

#616699 #786199 #618299

Monochromatic Colors of #616699

#616699

Complementary Color

#616699 #999461

#616699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616699 Color CSS Codes

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

#616699 Text Font Color

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

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


#616699 Background Color

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

This div background color is #616699


#616699 Border Color

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

This div border color is #616699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,102,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616699;
  -webkit-box-shadow: 1px 1px 3px 2px #616699;
  box-shadow:         1px 1px 3px 2px #616699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,102,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616699


Comments

No comments written yet.

Please login to write comment.