Color Hex Logo

#684ccf Color Hex

#684CCF
(104,76,207)
0 Favorites   0 Comments

Color spaces of #684ccf

RGB 10476207
HSL0.700.580.55
HSV253°63°81°
CMYK 0.500.630.00   0.19
XYZ19.555812.616960.4361
Yxy12.61690.21120.1362
Hunter Lab35.520336.1133-76.0150
CIE-Lab42.180244.4000-64.0540

#684ccf color RGB value is (104,76,207).

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

The process color (four color CMYK) of #684ccf color hex is 0.50, 0.63, 0.00, 0.19. Web safe color of #684ccf is #6633cc. Color #684ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001100 11001111
Octal 150 114 317
Decimal 104 76 207
Hex 68 4C CF

RGB Percentages of Color #684ccf

%26.87
%19.64
%53.49

CMYK Percentages of Color #684ccf

%50
%63
%0
%19

Triadic Colors of #684ccf

#684ccf #cf684c #4ccf68

Analogous Colors of #684ccf

#684ccf #aa4ccf #4c72cf

Monochromatic Colors of #684ccf

#684ccf

Complementary Color

#684ccf #b3cf4c

#684ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#684ccf Color CSS Codes

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

#684ccf Text Font Color

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

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


#684ccf Background Color

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

This div background color is #684ccf


#684ccf Border Color

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

This div border color is #684ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684ccf


Comments

No comments written yet.

Please login to write comment.