#684573

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

Shades of Eminence #684573

Tints of Eminence #684573

Color information

#684573 (or 0x684573) is unknown color: approx Eminence. HEX triplet: 68, 45 and 73. RGB value is (104,69,115). Sum of RGB (Red+Green+Blue) = 104+69+115=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #684573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684573 is #97BA8C. Grayscale: #545454. Windows color (decimal): -9943693 or 7554408. OLE color: 7554408.

HSL color Cylindrical-coordinate representation of color #684573: hue angle of 285.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684573 is Cyan = 0.10, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10469115-
CMYK0.100.400.55
HSL285.65º25%36.08%-
HSV(B)285.65º40%45.1%-
XYZ10.938.4417.27-
YUV84.71145.1141.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=36.11%
G=23.96%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104691150.100.400.55285.652536.08
Hex684573A2803711e1924
Octal15010516312500674363144
Binary1101000100010111100111010101000011011110001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684573; }

 p { color: rgb(104,69,115); }

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

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

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

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

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

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

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