Color Hex Logo

#684fb7 Color Hex

#684FB7
(104,79,183)
0 Favorites   0 Comments

Color spaces of #684fb7

RGB 10479183
HSL0.710.420.51
HSV254°57°72°
CMYK 0.430.570.00   0.28
XYZ17.052111.953946.2083
Yxy11.95390.22670.1589
Hunter Lab34.574427.5310-55.0383
CIE-Lab41.142835.6955-51.7749

#684fb7 color RGB value is (104,79,183).

#684fb7 hex color red value is 104, green value is 79 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #684fb7 hue: 0.71 , saturation: 0.42 and the lightness value of 684fb7 is 0.51.

The process color (four color CMYK) of #684fb7 color hex is 0.43, 0.57, 0.00, 0.28. Web safe color of #684fb7 is #6666cc. Color #684fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001111 10110111
Octal 150 117 267
Decimal 104 79 183
Hex 68 4F B7

RGB Percentages of Color #684fb7

%28.42
%21.58
%50.00

CMYK Percentages of Color #684fb7

%43
%57
%0
%28

Triadic Colors of #684fb7

#684fb7 #b7684f #4fb768

Analogous Colors of #684fb7

#684fb7 #9c4fb7 #4f6ab7

Monochromatic Colors of #684fb7

#684fb7

Complementary Color

#684fb7 #9eb74f

#684fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684fb7 Color CSS Codes

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

#684fb7 Text Font Color

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

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


#684fb7 Background Color

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

This div background color is #684fb7


#684fb7 Border Color

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

This div border color is #684fb7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,79,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684fb7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684fb7;
  -webkit-box-shadow: 1px 1px 3px 2px #684fb7;
  box-shadow:         1px 1px 3px 2px #684fb7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,79,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684fb7


Comments

No comments written yet.

Please login to write comment.