Color Hex Logo

#684097 Color Hex

#684097
(104,64,151)
0 Favorites   0 Comments

Color spaces of #684097

RGB 10464151
HSL0.740.400.42
HSV268°58°59°
CMYK 0.310.580.00   0.41
XYZ13.12828.844230.2933
Yxy8.84420.25120.1692
Hunter Lab29.739226.7542-39.5773
CIE-Lab35.682635.6896-41.4567

#684097 color RGB value is (104,64,151).

#684097 hex color red value is 104, green value is 64 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #684097 hue: 0.74 , saturation: 0.40 and the lightness value of 684097 is 0.42.

The process color (four color CMYK) of #684097 color hex is 0.31, 0.58, 0.00, 0.41. Web safe color of #684097 is #663399. Color #684097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000000 10010111
Octal 150 100 227
Decimal 104 64 151
Hex 68 40 97

RGB Percentages of Color #684097

%32.60
%20.06
%47.34

CMYK Percentages of Color #684097

%31
%58
%0
%41

Triadic Colors of #684097

#684097 #976840 #409768

Analogous Colors of #684097

#684097 #944097 #404497

Monochromatic Colors of #684097

#684097

Complementary Color

#684097 #6f9740

#684097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684097 Color CSS Codes

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

#684097 Text Font Color

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

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


#684097 Background Color

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

This div background color is #684097


#684097 Border Color

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

This div border color is #684097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684097


Comments

No comments written yet.

Please login to write comment.