#684766

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

Shades of Eminence #684766

Tints of Eminence #684766

Color information

#684766 (or 0x684766) is unknown color: approx Eminence. HEX triplet: 68, 47 and 66. RGB value is (104,71,102). Sum of RGB (Red+Green+Blue) = 104+71+102=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #684766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684766 is #97B899. Grayscale: #545454. Windows color (decimal): -9943194 or 6702952. OLE color: 6702952.

HSL color Cylindrical-coordinate representation of color #684766: hue angle of 303.64º 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 #684766 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10471102-
CMYK00.320.020.59
HSL303.64º18.86%34.31%-
HSV(B)303.64º31.73%40.78%-
XYZ10.368.4113.65-
YUV84.4137.93141.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=37.55%
G=25.63%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047110200.320.020.59303.6418.8634.31
Hex68476602023B1301322
Octal1501071460402734602342
Binary11010001000111110011001000001011101110011000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684766; }

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

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

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

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

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

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

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

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