#684768

Color #684768 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #684768

Tints of Eminence #684768

Color information

#684768 (or 0x684768) is unknown color: approx Eminence. HEX triplet: 68, 47 and 68. RGB value is (104,71,104). Sum of RGB (Red+Green+Blue) = 104+71+104=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684768 is #97B897. Grayscale: #545454. Windows color (decimal): -9943192 or 6834024. OLE color: 6834024.

HSL color Cylindrical-coordinate representation of color #684768: hue angle of 300º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684768 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10471104-
CMYK00.3200.59
HSL300º18.86%34.31%-
HSV(B)300º31.73%40.78%-
XYZ10.468.4514.18-
YUV84.63138.93141.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=37.28%
G=25.45%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047110400.3200.5930018.8634.31
Hex68476802003B12c1322
Octal1501071500400734542342
Binary1101000100011111010000100000011101110010110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684768; }

 p { color: rgb(104,71,104); }

 H1.HeaderClassName
 {
   color: #684768;
 }
 .AnyTagClassName
 {
   color: #684768;
 }
</style>
background-color css

<style>
 a { background-color: #684768; }

 a { background-color: rgb(104,71,104); }

 div.DivClassName
 {
   background-color: #684768;
 }
 .BgClassName
 {
   background-color: #684768;
 }
</style>
border-color css

<style>
 span { border-color: #684768; }

 span { border-color: rgb(104,71,104); }

 td.TdClassName
 {
   border-color: #684768;
 }
 .TagClassName
 {
   border-color: #684768;
 }
</style>