Color Hex Logo

#684fdb Color Hex

#684FDB
(104,79,219)
0 Favorites   0 Comments

Color spaces of #684fdb

RGB 10479219
HSL0.700.660.58
HSV251°64°86°
CMYK 0.530.640.00   0.14
XYZ21.291113.649568.5303
Yxy13.64950.20580.1319
Hunter Lab36.945238.2133-84.1163
CIE-Lab43.726046.2219-68.4215

#684fdb color RGB value is (104,79,219).

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

The process color (four color CMYK) of #684fdb color hex is 0.53, 0.64, 0.00, 0.14. Web safe color of #684fdb is #6666cc. Color #684fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001111 11011011
Octal 150 117 333
Decimal 104 79 219
Hex 68 4F DB

RGB Percentages of Color #684fdb

%25.87
%19.65
%54.48

CMYK Percentages of Color #684fdb

%53
%64
%0
%14

Triadic Colors of #684fdb

#684fdb #db684f #4fdb68

Analogous Colors of #684fdb

#684fdb #ae4fdb #4f7cdb

Monochromatic Colors of #684fdb

#684fdb

Complementary Color

#684fdb #c2db4f

#684fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#684fdb Color CSS Codes

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

#684fdb Text Font Color

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

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


#684fdb Background Color

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

This div background color is #684fdb


#684fdb Border Color

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

This div border color is #684fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684fdb


Comments

No comments written yet.

Please login to write comment.