#684666

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

Shades of Eminence #684666

Tints of Eminence #684666

Color information

#684666 (or 0x684666) is unknown color: approx Eminence. HEX triplet: 68, 46 and 66. RGB value is (104,70,102). Sum of RGB (Red+Green+Blue) = 104+70+102=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684666 is #97B999. Grayscale: #535353. Windows color (decimal): -9943450 or 6702696. OLE color: 6702696.

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

Color convert

RGB10470102-
CMYK00.330.020.59
HSL303.53º19.54%34.12%-
HSV(B)303.53º32.69%40.78%-
XYZ10.38.2813.63-
YUV83.81138.26142.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=37.68%
G=25.36%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047010200.330.020.59303.5319.5434.12
Hex68466602123B1301422
Octal1501061460412734602442
Binary11010001000110110011001000011011101110011000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684666; }

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

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

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

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

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

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

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

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