Color Hex Logo

#684dcc Color Hex

#684DCC
(104,77,204)
0 Favorites   0 Comments

Color spaces of #684dcc

RGB 10477204
HSL0.700.550.55
HSV253°62°80°
CMYK 0.490.620.00   0.20
XYZ19.261912.610458.5456
Yxy12.61040.21300.1395
Hunter Lab35.511134.6773-72.8910
CIE-Lab42.170342.9569-62.3392

#684dcc color RGB value is (104,77,204).

#684dcc hex color red value is 104, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #684dcc hue: 0.70 , saturation: 0.55 and the lightness value of 684dcc is 0.55.

The process color (four color CMYK) of #684dcc color hex is 0.49, 0.62, 0.00, 0.20. Web safe color of #684dcc is #6666cc. Color #684dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001101 11001100
Octal 150 115 314
Decimal 104 77 204
Hex 68 4D CC

RGB Percentages of Color #684dcc

%27.01
%20.00
%52.99

CMYK Percentages of Color #684dcc

%49
%62
%0
%20

Triadic Colors of #684dcc

#684dcc #cc684d #4dcc68

Analogous Colors of #684dcc

#684dcc #a84dcc #4d72cc

Monochromatic Colors of #684dcc

#684dcc

Complementary Color

#684dcc #b1cc4d

#684dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#684dcc Color CSS Codes

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

#684dcc Text Font Color

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

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


#684dcc Background Color

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

This div background color is #684dcc


#684dcc Border Color

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

This div border color is #684dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684dcc


Comments

No comments written yet.

Please login to write comment.