Color Hex Logo

#684b9d Color Hex

#684B9D
(104,75,157)
0 Favorites   0 Comments

Color spaces of #684b9d

RGB 10475157
HSL0.730.350.45
HSV261°52°62°
CMYK 0.340.520.00   0.38
XYZ14.310810.409533.1533
Yxy10.40950.24730.1799
Hunter Lab32.263822.7133-38.3401
CIE-Lab38.567630.7930-40.4686

#684b9d color RGB value is (104,75,157).

#684b9d hex color red value is 104, green value is 75 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #684b9d hue: 0.73 , saturation: 0.35 and the lightness value of 684b9d is 0.45.

The process color (four color CMYK) of #684b9d color hex is 0.34, 0.52, 0.00, 0.38. Web safe color of #684b9d is #663399. Color #684b9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001011 10011101
Octal 150 113 235
Decimal 104 75 157
Hex 68 4B 9D

RGB Percentages of Color #684b9d

%30.95
%22.32
%46.73

CMYK Percentages of Color #684b9d

%34
%52
%0
%38

Triadic Colors of #684b9d

#684b9d #9d684b #4b9d68

Analogous Colors of #684b9d

#684b9d #914b9d #4b579d

Monochromatic Colors of #684b9d

#684b9d

Complementary Color

#684b9d #809d4b

#684b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#684b9d Color CSS Codes

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

#684b9d Text Font Color

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

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


#684b9d Background Color

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

This div background color is #684b9d


#684b9d Border Color

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

This div border color is #684b9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684b9d


Comments

No comments written yet.

Please login to write comment.