Color Hex Logo

#685197 Color Hex

#685197
(104,81,151)
0 Favorites   0 Comments

Color spaces of #685197

RGB 10481151
HSL0.720.300.45
HSV260°46°59°
CMYK 0.310.460.00   0.41
XYZ14.237311.062330.6630
Yxy11.06230.25440.1977
Hunter Lab33.260018.2037-31.3784
CIE-Lab39.685225.5195-35.0846

#685197 color RGB value is (104,81,151).

#685197 hex color red value is 104, green value is 81 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #685197 hue: 0.72 , saturation: 0.30 and the lightness value of 685197 is 0.45.

The process color (four color CMYK) of #685197 color hex is 0.31, 0.46, 0.00, 0.41. Web safe color of #685197 is #666699. Color #685197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010001 10010111
Octal 150 121 227
Decimal 104 81 151
Hex 68 51 97

RGB Percentages of Color #685197

%30.95
%24.11
%44.94

CMYK Percentages of Color #685197

%31
%46
%0
%41

Triadic Colors of #685197

#685197 #976851 #519768

Analogous Colors of #685197

#685197 #8b5197 #515d97

Monochromatic Colors of #685197

#685197

Complementary Color

#685197 #809751

#685197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685197 Color CSS Codes

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

#685197 Text Font Color

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

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


#685197 Background Color

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

This div background color is #685197


#685197 Border Color

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

This div border color is #685197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685197


Comments

No comments written yet.

Please login to write comment.