#684671

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

Shades of Eminence #684671

Tints of Eminence #684671

Color information

#684671 (or 0x684671) is unknown color: approx Eminence. HEX triplet: 68, 46 and 71. RGB value is (104,70,113). Sum of RGB (Red+Green+Blue) = 104+70+113=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #684671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684671 is #97B98E. Grayscale: #545454. Windows color (decimal): -9943439 or 7423592. OLE color: 7423592.

HSL color Cylindrical-coordinate representation of color #684671: hue angle of 287.44º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684671 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10470113-
CMYK0.080.3800.56
HSL287.44º23.5%35.88%-
HSV(B)287.44º38.05%44.31%-
XYZ10.888.5216.69-
YUV85.07143.76141.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=36.24%
G=24.39%
B=39.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104701130.080.3800.56287.4423.535.88
Hex68467182603811f1724
Octal15010616110460704372744
Binary1101000100011011100011000100110011100010001111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684671; }

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

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

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

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

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

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

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

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