Color Hex Logo

#684299 Color Hex

#684299
(104,66,153)
0 Favorites   0 Comments

Color spaces of #684299

RGB 10466153
HSL0.740.400.43
HSV266°57°60°
CMYK 0.320.570.00   0.40
XYZ13.40699.139431.1944
Yxy9.13940.24950.1701
Hunter Lab30.231426.2553-40.0166
CIE-Lab36.251335.0543-41.7581

#684299 color RGB value is (104,66,153).

#684299 hex color red value is 104, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #684299 hue: 0.74 , saturation: 0.40 and the lightness value of 684299 is 0.43.

The process color (four color CMYK) of #684299 color hex is 0.32, 0.57, 0.00, 0.40. Web safe color of #684299 is #663399. Color #684299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 10011001
Octal 150 102 231
Decimal 104 66 153
Hex 68 42 99

RGB Percentages of Color #684299

%32.20
%20.43
%47.37

CMYK Percentages of Color #684299

%32
%57
%0
%40

Triadic Colors of #684299

#684299 #996842 #429968

Analogous Colors of #684299

#684299 #944299 #424899

Monochromatic Colors of #684299

#684299

Complementary Color

#684299 #739942

#684299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684299 Color CSS Codes

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

#684299 Text Font Color

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

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


#684299 Background Color

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

This div background color is #684299


#684299 Border Color

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

This div border color is #684299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,66,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #684299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #684299;
  -webkit-box-shadow: 1px 1px 3px 2px #684299;
  box-shadow:         1px 1px 3px 2px #684299; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684299


Comments

No comments written yet.

Please login to write comment.