Color Hex Logo

#684275 Color Hex

#684275
(104,66,117)
0 Favorites   0 Comments

Color spaces of #684275

RGB 10466117
HSL0.790.280.36
HSV285°44°46°
CMYK 0.110.440.00   0.54
XYZ10.86808.123817.8249
Yxy8.12380.29520.2207
Hunter Lab28.502318.1836-17.1275
CIE-Lab34.239426.1345-22.7892

#684275 color RGB value is (104,66,117).

#684275 hex color red value is 104, green value is 66 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #684275 hue: 0.79 , saturation: 0.28 and the lightness value of 684275 is 0.36.

The process color (four color CMYK) of #684275 color hex is 0.11, 0.44, 0.00, 0.54. Web safe color of #684275 is #663366. Color #684275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000010 01110101
Octal 150 102 165
Decimal 104 66 117
Hex 68 42 75

RGB Percentages of Color #684275

%36.24
%23.00
%40.77

CMYK Percentages of Color #684275

%11
%44
%0
%54

Triadic Colors of #684275

#684275 #756842 #427568

Analogous Colors of #684275

#684275 #754269 #4f4275

Monochromatic Colors of #684275

#684275

Complementary Color

#684275 #4f7542

#684275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684275 Color CSS Codes

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

#684275 Text Font Color

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

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


#684275 Background Color

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

This div background color is #684275


#684275 Border Color

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

This div border color is #684275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684275


Comments

No comments written yet.

Please login to write comment.