Color Hex Logo

#684fbd Color Hex

#684FBD
(104,79,189)
0 Favorites   0 Comments

Color spaces of #684fbd

RGB 10479189
HSL0.700.450.53
HSV254°58°74°
CMYK 0.450.580.00   0.26
XYZ17.690212.209149.5683
Yxy12.20910.22260.1536
Hunter Lab34.941529.2233-59.6502
CIE-Lab41.546537.4296-54.6367

#684fbd color RGB value is (104,79,189).

#684fbd hex color red value is 104, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #684fbd hue: 0.70 , saturation: 0.45 and the lightness value of 684fbd is 0.53.

The process color (four color CMYK) of #684fbd color hex is 0.45, 0.58, 0.00, 0.26. Web safe color of #684fbd is #6666cc. Color #684fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001111 10111101
Octal 150 117 275
Decimal 104 79 189
Hex 68 4F BD

RGB Percentages of Color #684fbd

%27.96
%21.24
%50.81

CMYK Percentages of Color #684fbd

%45
%58
%0
%26

Triadic Colors of #684fbd

#684fbd #bd684f #4fbd68

Analogous Colors of #684fbd

#684fbd #9f4fbd #4f6dbd

Monochromatic Colors of #684fbd

#684fbd

Complementary Color

#684fbd #a4bd4f

#684fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#684fbd Color CSS Codes

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

#684fbd Text Font Color

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

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


#684fbd Background Color

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

This div background color is #684fbd


#684fbd Border Color

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

This div border color is #684fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684fbd


Comments

No comments written yet.

Please login to write comment.